Skip to content

Commit

Permalink
Bump package core to 0.0.378 and amazon to 0.0.195 (#7155)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.378

058007e fix(core): properly update execution permalink on location change (#7152)
9bd9624 fix(projects): Fixed project dashboard to application link (#7154)
d6ad8c2 feat(appengine): Enable new artifacts for config artifacts in deploy SG (#7153)
a9a927b feat(appengine): Enable new artifacts workflow in deploy SG (#7147)

* chore(amazon): Bump version to 0.0.195

8ee7e11 fix(amazon): Fix SpEL support for load balancers (#7151)
  • Loading branch information
anotherchrisberry committed Jun 27, 2019
1 parent 058007e commit ea94928
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.194",
"version": "0.0.195",
"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.377",
"version": "0.0.378",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ea94928

Please sign in to comment.