Skip to content

Commit

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

 - @spinnaker/amazon@0.13.9
 - [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 (e436465)

 - @spinnaker/[email protected]

---------

Co-authored-by: spinnakerbot <[email protected]>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed Jun 4, 2023
1 parent e436465 commit eb226ee
Show file tree
Hide file tree
Showing 36 changed files with 204 additions and 51 deletions.
8 changes: 8 additions & 0 deletions packages/amazon/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.13.9](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.13.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**Note:** Version bump only for package @spinnaker/amazon
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.13.8",
"version": "0.13.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.24.0",
"@spinnaker/core": "^0.24.1",
"@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.5](https://github.com/spinnaker/deck/compare/[email protected]@2.5.5) (2023-06-02)

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





## [2.5.4](https://github.com/spinnaker/deck/compare/[email protected]@2.5.4) (2023-05-11)

**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.4",
"version": "2.5.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.13.8",
"@spinnaker/appengine": "^0.1.6",
"@spinnaker/cloudfoundry": "^0.1.6",
"@spinnaker/cloudrun": "^0.1.2",
"@spinnaker/core": "^0.24.0",
"@spinnaker/docker": "^0.0.140",
"@spinnaker/ecs": "^0.0.359",
"@spinnaker/google": "^0.2.7",
"@spinnaker/amazon": "^0.13.9",
"@spinnaker/appengine": "^0.1.7",
"@spinnaker/cloudfoundry": "^0.1.7",
"@spinnaker/cloudrun": "^0.1.3",
"@spinnaker/core": "^0.24.1",
"@spinnaker/docker": "^0.0.141",
"@spinnaker/ecs": "^0.0.360",
"@spinnaker/google": "^0.2.8",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.4.3",
"@spinnaker/oracle": "^0.0.84",
"@spinnaker/kubernetes": "^0.4.4",
"@spinnaker/oracle": "^0.0.85",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.37",
"@spinnaker/titus": "^0.5.38",
"@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.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





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

**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.6",
"version": "0.1.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@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.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.4.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**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.3",
"version": "0.4.4",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@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.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





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

**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.6",
"version": "0.1.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@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.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.1.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**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.2",
"version": "0.1.3",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.24.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)


### Bug Fixes

* **core/pipeline:** Pipeline builder-pipeline action dropdown closing not properly ([#9999](https://github.com/spinnaker/deck/issues/9999)) ([a672a20](https://github.com/spinnaker/deck/commit/a672a208625d2551ec38f5179cf519fec4a40280))





# [0.24.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)


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.24.0",
"version": "0.24.1",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@apollo/client": "^3.6.9",
"@fortawesome/fontawesome-free": "5.5.0",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/presentation": "^0.2.1",
"@spinnaker/presentation": "^0.3.0",
"@spinnaker/styleguide": "2.0.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
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.60](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.0.59](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**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.59",
"version": "0.0.60",
"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.24.0",
"@spinnaker/docker": "^0.0.140",
"@spinnaker/core": "^0.24.1",
"@spinnaker/docker": "^0.0.141",
"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.141](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.0.140](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**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.140",
"version": "0.0.141",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ecs/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.360](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.0.359](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)


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.359",
"version": "0.0.360",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.13.8",
"@spinnaker/core": "^0.24.0",
"@spinnaker/docker": "^0.0.140",
"@spinnaker/amazon": "^0.13.9",
"@spinnaker/core": "^0.24.1",
"@spinnaker/docker": "^0.0.141",
"@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.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.2.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

**Note:** Version bump only for package @spinnaker/google
Expand Down
4 changes: 2 additions & 2 deletions packages/google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/google",
"license": "Apache-2.0",
"version": "0.2.7",
"version": "0.2.8",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.24.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down

0 comments on commit eb226ee

Please sign in to comment.