Skip to content

Commit

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

 - @spinnaker/amazon@0.14.3
 - [email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]

* feat(peerdep-sync): Synchronize peerdependencies

* chore(publish): publish peerdeps (dbf0574)

 - @spinnaker/[email protected]

---------

Co-authored-by: spinnakerbot <[email protected]>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed Dec 7, 2023
1 parent dbf0574 commit 20d6ca8
Show file tree
Hide file tree
Showing 38 changed files with 240 additions and 66 deletions.
12 changes: 12 additions & 0 deletions packages/amazon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)


### Bug Fixes

* **amazon:** Allow scaling bounds to use floats between input steps ([#10059](https://github.com/spinnaker/deck/issues/10059)) ([5c1ebfd](https://github.com/spinnaker/deck/commit/5c1ebfdf924e73aa6877943cb008c216177b8256))
* **lambda:** available Runtimes shared between Deploy stage and Functions tab ([#10050](https://github.com/spinnaker/deck/issues/10050)) ([889d769](https://github.com/spinnaker/deck/commit/889d769c600e298917ec2471cd88a4bdd808ed91))





## [0.14.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.14.3",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/app/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.

# [2.7.0](https://github.com/spinnaker/deck/compare/[email protected]@2.7.0) (2023-12-07)


### Features

* Add feature flag for multi block failure messages. ([#10061](https://github.com/spinnaker/deck/issues/10061)) ([374f724](https://github.com/spinnaker/deck/commit/374f724de221d68030a86e1f6452e3303390339a))





# [2.6.0](https://github.com/spinnaker/deck/compare/[email protected]@2.6.0) (2023-10-16)


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.6.0",
"version": "2.7.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.14.2",
"@spinnaker/appengine": "^0.1.10",
"@spinnaker/cloudfoundry": "^0.1.10",
"@spinnaker/cloudrun": "^0.1.6",
"@spinnaker/core": "^0.27.0",
"@spinnaker/docker": "^0.0.144",
"@spinnaker/ecs": "^0.0.363",
"@spinnaker/google": "^0.2.11",
"@spinnaker/amazon": "^0.14.3",
"@spinnaker/appengine": "^0.1.11",
"@spinnaker/cloudfoundry": "^0.1.11",
"@spinnaker/cloudrun": "^0.1.7",
"@spinnaker/core": "^0.28.0",
"@spinnaker/docker": "^0.0.145",
"@spinnaker/ecs": "^0.0.364",
"@spinnaker/google": "^0.2.12",
"@spinnaker/kayenta": "2.1.0",
"@spinnaker/kubernetes": "^0.5.2",
"@spinnaker/oracle": "^0.0.88",
"@spinnaker/kubernetes": "^0.6.0",
"@spinnaker/oracle": "^0.0.89",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.41",
"@spinnaker/titus": "^0.5.42",
"@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.11](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.1.10](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.1.11",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.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.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.4.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.4.8",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/lodash": "4.14.64",
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.11](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.1.10](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.1.11",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand All @@ -35,7 +35,7 @@
"@rollup/plugin-alias": "^3.1.2",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/enzyme": "3.10.3",
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.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.6",
"version": "0.1.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.8.3",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.8.5",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/dompurify": "^2.3.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.28.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)


### Features

* Add feature flag for multi block failure messages. ([#10061](https://github.com/spinnaker/deck/issues/10061)) ([374f724](https://github.com/spinnaker/deck/commit/374f724de221d68030a86e1f6452e3303390339a))
* Expose spinnaker/kayenta to the plugin framework to allow us to create kayenta plugins in Deck ([#10072](https://github.com/spinnaker/deck/issues/10072)) ([dbf0574](https://github.com/spinnaker/deck/commit/dbf0574176cbbca781d970c64dfe49f6911ef8b8))
* Split deployment failure messages. ([#10060](https://github.com/spinnaker/deck/issues/10060)) ([73dda48](https://github.com/spinnaker/deck/commit/73dda48caccd969ef562af3f86bc1f17efbdad7f))





# [0.27.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
4 changes: 2 additions & 2 deletions 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.27.0",
"version": "0.28.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down Expand Up @@ -92,7 +92,7 @@
"@graphql-codegen/typescript-operations": "^1.18.3",
"@graphql-codegen/typescript-react-apollo": "^2.3.0",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/angular-mocks": "1.5.10",
"@types/angular-ui-bootstrap": "0.13.41",
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.64](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.0.63](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)

**Note:** Version bump only for package @spinnaker/dcos
Expand Down
8 changes: 4 additions & 4 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.63",
"version": "0.0.64",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"private": true,
Expand All @@ -14,16 +14,16 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/docker": "^0.0.144",
"@spinnaker/core": "^0.28.0",
"@spinnaker/docker": "^0.0.145",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"shx": "0.3.3",
"typescript": "4.3.5"
}
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.145](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

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





## [0.0.144](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-10-16)


Expand Down
6 changes: 3 additions & 3 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.144",
"version": "0.0.145",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.27.0",
"@spinnaker/core": "^0.28.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@spinnaker/scripts": "^0.4.0",
"@types/angular": "1.6.26",
"@types/lodash": "4.14.64",
"@types/react": "16.14.10",
Expand Down

0 comments on commit 20d6ca8

Please sign in to comment.