Skip to content

Commit

Permalink
Bump package core to 0.0.382 and amazon to 0.0.199 (#7179)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.382

51b8d2d feat(trigger): Allow entry of explicit build number (#7176)
9eb04b4 fix(pipeline): Fixed stage config for faileventual (#7174)
40eb939 feat(core/task): UserVerification: Accept an 'account' prop. (#7173)
97c4aed refactor(core/serverGroup): Extract MinMaxDesiredChanges component (#7171)

* chore(amazon): Bump version to 0.0.199

97c4aed refactor(core/serverGroup): Extract MinMaxDesiredChanges component (#7171)
  • Loading branch information
alanmquach committed Jul 3, 2019
1 parent f6163a9 commit 4d9a192
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.198",
"version": "0.0.199",
"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.381",
"version": "0.0.382",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4d9a192

Please sign in to comment.