Skip to content

Commit

Permalink
Merge pull request #598 from kubeshop/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
f1ames authored Jan 31, 2024
2 parents e54b199 + 2af6a0f commit 183c36b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-meals-sit.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.32.1",
"@monokle/validation": "0.33.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.20

### Patch Changes

- Updated dependencies [e54b199]
- @monokle/validation@0.33.0

## 0.2.19

### 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.19",
"version": "0.2.20",
"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.32.0",
"@monokle/validation": "^0.33.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.33.0

### Minor Changes

- e54b199: Improve compatibility with RHACS default security policy

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

0 comments on commit 183c36b

Please sign in to comment.