Skip to content

Commit

Permalink
Bump package core to 0.0.337 and docker to 0.0.34 and amazon to 0.0.1…
Browse files Browse the repository at this point in the history
…75 and titus to 0.0.75 (#6593)

* chore(core): Bump version to 0.0.337

d853827 fix(core): Child pipeline should route back correctly (#6586)
bc9a30b fix(core): allow selecting accounts via simple select field in AccountSelectInput (#6592)
4b91b36 refactor(core): move Ace Editor CSS to core module (#6588)
cc52bee chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation
b6bab1e chore(prettier): Just Use Prettier™
f3fd790 chore(angularjs): Explicitly annotate all AngularJS injection points
78d0b68 fix(securityGroups): User `securityGroupName` for upsertSecurityGroupTask (#6569)

* chore(docker): Bump version to 0.0.34

b6bab1e chore(prettier): Just Use Prettier™
f3fd790 chore(angularjs): Explicitly annotate all AngularJS injection points
aa4e8df fix(eslint): Fix eslint warnings for @typescript-eslint/ban-types

* chore(amazon): Bump version to 0.0.175

cc52bee chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation
b6bab1e chore(prettier): Just Use Prettier™
f3fd790 chore(angularjs): Explicitly annotate all AngularJS injection points
4f1c5c3 feat(aws): allow override of scaling policies section (#6584)
cabc667 fix(aws): prevent clone submit when ingress rule removal in not acked (#6577)

* chore(titus): Bump version to 0.0.75

cc52bee chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation
b6bab1e chore(prettier): Just Use Prettier™
f3fd790 chore(angularjs): Explicitly annotate all AngularJS injection points
aa4e8df fix(eslint): Fix eslint warnings for @typescript-eslint/ban-types
ddbe208 fix(eslint): Fix eslint warnings for no-useless-escape
  • Loading branch information
anotherchrisberry authored Feb 21, 2019
1 parent d853827 commit 2b2ccff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.174",
"version": "0.0.175",
"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.336",
"version": "0.0.337",
"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.33",
"version": "0.0.34",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/titus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/titus",
"version": "0.0.74",
"version": "0.0.75",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2b2ccff

Please sign in to comment.