Skip to content

Commit

Permalink
Publish packages to NPM (#10019)
Browse files Browse the repository at this point in the history
* chore(publish): publish packages (b763cae)

 - @spinnaker/amazon@0.14.1
 - deck-app@2.5.7
 - @spinnaker/appengine@0.1.9
 - @spinnaker/azure@0.4.6
 - @spinnaker/cloudfoundry@0.1.9
 - @spinnaker/cloudrun@0.1.5
 - @spinnaker/core@0.26.0
 - @spinnaker/dcos@0.0.62
 - @spinnaker/docker@0.0.143
 - @spinnaker/ecs@0.0.362
 - @spinnaker/google@0.2.10
 - @spinnaker/huaweicloud@0.0.74
 - @spinnaker/kubernetes@0.5.1
 - @spinnaker/oracle@0.0.87
 - @spinnaker/tencentcloud@0.0.80
 - @spinnaker/titus@0.5.40

* feat(peerdep-sync): Synchronize peerdependencies

* chore(publish): publish peerdeps (b763cae)

 - @spinnaker/pluginsdk-peerdeps@0.17.0

---------

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
spinnakerbot2 and spinnakerbot authored Sep 19, 2023
1 parent b763cae commit 581f9d4
Show file tree
Hide file tree
Showing 34 changed files with 210 additions and 48 deletions.
11 changes: 11 additions & 0 deletions packages/amazon/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.14.1](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.14.0...@spinnaker/amazon@0.14.1) (2023-09-06)


### Bug Fixes

* Scaling bounds should parse float not int ([#10026](https://github.com/spinnaker/deck/issues/10026)) ([b763cae](https://github.com/spinnaker/deck/commit/b763cae826039df46b8dbe019689316ff5034e33))





# [0.14.0](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.13.9...@spinnaker/amazon@0.14.0) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/amazon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/amazon",
"license": "Apache-2.0",
"version": "0.14.0",
"version": "0.14.1",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down
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.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





## [2.5.6](https://github.com/spinnaker/deck/compare/deck-app@2.5.5...deck-app@2.5.6) (2023-07-20)

**Note:** Version bump only for package deck-app
Expand Down
24 changes: 12 additions & 12 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.6",
"version": "2.5.7",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.14.0",
"@spinnaker/appengine": "^0.1.8",
"@spinnaker/cloudfoundry": "^0.1.8",
"@spinnaker/cloudrun": "^0.1.4",
"@spinnaker/core": "^0.25.0",
"@spinnaker/docker": "^0.0.142",
"@spinnaker/ecs": "^0.0.361",
"@spinnaker/google": "^0.2.9",
"@spinnaker/amazon": "^0.14.1",
"@spinnaker/appengine": "^0.1.9",
"@spinnaker/cloudfoundry": "^0.1.9",
"@spinnaker/cloudrun": "^0.1.5",
"@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.0",
"@spinnaker/oracle": "^0.0.86",
"@spinnaker/kubernetes": "^0.5.1",
"@spinnaker/oracle": "^0.0.87",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.39",
"@spinnaker/titus": "^0.5.40",
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"graphql": "15.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/appengine/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.9](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.8...@spinnaker/appengine@0.1.9) (2023-09-06)

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





## [0.1.8](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.7...@spinnaker/appengine@0.1.8) (2023-07-20)

**Note:** Version bump only for package @spinnaker/appengine
Expand Down
4 changes: 2 additions & 2 deletions packages/appengine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.1.8",
"version": "0.1.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/azure/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.4.6](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.5...@spinnaker/azure@0.4.6) (2023-09-06)

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





## [0.4.5](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.4...@spinnaker/azure@0.4.5) (2023-07-20)

**Note:** Version bump only for package @spinnaker/azure
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/azure",
"license": "Apache-2.0",
"version": "0.4.5",
"version": "0.4.6",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudfoundry/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.9](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.8...@spinnaker/cloudfoundry@0.1.9) (2023-09-06)

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





## [0.1.8](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.7...@spinnaker/cloudfoundry@0.1.8) (2023-07-20)

**Note:** Version bump only for package @spinnaker/cloudfoundry
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudfoundry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.1.8",
"version": "0.1.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
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.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





## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.3...@spinnaker/cloudrun@0.1.4) (2023-07-20)

**Note:** Version bump only for package @spinnaker/cloudrun
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.1.5",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.25.0...@spinnaker/core@0.26.0) (2023-09-06)


### Features

* **core:** Add ability to set Default Tag filters for an application in application config ([#10020](https://github.com/spinnaker/deck/issues/10020)) ([c768e88](https://github.com/spinnaker/deck/commit/c768e88fbc893d0bd5dc86959320a7b7d67443e5))


### Reverts

* Revert "fix(core): conditionally hide expression evaluation warning messages (#9771)" (#10021) ([62033d0](https://github.com/spinnaker/deck/commit/62033d0fc6f0a953bd3f01e4452664b92fd02dfb)), closes [#9771](https://github.com/spinnaker/deck/issues/9771) [#10021](https://github.com/spinnaker/deck/issues/10021)



# 3.15.0 (2023-07-27)


### Features

* **core:** set Cancellation Reason to be expanded by default ([#10018](https://github.com/spinnaker/deck/issues/10018)) ([db06e88](https://github.com/spinnaker/deck/commit/db06e88bada70fa4065f56fc33af7207943415c5))





# [0.25.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.24.1...@spinnaker/core@0.25.0) (2023-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.25.0",
"version": "0.26.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dcos/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.0.62](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.61...@spinnaker/dcos@0.0.62) (2023-09-06)

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





## [0.0.61](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.60...@spinnaker/dcos@0.0.61) (2023-07-20)

**Note:** Version bump only for package @spinnaker/dcos
Expand Down
6 changes: 3 additions & 3 deletions packages/dcos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/dcos",
"license": "Apache-2.0",
"version": "0.0.61",
"version": "0.0.62",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"private": true,
Expand All @@ -14,8 +14,8 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/docker": "^0.0.142",
"@spinnaker/core": "^0.26.0",
"@spinnaker/docker": "^0.0.143",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docker/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.0.143](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.142...@spinnaker/docker@0.0.143) (2023-09-06)

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





## [0.0.142](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.141...@spinnaker/docker@0.0.142) (2023-07-20)

**Note:** Version bump only for package @spinnaker/docker
Expand Down
4 changes: 2 additions & 2 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/docker",
"license": "Apache-2.0",
"version": "0.0.142",
"version": "0.0.143",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.25.0",
"@spinnaker/core": "^0.26.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ecs/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.0.362](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.361...@spinnaker/ecs@0.0.362) (2023-09-06)


### Bug Fixes

* Scaling bounds should parse float not int ([#10026](https://github.com/spinnaker/deck/issues/10026)) ([b763cae](https://github.com/spinnaker/deck/commit/b763cae826039df46b8dbe019689316ff5034e33))





## [0.0.361](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.360...@spinnaker/ecs@0.0.361) (2023-07-20)

**Note:** Version bump only for package @spinnaker/ecs
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/ecs",
"license": "Apache-2.0",
"version": "0.0.361",
"version": "0.0.362",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.14.0",
"@spinnaker/core": "^0.25.0",
"@spinnaker/docker": "^0.0.142",
"@spinnaker/amazon": "^0.14.1",
"@spinnaker/core": "^0.26.0",
"@spinnaker/docker": "^0.0.143",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/google/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.2.10](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.9...@spinnaker/google@0.2.10) (2023-09-06)

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





## [0.2.9](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.8...@spinnaker/google@0.2.9) (2023-07-20)

**Note:** Version bump only for package @spinnaker/google
Expand Down
Loading

0 comments on commit 581f9d4

Please sign in to comment.