Skip to content

Commit

Permalink
Bump package core to 0.0.388 and amazon to 0.0.201 (#7200)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.388

5d2f307 fix(core): correctly compute pipeline graph scroll position (#7198)

* chore(amazon): Bump version to 0.0.201

829da5a feat(amazon): allow custom help message on scaling policy selection modal (#7199)
7a218bc fix(amazon): Disallow enable instance in a disabled server group (#7197)
  • Loading branch information
anotherchrisberry authored Jul 9, 2019
1 parent 829da5a commit 6dd149b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/amazon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/amazon",
"version": "0.0.200",
"version": "0.0.201",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.387",
"version": "0.0.388",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 6dd149b

Please sign in to comment.