Skip to content

Commit

Permalink
chore(publish): publish packages (#9705)
Browse files Browse the repository at this point in the history
- @spinnaker/amazon@0.8.16
 - deck-app@2.0.18
 - @spinnaker/appengine@0.0.69
 - @spinnaker/azure@0.3.10
 - @spinnaker/cloudfoundry@0.0.156
 - @spinnaker/core@0.12.0
 - @spinnaker/dcos@0.0.34
 - @spinnaker/docker@0.0.115
 - @spinnaker/ecs@0.0.331
 - @spinnaker/google@0.0.73
 - @spinnaker/huaweicloud@0.0.46
 - @spinnaker/kubernetes@0.0.102
 - @spinnaker/oracle@0.0.58
 - @spinnaker/tencentcloud@0.0.52
 - @spinnaker/titus@0.5.10

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed Sep 29, 2021
1 parent 9432fd0 commit dc5b117
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 43 deletions.
11 changes: 11 additions & 0 deletions packages/amazon/CHANGELOG.md
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.8.16](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.8.15...@spinnaker/amazon@0.8.16) (2021-09-29)


### Bug Fixes

* **amazon:** Typo in command builder ([#9706](https://github.com/spinnaker/deck/issues/9706)) ([fd93d75](https://github.com/spinnaker/deck/commit/fd93d75984d33d5c67cdcf593bd2a0061e35970c))





## [0.8.15](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.8.14...@spinnaker/amazon@0.8.15) (2021-09-24)

**Note:** Version bump only for package @spinnaker/amazon
Expand Down
4 changes: 2 additions & 2 deletions packages/amazon/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/amazon",
"license": "Apache-2.0",
"version": "0.8.15",
"version": "0.8.16",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@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
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.0.18](https://github.com/spinnaker/deck/compare/deck-app@2.0.17...deck-app@2.0.18) (2021-09-29)

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





## [2.0.17](https://github.com/spinnaker/deck/compare/deck-app@2.0.16...deck-app@2.0.17) (2021-09-24)

**Note:** Version bump only for package deck-app
Expand Down
22 changes: 11 additions & 11 deletions packages/app/package.json
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "2.0.17",
"version": "2.0.18",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,18 +14,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.8.15",
"@spinnaker/appengine": "^0.0.68",
"@spinnaker/cloudfoundry": "^0.0.155",
"@spinnaker/core": "^0.11.7",
"@spinnaker/docker": "^0.0.114",
"@spinnaker/ecs": "^0.0.330",
"@spinnaker/google": "^0.0.72",
"@spinnaker/amazon": "^0.8.16",
"@spinnaker/appengine": "^0.0.69",
"@spinnaker/cloudfoundry": "^0.0.156",
"@spinnaker/core": "^0.12.0",
"@spinnaker/docker": "^0.0.115",
"@spinnaker/ecs": "^0.0.331",
"@spinnaker/google": "^0.0.73",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.0.101",
"@spinnaker/oracle": "^0.0.57",
"@spinnaker/kubernetes": "^0.0.102",
"@spinnaker/oracle": "^0.0.58",
"@spinnaker/styleguide": "^1.0.26",
"@spinnaker/titus": "^0.5.9",
"@spinnaker/titus": "^0.5.10",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"graphql": "15.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/appengine/CHANGELOG.md
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.69](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.68...@spinnaker/appengine@0.0.69) (2021-09-29)

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





## [0.0.68](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.0.67...@spinnaker/appengine@0.0.68) (2021-09-24)

**Note:** Version bump only for package @spinnaker/appengine
Expand Down
4 changes: 2 additions & 2 deletions packages/appengine/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.0.68",
"version": "0.0.69",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@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
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.3.10](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.3.9...@spinnaker/azure@0.3.10) (2021-09-29)

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





## [0.3.9](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.3.8...@spinnaker/azure@0.3.9) (2021-09-24)

**Note:** Version bump only for package @spinnaker/azure
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/azure",
"license": "Apache-2.0",
"version": "0.3.9",
"version": "0.3.10",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@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
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.156](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.155...@spinnaker/cloudfoundry@0.0.156) (2021-09-29)

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





## [0.0.155](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.0.154...@spinnaker/cloudfoundry@0.0.155) (2021-09-24)

**Note:** Version bump only for package @spinnaker/cloudfoundry
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudfoundry/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.0.155",
"version": "0.0.156",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.11.7...@spinnaker/core@0.12.0) (2021-09-29)


### Bug Fixes

* **core:** Ensure text is stringin CopyToClipboard ([#9704](https://github.com/spinnaker/deck/issues/9704)) ([78da1d8](https://github.com/spinnaker/deck/commit/78da1d8fd2a98533fd202506369d320207e45fc8))
* **kubernetes:** hide ad-hoc infrastructure action buttons when spinnaker has multiple accounts ([#9707](https://github.com/spinnaker/deck/issues/9707)) ([337ec29](https://github.com/spinnaker/deck/commit/337ec291494bc8d7ff863cd2a44ce38ab98229c1))


### Features

* **md:** added a default component if preview environments configured but don't exist ([#9713](https://github.com/spinnaker/deck/issues/9713)) ([9432fd0](https://github.com/spinnaker/deck/commit/9432fd0e5419b0c2015f1b968b95c305acb928e1))





## [0.11.7](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.11.6...@spinnaker/core@0.11.7) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.11.7",
"version": "0.12.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dcos/CHANGELOG.md
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.34](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.33...@spinnaker/dcos@0.0.34) (2021-09-29)

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





## [0.0.33](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.32...@spinnaker/dcos@0.0.33) (2021-09-24)

**Note:** Version bump only for package @spinnaker/dcos
Expand Down
6 changes: 3 additions & 3 deletions packages/dcos/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/dcos",
"license": "Apache-2.0",
"version": "0.0.33",
"version": "0.0.34",
"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.11.7",
"@spinnaker/docker": "^0.0.114",
"@spinnaker/core": "^0.12.0",
"@spinnaker/docker": "^0.0.115",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docker/CHANGELOG.md
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.115](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.114...@spinnaker/docker@0.0.115) (2021-09-29)

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





## [0.0.114](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.113...@spinnaker/docker@0.0.114) (2021-09-24)

**Note:** Version bump only for package @spinnaker/docker
Expand Down
4 changes: 2 additions & 2 deletions packages/docker/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/docker",
"license": "Apache-2.0",
"version": "0.0.114",
"version": "0.0.115",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@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
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.331](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.330...@spinnaker/ecs@0.0.331) (2021-09-29)

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





## [0.0.330](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.329...@spinnaker/ecs@0.0.330) (2021-09-24)

**Note:** Version bump only for package @spinnaker/ecs
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/ecs",
"license": "Apache-2.0",
"version": "0.0.330",
"version": "0.0.331",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.8.15",
"@spinnaker/core": "^0.11.7",
"@spinnaker/docker": "^0.0.114",
"@spinnaker/amazon": "^0.8.16",
"@spinnaker/core": "^0.12.0",
"@spinnaker/docker": "^0.0.115",
"@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
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.73](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.72...@spinnaker/google@0.0.73) (2021-09-29)

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





## [0.0.72](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.71...@spinnaker/google@0.0.72) (2021-09-24)

**Note:** Version bump only for package @spinnaker/google
Expand Down
4 changes: 2 additions & 2 deletions packages/google/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/google",
"license": "Apache-2.0",
"version": "0.0.72",
"version": "0.0.73",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"@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
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.46](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.45...@spinnaker/huaweicloud@0.0.46) (2021-09-29)

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





## [0.0.45](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.44...@spinnaker/huaweicloud@0.0.45) (2021-09-24)

**Note:** Version bump only for package @spinnaker/huaweicloud
Expand Down
4 changes: 2 additions & 2 deletions packages/huaweicloud/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/huaweicloud",
"license": "Apache-2.0",
"version": "0.0.45",
"version": "0.0.46",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.11.7",
"@spinnaker/core": "^0.12.0",
"angular": "1.6.10"
},
"devDependencies": {
Expand Down

0 comments on commit dc5b117

Please sign in to comment.