Skip to content

Commit

Permalink
chore(publish): publish packages (#9501)
Browse files Browse the repository at this point in the history
- deck-app@1.0.13
 - @spinnaker/amazon@0.7.2
 - @spinnaker/appengine@0.0.45
 - @spinnaker/azure@0.0.282
 - @spinnaker/cloudfoundry@0.0.132
 - @spinnaker/core@0.0.618
 - @spinnaker/dcos@0.0.10
 - @spinnaker/docker@0.0.91
 - @spinnaker/ecs@0.0.302
 - @spinnaker/google@0.0.49
 - @spinnaker/huaweicloud@0.0.22
 - @spinnaker/kubernetes@0.0.78
 - @spinnaker/oracle@0.0.34
 - @spinnaker/tencentcloud@0.0.28
 - @spinnaker/titus@0.1.2

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed Jul 22, 2021
1 parent 20e1135 commit a5cc4bd
Show file tree
Hide file tree
Showing 30 changed files with 171 additions and 43 deletions.
13 changes: 13 additions & 0 deletions app/scripts/modules/app/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.

## 1.0.13 (2021-07-22)


### Bug Fixes

* **all:** Convert requires to imports ([abf4c75](https://github.com/spinnaker/deck/commit/abf4c7590ee4bf84adfb1624c5aafcaccf829be5))
* **app:** Remove resolutions from app ([e117619](https://github.com/spinnaker/deck/commit/e1176195b4eb72f049b7901f719a1a9144c4a2b2))
* **build:** Fix gradle builds ([d4d25f6](https://github.com/spinnaker/deck/commit/d4d25f6a4ec1e615d29942193bfd5ddd6273440f))





## 1.0.12 (2021-07-22)


Expand Down
22 changes: 11 additions & 11 deletions app/scripts/modules/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "1.0.12",
"version": "1.0.13",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,18 +13,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.7.1",
"@spinnaker/appengine": "^0.0.44",
"@spinnaker/cloudfoundry": "^0.0.131",
"@spinnaker/core": "^0.0.617",
"@spinnaker/docker": "^0.0.90",
"@spinnaker/ecs": "^0.0.301",
"@spinnaker/google": "^0.0.48",
"@spinnaker/amazon": "^0.7.2",
"@spinnaker/appengine": "^0.0.45",
"@spinnaker/cloudfoundry": "^0.0.132",
"@spinnaker/core": "^0.0.618",
"@spinnaker/docker": "^0.0.91",
"@spinnaker/ecs": "^0.0.302",
"@spinnaker/google": "^0.0.49",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.0.77",
"@spinnaker/oracle": "^0.0.33",
"@spinnaker/kubernetes": "^0.0.78",
"@spinnaker/oracle": "^0.0.34",
"@spinnaker/styleguide": "^1.0.26",
"@spinnaker/titus": "^0.1.1",
"@spinnaker/titus": "^0.1.2",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"graphql": "15.5.0",
Expand Down
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.7.2](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.7.0...@spinnaker/amazon@0.7.2) (2021-07-22)

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





## [0.7.1](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.7.0...@spinnaker/amazon@0.7.1) (2021-07-22)

**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.7.1",
"version": "0.7.2",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.3",
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.0.45](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.43...@spinnaker/appengine@0.0.45) (2021-07-22)

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





## [0.0.44](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.43...@spinnaker/appengine@0.0.44) (2021-07-22)

**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.0.44",
"version": "0.0.45",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@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.0.282](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.0.280...@spinnaker/azure@0.0.282) (2021-07-22)

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





## [0.0.281](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.0.280...@spinnaker/azure@0.0.281) (2021-07-22)

**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.0.281",
"version": "0.0.282",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@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.0.132](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.130...@spinnaker/cloudfoundry@0.0.132) (2021-07-22)

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





## [0.0.131](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.130...@spinnaker/cloudfoundry@0.0.131) (2021-07-22)

**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.0.131",
"version": "0.0.132",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@uirouter/react": "1.0.3",
"@uirouter/react-hybrid": "1.0.2",
"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.0.618](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.0.616...@spinnaker/core@0.0.618) (2021-07-22)


### Bug Fixes

* **core/loadBalancer:** Pushed modal overlay to the background ([#9466](https://github.com/spinnaker/deck/issues/9466)) ([799250b](https://github.com/spinnaker/deck/commit/799250bde2fdf9ba7d88b1a5adb0c937601b6ae0))





## [0.0.617](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.0.616...@spinnaker/core@0.0.617) (2021-07-22)


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.0.617",
"version": "0.0.618",
"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.10](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.8...@spinnaker/dcos@0.0.10) (2021-07-22)

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





## [0.0.9](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.8...@spinnaker/dcos@0.0.9) (2021-07-22)

**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.9",
"version": "0.0.10",
"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.0.617",
"@spinnaker/docker": "^0.0.90",
"@spinnaker/core": "^0.0.618",
"@spinnaker/docker": "^0.0.91",
"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.91](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.89...@spinnaker/docker@0.0.91) (2021-07-22)

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





## [0.0.90](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.89...@spinnaker/docker@0.0.90) (2021-07-22)

**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.90",
"version": "0.0.91",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@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.302](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.300...@spinnaker/ecs@0.0.302) (2021-07-22)

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





## [0.0.301](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.300...@spinnaker/ecs@0.0.301) (2021-07-22)

**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.301",
"version": "0.0.302",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.7.1",
"@spinnaker/core": "^0.0.617",
"@spinnaker/docker": "^0.0.90",
"@spinnaker/amazon": "^0.7.2",
"@spinnaker/core": "^0.0.618",
"@spinnaker/docker": "^0.0.91",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.3",
"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.0.49](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.47...@spinnaker/google@0.0.49) (2021-07-22)

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





## [0.0.48](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.47...@spinnaker/google@0.0.48) (2021-07-22)

**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.0.48",
"version": "0.0.49",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/huaweicloud/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.22](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.20...@spinnaker/huaweicloud@0.0.22) (2021-07-22)

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





## [0.0.21](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.20...@spinnaker/huaweicloud@0.0.21) (2021-07-22)

**Note:** Version bump only for package @spinnaker/huaweicloud
Expand Down
4 changes: 2 additions & 2 deletions packages/huaweicloud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/huaweicloud",
"license": "Apache-2.0",
"version": "0.0.21",
"version": "0.0.22",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.0.617",
"@spinnaker/core": "^0.0.618",
"angular": "1.6.10"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a5cc4bd

Please sign in to comment.