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 Dec 13, 2023
1 parent 6b60086 commit 7c6e43f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-badgers-glow.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@ant-design/icons": "4.7.0",
"@babel/core": "7.17.8",
"@monokle/validation": "0.31.8",
"@monokle/validation": "0.32.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.19

### Patch Changes

- Updated dependencies [6b60086]
- @monokle/validation@0.32.0

## 0.2.18

### 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.18",
"version": "0.2.19",
"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.31.0",
"@monokle/validation": "^0.32.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.32.0

### Minor Changes

- 6b60086: add srcroot configuration

## 0.31.8

### 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.31.8",
"version": "0.32.0",
"description": "Kubernetes resource validation",
"author": "Kubeshop",
"license": "MIT",
Expand Down

0 comments on commit 7c6e43f

Please sign in to comment.