Skip to content

Commit

Permalink
Bump package core to 0.0.379 and amazon to 0.0.197 (#7159)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.379

973bd5c fix(core/pipeline): When a pipeline or jenkins parameter is no longer accepted by the job/pipeline, show the parameter value (in addition to the name) in the warning message. (#7149)
8d929f0 fix(core): fix alignment on cards in card choices (#7158)

* chore(amazon): Bump version to 0.0.197

8d929f0 fix(core): fix alignment on cards in card choices (#7158)
  • Loading branch information
anotherchrisberry committed Jun 27, 2019
1 parent 973bd5c commit d9e58aa
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.196",
"version": "0.0.197",
"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.378",
"version": "0.0.379",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d9e58aa

Please sign in to comment.