Skip to content

Commit

Permalink
chore(publish): publish packages (#9477)
Browse files Browse the repository at this point in the history
- deck-app@1.0.9
 - @spinnaker/amazon@0.5.0
 - @spinnaker/appengine@0.0.43
 - @spinnaker/azure@0.0.280
 - @spinnaker/cloudfoundry@0.0.130
 - @spinnaker/core@0.0.616
 - @spinnaker/dcos@0.0.8
 - @spinnaker/docker@0.0.89
 - @spinnaker/ecs@0.0.298
 - @spinnaker/google@0.0.47
 - @spinnaker/huaweicloud@0.0.20
 - @spinnaker/kubernetes@0.0.76
 - @spinnaker/oracle@0.0.32
 - @spinnaker/pluginsdk@0.0.38
 - @spinnaker/scripts@0.0.20
 - @spinnaker/tencentcloud@0.0.26
 - @spinnaker/titus@0.0.197

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
github-actions[bot] and spinnakerbot committed Jul 20, 2021
1 parent d4a6a4b commit 7e651ee
Show file tree
Hide file tree
Showing 34 changed files with 207 additions and 60 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.9 (2021-07-19)


### 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.8 (2021-07-19)


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.8",
"version": "1.0.9",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,18 +13,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.4.0",
"@spinnaker/appengine": "^0.0.42",
"@spinnaker/cloudfoundry": "^0.0.129",
"@spinnaker/core": "^0.0.615",
"@spinnaker/docker": "^0.0.88",
"@spinnaker/ecs": "^0.0.297",
"@spinnaker/google": "^0.0.46",
"@spinnaker/amazon": "^0.5.0",
"@spinnaker/appengine": "^0.0.43",
"@spinnaker/cloudfoundry": "^0.0.130",
"@spinnaker/core": "^0.0.616",
"@spinnaker/docker": "^0.0.89",
"@spinnaker/ecs": "^0.0.298",
"@spinnaker/google": "^0.0.47",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.0.75",
"@spinnaker/oracle": "^0.0.31",
"@spinnaker/kubernetes": "^0.0.76",
"@spinnaker/oracle": "^0.0.32",
"@spinnaker/styleguide": "^1.0.26",
"@spinnaker/titus": "^0.0.196",
"@spinnaker/titus": "^0.0.197",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"graphql": "15.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/amazon/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.5.0](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.0.326...@spinnaker/amazon@0.5.0) (2021-07-19)


### Features

* **amazon:** sample commit to test publish PR generation ([#9462](https://github.com/spinnaker/deck/issues/9462)) ([f38438c](https://github.com/spinnaker/deck/commit/f38438c30e169b1b52d4eb46796ab93ec577780f))





# [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.0.326...@spinnaker/amazon@0.4.0) (2021-07-19)


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.4.0",
"version": "0.5.0",
"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.615",
"@spinnaker/core": "^0.0.616",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.3",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@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/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.43](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.38...@spinnaker/appengine@0.0.43) (2021-07-19)

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





## [0.0.42](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.38...@spinnaker/appengine@0.0.42) (2021-07-19)

**Note:** Version bump only for package @spinnaker/appengine
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.0.42",
"version": "0.0.43",
"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.615",
"@spinnaker/core": "^0.0.616",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@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.0.280](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.0.275...@spinnaker/azure@0.0.280) (2021-07-19)

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





## [0.0.279](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.0.275...@spinnaker/azure@0.0.279) (2021-07-19)

**Note:** Version bump only for package @spinnaker/azure
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.0.279",
"version": "0.0.280",
"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.615",
"@spinnaker/core": "^0.0.616",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@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.0.130](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.125...@spinnaker/cloudfoundry@0.0.130) (2021-07-19)

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





## [0.0.129](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.125...@spinnaker/cloudfoundry@0.0.129) (2021-07-19)

**Note:** Version bump only for package @spinnaker/cloudfoundry
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.0.129",
"version": "0.0.130",
"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.615",
"@spinnaker/core": "^0.0.616",
"@uirouter/react": "1.0.3",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand All @@ -32,7 +32,7 @@
"@rollup/plugin-alias": "^3.1.2",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@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/core/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.616](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.0.611...@spinnaker/core@0.0.616) (2021-07-19)

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





## [0.0.615](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.0.611...@spinnaker/core@0.0.615) (2021-07-19)

**Note:** Version bump only for package @spinnaker/core
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.0.615",
"version": "0.0.616",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"@graphql-codegen/typescript-operations": "^1.18.3",
"@graphql-codegen/typescript-react-apollo": "^2.3.0",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@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.8](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.3...@spinnaker/dcos@0.0.8) (2021-07-19)

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





## [0.0.7](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.3...@spinnaker/dcos@0.0.7) (2021-07-19)

**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.7",
"version": "0.0.8",
"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.0.615",
"@spinnaker/docker": "^0.0.88",
"@spinnaker/core": "^0.0.616",
"@spinnaker/docker": "^0.0.89",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"shx": "0.3.3",
"typescript": "4.0.2"
}
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.89](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.89) (2021-07-19)

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





## [0.0.88](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.88) (2021-07-19)

**Note:** Version bump only for package @spinnaker/docker
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.88",
"version": "0.0.89",
"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.615",
"@spinnaker/core": "^0.0.616",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@types/angular": "1.6.26",
"@types/lodash": "4.14.64",
"@types/react": "16.8.13",
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.298](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.293...@spinnaker/ecs@0.0.298) (2021-07-19)

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





## [0.0.297](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.293...@spinnaker/ecs@0.0.297) (2021-07-19)

**Note:** Version bump only for package @spinnaker/ecs
Expand Down
10 changes: 5 additions & 5 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.297",
"version": "0.0.298",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.4.0",
"@spinnaker/core": "^0.0.615",
"@spinnaker/docker": "^0.0.88",
"@spinnaker/amazon": "^0.5.0",
"@spinnaker/core": "^0.0.616",
"@spinnaker/docker": "^0.0.89",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.3",
"angular": "1.6.10",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.19",
"@spinnaker/scripts": "^0.0.20",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/lodash": "4.14.64",
Expand Down
Loading

0 comments on commit 7e651ee

Please sign in to comment.