Skip to content

Commit

Permalink
Publish packages to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot2 authored and sahititarigoppula committed May 27, 2024
1 parent 999885c commit cbfa9c2
Show file tree
Hide file tree
Showing 36 changed files with 670 additions and 51 deletions.
32 changes: 32 additions & 0 deletions packages/amazon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
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





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

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





## [0.13.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.13.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-02)


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.5",
"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.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down
40 changes: 40 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
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





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

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





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

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





## [2.5.1](https://github.com/spinnaker/deck/compare/[email protected]@2.5.1) (2023-04-03)

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





# [2.5.0](https://github.com/spinnaker/deck/compare/[email protected]@2.5.0) (2023-03-15)


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.0",
"version": "2.5.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.13.5",
"@spinnaker/appengine": "^0.1.3",
"@spinnaker/cloudfoundry": "^0.1.3",
"@spinnaker/cloudrun": "^0.0.1",
"@spinnaker/core": "^0.23.0",
"@spinnaker/docker": "^0.0.137",
"@spinnaker/ecs": "^0.0.356",
"@spinnaker/google": "^0.2.4",
"@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.0",
"@spinnaker/oracle": "^0.0.81",
"@spinnaker/kubernetes": "^0.4.4",
"@spinnaker/oracle": "^0.0.85",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.34",
"@spinnaker/titus": "^0.5.38",
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"graphql": "15.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
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





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

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





## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)

**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.3",
"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.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
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





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

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





## [0.4.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





# [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)


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.0",
"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.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/cloudfoundry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
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





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

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





## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)

**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.3",
"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.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand Down
43 changes: 43 additions & 0 deletions packages/cloudrun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Change Log

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





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

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





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


### Features

* **provider/google:** Added Cloud Run manifest functionality in Deck. ([#9971](https://github.com/spinnaker/deck/issues/9971)) ([f5e19c7](https://github.com/spinnaker/deck/commit/f5e19c77a0135963ca1f54beb5ef9abc48ba8968))





## [0.0.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

**Note:** Version bump only for package @spinnaker/cloudrun
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.0.1",
"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.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
Loading

0 comments on commit cbfa9c2

Please sign in to comment.