Skip to content

Commit 8abafe5

Browse files
spinnakerbot2spinnakerbot
and
spinnakerbot
authored
Publish packages to NPM (#9972)
* chore(publish): publish packages (8d84d27) - @spinnaker/amazon@0.13.6 - [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 (8d84d27) - @spinnaker/[email protected] --------- Co-authored-by: spinnakerbot <[email protected]>
1 parent 8d84d27 commit 8abafe5

34 files changed

+191
-48
lines changed

packages/amazon/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/amazon
9+
10+
11+
12+
13+
614
## [0.13.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-02)
715

816

packages/amazon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/amazon",
33
"license": "Apache-2.0",
4-
"version": "0.13.5",
4+
"version": "0.13.6",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"@uirouter/core": "6.0.8",
1919
"@uirouter/react": "1.0.7",

packages/app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.1](https://github.com/spinnaker/deck/compare/[email protected]@2.5.1) (2023-04-03)
7+
8+
**Note:** Version bump only for package deck-app
9+
10+
11+
12+
13+
614
# [2.5.0](https://github.com/spinnaker/deck/compare/[email protected]@2.5.0) (2023-03-15)
715

816

packages/app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck-app",
33
"private": true,
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"description": "",
66
"main": "index.js",
77
"scripts": {
@@ -14,19 +14,19 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@spinnaker/amazon": "^0.13.5",
18-
"@spinnaker/appengine": "^0.1.3",
19-
"@spinnaker/cloudfoundry": "^0.1.3",
20-
"@spinnaker/cloudrun": "^0.0.1",
21-
"@spinnaker/core": "^0.23.0",
22-
"@spinnaker/docker": "^0.0.137",
23-
"@spinnaker/ecs": "^0.0.356",
24-
"@spinnaker/google": "^0.2.4",
17+
"@spinnaker/amazon": "^0.13.6",
18+
"@spinnaker/appengine": "^0.1.4",
19+
"@spinnaker/cloudfoundry": "^0.1.4",
20+
"@spinnaker/cloudrun": "^0.0.2",
21+
"@spinnaker/core": "^0.23.1",
22+
"@spinnaker/docker": "^0.0.138",
23+
"@spinnaker/ecs": "^0.0.357",
24+
"@spinnaker/google": "^0.2.5",
2525
"@spinnaker/kayenta": "2.0.0",
26-
"@spinnaker/kubernetes": "^0.4.0",
27-
"@spinnaker/oracle": "^0.0.81",
26+
"@spinnaker/kubernetes": "^0.4.1",
27+
"@spinnaker/oracle": "^0.0.82",
2828
"@spinnaker/styleguide": "^2.0.0",
29-
"@spinnaker/titus": "^0.5.34",
29+
"@spinnaker/titus": "^0.5.35",
3030
"@uirouter/angularjs": "1.0.26",
3131
"angular": "1.8.0",
3232
"graphql": "15.5.0",

packages/appengine/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/appengine
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

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

packages/appengine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/appengine",
33
"license": "Apache-2.0",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"angular": "1.6.10",
1919
"angular-ui-bootstrap": "2.5.0",

packages/azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/azure
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

816

packages/azure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/azure",
33
"license": "Apache-2.0",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"angular": "1.6.10",
1919
"angular-ui-bootstrap": "2.5.0",

packages/cloudfoundry/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/cloudfoundry
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

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

packages/cloudfoundry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/cloudfoundry",
33
"license": "Apache-2.0",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/react": "1.0.7",
1818
"@uirouter/react-hybrid": "1.0.2",
1919
"angular": "1.6.10",

packages/cloudrun/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/cloudrun

packages/cloudrun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/cloudrun",
33
"license": "Apache-2.0",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"@uirouter/react": "1.0.7",
1919
"angular": "1.6.10",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.23.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **6755:** Resolved issue regarding warning reporting when cloning a server group in AWS ([#9948](https://github.com/spinnaker/deck/issues/9948)) ([6b36cb6](https://github.com/spinnaker/deck/commit/6b36cb68112361587bfb8e3fb5c31024d10d7072))
12+
* UI crashes when running pipeline(s) with many stages. ([#9960](https://github.com/spinnaker/deck/issues/9960)) ([8d84d27](https://github.com/spinnaker/deck/commit/8d84d2737729d364a74c34468c874f4613d68801))
13+
14+
15+
16+
17+
618
# [0.23.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
719

820

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/core",
33
"license": "Apache-2.0",
4-
"version": "0.23.0",
4+
"version": "0.23.1",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {

packages/dcos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.57](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/dcos
9+
10+
11+
12+
13+
614
## [0.0.56](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

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

packages/dcos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/dcos",
33
"license": "Apache-2.0",
4-
"version": "0.0.56",
4+
"version": "0.0.57",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"private": true,
@@ -14,8 +14,8 @@
1414
"lib": "npm run build"
1515
},
1616
"dependencies": {
17-
"@spinnaker/core": "^0.23.0",
18-
"@spinnaker/docker": "^0.0.137",
17+
"@spinnaker/core": "^0.23.1",
18+
"@spinnaker/docker": "^0.0.138",
1919
"angular": "1.6.10",
2020
"lodash": "4.17.21",
2121
"ngimport": "0.6.1",

packages/docker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.138](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/docker
9+
10+
11+
12+
13+
614
## [0.0.137](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

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

packages/docker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/docker",
33
"license": "Apache-2.0",
4-
"version": "0.0.137",
4+
"version": "0.0.138",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"angular": "1.6.10",
1919
"formik": "1.5.1",

packages/ecs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.357](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/ecs
9+
10+
11+
12+
13+
614
## [0.0.356](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-07)
715

816

packages/ecs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/ecs",
33
"license": "Apache-2.0",
4-
"version": "0.0.356",
4+
"version": "0.0.357",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,9 +13,9 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/amazon": "^0.13.5",
17-
"@spinnaker/core": "^0.23.0",
18-
"@spinnaker/docker": "^0.0.137",
16+
"@spinnaker/amazon": "^0.13.6",
17+
"@spinnaker/core": "^0.23.1",
18+
"@spinnaker/docker": "^0.0.138",
1919
"@uirouter/angularjs": "1.0.26",
2020
"@uirouter/react": "1.0.7",
2121
"angular": "1.6.10",

packages/google/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/google
9+
10+
11+
12+
13+
614
## [0.2.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-20)
715

816

packages/google/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spinnaker/google",
33
"license": "Apache-2.0",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"lib": "npm run build"
1414
},
1515
"dependencies": {
16-
"@spinnaker/core": "^0.23.0",
16+
"@spinnaker/core": "^0.23.1",
1717
"@uirouter/angularjs": "1.0.26",
1818
"angular": "1.6.10",
1919
"angular-ui-bootstrap": "2.5.0",

packages/huaweicloud/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.69](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)
7+
8+
**Note:** Version bump only for package @spinnaker/huaweicloud
9+
10+
11+
12+
13+
614
## [0.0.68](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)
715

816
**Note:** Version bump only for package @spinnaker/huaweicloud

0 commit comments

Comments
 (0)