Skip to content

Commit

Permalink
Bump package core to 0.0.406 and amazon to 0.0.209 (#7378)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.406

d8f1a51 fix(triggers): Protecting from undefined triggers (#7377)
ad4c144 feat(core/managed): Add resource dropdown with links to history + source JSON (#7376)
3665d3e fix(typos): fix a few typos in help messages (#7373)

* chore(amazon): Bump version to 0.0.209

373f581 fix(titus): Removing NLB as it is not compatible with Titus (#7317)
  • Loading branch information
alanmquach committed Sep 5, 2019
1 parent d8f1a51 commit 192130e
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.208",
"version": "0.0.209",
"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.405",
"version": "0.0.406",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 192130e

Please sign in to comment.