Skip to content

Commit

Permalink
chore(publish): publish packages (03bab90)
Browse files Browse the repository at this point in the history
 - deck-app@2.5.8
 - @spinnaker/cloudrun@0.1.6
 - @spinnaker/kubernetes@0.5.2
  • Loading branch information
spinnakerbot committed Oct 1, 2023
1 parent 03bab90 commit beb9950
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.8](https://github.com/spinnaker/deck/compare/deck-app@2.5.7...deck-app@2.5.8) (2023-10-01)

**Note:** Version bump only for package deck-app





## [2.5.7](https://github.com/spinnaker/deck/compare/deck-app@2.5.6...deck-app@2.5.7) (2023-09-06)

**Note:** Version bump only for package deck-app
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "2.5.7",
"version": "2.5.8",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,13 +17,13 @@
"@spinnaker/amazon": "^0.14.1",
"@spinnaker/appengine": "^0.1.9",
"@spinnaker/cloudfoundry": "^0.1.9",
"@spinnaker/cloudrun": "^0.1.5",
"@spinnaker/cloudrun": "^0.1.6",
"@spinnaker/core": "^0.26.0",
"@spinnaker/docker": "^0.0.143",
"@spinnaker/ecs": "^0.0.362",
"@spinnaker/google": "^0.2.10",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.5.1",
"@spinnaker/kubernetes": "^0.5.2",
"@spinnaker/oracle": "^0.0.87",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.40",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudrun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.5...@spinnaker/cloudrun@0.1.6) (2023-10-01)

**Note:** Version bump only for package @spinnaker/cloudrun





## [0.1.5](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.4...@spinnaker/cloudrun@0.1.5) (2023-09-06)

**Note:** Version bump only for package @spinnaker/cloudrun
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudrun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudrun",
"license": "Apache-2.0",
"version": "0.1.5",
"version": "0.1.6",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/kubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.1...@spinnaker/kubernetes@0.5.2) (2023-10-01)


### Bug Fixes

* **kubernetes:** export rollout restart stage so it's actually available for use ([#10037](https://github.com/spinnaker/deck/issues/10037)) ([c19f9ce](https://github.com/spinnaker/deck/commit/c19f9ce9ca411fe16e865d3d3121d497bce93575))





## [0.5.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.0...@spinnaker/kubernetes@0.5.1) (2023-09-06)

**Note:** Version bump only for package @spinnaker/kubernetes
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/kubernetes",
"license": "Apache-2.0",
"version": "0.5.1",
"version": "0.5.2",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit beb9950

Please sign in to comment.