Skip to content

Commit

Permalink
Bump package core to 0.0.380 and docker to 0.0.43 and amazon to 0.0.1…
Browse files Browse the repository at this point in the history
…98 and titus to 0.0.100 (#7163)

* chore(core): Bump version to 0.0.380

2fd1aa9  feat(core/amazon): add a visual indicator to infra managed by Keel (#7161)

* chore(docker): Bump version to 0.0.43

e08e36f feat(docker): allow extra inline help on tag selector (#7143)

* chore(amazon): Bump version to 0.0.198

2fd1aa9  feat(core/amazon): add a visual indicator to infra managed by Keel (#7161)

* chore(titus): Bump version to 0.0.100

422be22 fix(titus): allow security group in cluster config by name (#7160)
cdd6f23 chore(package): Just Update Prettier™
  • Loading branch information
anotherchrisberry committed Jun 28, 2019
1 parent e08e36f commit 4422b34
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.197",
"version": "0.0.198",
"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.379",
"version": "0.0.380",
"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.42",
"version": "0.0.43",
"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.99",
"version": "0.0.100",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4422b34

Please sign in to comment.