Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and WitoDelnat committed Sep 21, 2023
1 parent c057378 commit 8a63e2b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/strange-turtles-joke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monokle/components

## 2.3.0

### Minor Changes

- c317d85: add pss autofixes

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monokle/components",
"version": "2.2.0",
"version": "2.3.0",
"author": "Kubeshop",
"description": "UI library for Monokle",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@ant-design/icons": "4.7.0",
"@babel/core": "7.17.8",
"@monokle/validation": "0.29.1",
"@monokle/validation": "0.30.0",
"@rjsf/antd": "5.0.0-beta.11",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
Expand Down
7 changes: 7 additions & 0 deletions packages/monaco-kubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# monaco-kubernetes

## 0.2.17

### Patch Changes

- Updated dependencies [c317d85]
- @monokle/validation@0.30.0

## 0.2.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-kubernetes",
"version": "0.2.16",
"version": "0.2.17",
"description": "Monokle's Kubernetes plugin for the Monaco Editor.",
"scripts": {
"build": "node build.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"kubernetes"
],
"dependencies": {
"@monokle/validation": "^0.29.0",
"@monokle/validation": "^0.30.0",
"@types/json-schema": "^7.0.0",
"jsonc-parser": "^3.0.0",
"monaco-marker-data-provider": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monokle/validation

## 0.30.0

### Minor Changes

- c317d85: add pss autofixes

## 0.29.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monokle/validation",
"version": "0.29.1",
"version": "0.30.0",
"description": "Kubernetes resource validation",
"author": "Kubeshop",
"license": "MIT",
Expand Down

0 comments on commit 8a63e2b

Please sign in to comment.