Skip to content

Commit

Permalink
chore(release): bump version to 0.13.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Mar 28, 2023
1 parent dfa2c65 commit 8b99737
Show file tree
Hide file tree
Showing 12 changed files with 304 additions and 12 deletions.
292 changes: 292 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/cli",
"version": "0.12.51",
"version": "0.13.0",
"description": "Cloud native testing platform for testing and developing container applications on Kubernetes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/core",
"version": "0.12.51",
"version": "0.13.0",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/e2e",
"version": "0.12.51",
"version": "0.13.0",
"description": "End-to-end tests for the Garden CLI",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/garden-io/garden.git"
},
"version": "0.12.51",
"version": "0.13.0-0",
"author": "Garden Technologies, Inc. <[email protected]>",
"license": "MPL-2.0",
"homepage": "https://github.com/garden-io/garden",
Expand Down Expand Up @@ -101,4 +101,4 @@
"plugins/*",
"sdk"
]
}
}
2 changes: 1 addition & 1 deletion plugins/conftest-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest-container",
"version": "0.12.51",
"version": "0.13.0",
"description": "Auto-generator for the conftest plugin and Garden container modules",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest-kubernetes",
"version": "0.12.51",
"version": "0.13.0",
"description": "Auto-generator for the conftest plugin and Garden kubernetes/helm modules",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-conftest",
"version": "0.12.51",
"version": "0.13.0",
"description": "conftest plugin for Garden",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/jib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-jib",
"version": "0.12.51",
"version": "0.13.0",
"description": "Jib container plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pulumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-pulumi",
"version": "0.12.51",
"version": "0.13.0",
"description": "Pulumi plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/garden-terraform",
"version": "0.12.51",
"version": "0.13.0",
"description": "Terraform plugin for Garden",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garden-io/sdk",
"version": "0.12.51",
"version": "0.13.0",
"description": "TypeScript plugin SDK for Garden",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8b99737

Please sign in to comment.