Skip to content

Commit

Permalink
chore(publish): publish packages (#9506)
Browse files Browse the repository at this point in the history
- deck-app@1.0.14
 - @spinnaker/amazon@0.7.3
 - @spinnaker/ecs@0.0.303
 - @spinnaker/titus@0.1.3

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed Jul 22, 2021
1 parent 5075ee1 commit bc2c801
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 9 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.14 (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.13 (2021-07-22)


Expand Down
8 changes: 4 additions & 4 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.13",
"version": "1.0.14",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,18 +13,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.7.2",
"@spinnaker/amazon": "^0.7.3",
"@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/ecs": "^0.0.303",
"@spinnaker/google": "^0.0.49",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.0.78",
"@spinnaker/oracle": "^0.0.34",
"@spinnaker/styleguide": "^1.0.26",
"@spinnaker/titus": "^0.1.2",
"@spinnaker/titus": "^0.1.3",
"@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.7.3](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.7.2...@spinnaker/amazon@0.7.3) (2021-07-22)


### Bug Fixes

* sample commit to test publishing scripts ([#9505](https://github.com/spinnaker/deck/issues/9505)) ([5075ee1](https://github.com/spinnaker/deck/commit/5075ee1afe80fff98fa0728a323480b9712d8935))





## [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
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.7.3",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
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.303](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.302...@spinnaker/ecs@0.0.303) (2021-07-22)

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





## [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
Expand Down
4 changes: 2 additions & 2 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.302",
"version": "0.0.303",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.7.2",
"@spinnaker/amazon": "^0.7.3",
"@spinnaker/core": "^0.0.618",
"@spinnaker/docker": "^0.0.91",
"@uirouter/angularjs": "1.0.26",
Expand Down
8 changes: 8 additions & 0 deletions packages/titus/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/titus@0.1.2...@spinnaker/titus@0.1.3) (2021-07-22)

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





## [0.1.2](https://github.com/spinnaker/deck/compare/@spinnaker/titus@0.1.0...@spinnaker/titus@0.1.2) (2021-07-22)

**Note:** Version bump only for package @spinnaker/titus
Expand Down
4 changes: 2 additions & 2 deletions packages/titus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/titus",
"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/amazon": "^0.7.2",
"@spinnaker/amazon": "^0.7.3",
"@spinnaker/core": "^0.0.618",
"@spinnaker/docker": "^0.0.91",
"@spinnaker/mocks": "1.0.7",
Expand Down

0 comments on commit bc2c801

Please sign in to comment.