Skip to content

Commit

Permalink
Bump package core to 0.0.356 and docker to 0.0.38 and amazon to 0.0.1…
Browse files Browse the repository at this point in the history
…87 (spinnaker#6910)

* chore(core): Bump version to 0.0.356

bd7bcce fix(core): use relative imports for ReactSelectInput (spinnaker#6909)
e44f22b fix(core): update stage failure component when JSON changes (spinnaker#6889)
9454e34 fix(core): filter pipeline param choices by search text (spinnaker#6903)
960048f fix(core): Restore config button on exec view and dropdown for mptv2 (spinnaker#6894)
af5ba5b feat(cf): Create service key SpEL expression (spinnaker#6828)
62c2b51 feat(cf): Reduce angular dependencies (spinnaker#6893)
7fde1fa fix(core): Show all app selections when creating a pipeline from mptv2 (spinnaker#6891)
90fb96c feat(core): UI for configuring pipelines from mptv2 (spinnaker#6880)
fee4c12 fix(core): do not overdo showing the auth modal (spinnaker#6882)
9c8f12e fix(core): initialize default artifact with type (spinnaker#6885)
1ced961 refactor(stages): Wire up Pipeline validation to stage validateFn (spinnaker#6881)

* chore(docker): Bump version to 0.0.38

2bd7df1 chore(*): Remove YOLO (spinnaker#6900)

* chore(amazon): Bump version to 0.0.187

151aa2d feat(aws): show ALB listener redirect info in details (spinnaker#6904)
  • Loading branch information
anotherchrisberry authored Apr 29, 2019
1 parent bd7bcce commit ff7d8e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.186",
"version": "0.0.187",
"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.355",
"version": "0.0.356",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/docker",
"version": "0.0.37",
"version": "0.0.38",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ff7d8e2

Please sign in to comment.