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 Nov 25, 2022
1 parent 034573b commit 14a7dae
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/nasty-flowers-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-bugs-kiss.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 521529e: Improved resource-links validator to support optional links + bug-fixes in YAML and OPA validators

### Patch Changes

- Updated dependencies [034573b]
- Updated dependencies [521529e]
- @monokle/validation@0.10.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monokle/cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "Monokle validation and more through the CLI",
"main": "./build/main.js",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @monokle/plugin-toolkit

## 0.1.0

### Minor Changes

- 034573b: Add monokle-plugin-toolkit

### Patch Changes

- Updated dependencies [034573b]
- Updated dependencies [521529e]
- @monokle/validation@0.10.0
2 changes: 1 addition & 1 deletion packages/plugin-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monokle/plugin-toolkit",
"version": "0.0.0",
"version": "0.1.0",
"description": "Toolkit for custom plugins development.",
"author": "Kubeshop",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @monokle/validation

## 0.10.0

### Minor Changes

- 521529e: Improved resource-links validator to support optional links + bug-fixes in YAML and OPA validators

### Patch Changes

- 034573b: Add monokle-plugin-toolkit

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

0 comments on commit 14a7dae

Please sign in to comment.