Skip to content

Commit

Permalink
Bump package core to 0.0.324 and amazon to 0.0.163 and titus to 0.0.70 (
Browse files Browse the repository at this point in the history
#6482)

* chore(core): Bump version to 0.0.324

cd32f9d fix(stages): Fixed stage/details out-of-sync due to state bug (#6480)
4264418 feat(artifacts): Human readable expected artifact display names (#6344)
20cf9b7 fix(core/modal): Import IModalComponentProps relatively instead of from 'core' so downstream projects don't need a 'core' alias in tsconfig
b92c8aa Merge branch 'master' into 3798-route-mapping
04bc98b feat(cf): Add Map/Unmap SGs and LBs

* chore(amazon): Bump version to 0.0.163

01dafc7 feat(amazon/loadBalancer): Rudimentary support for redirect actions (#6470)
0451046 chore(package): Add .npmignore to all packages

* chore(titus): Bump version to 0.0.70

5971752 fix(titus): use variable for account on configbin scaling metrics (#6481)
0451046 chore(package): Add .npmignore to all packages
  • Loading branch information
anotherchrisberry committed Feb 5, 2019
1 parent cd32f9d commit a93921f
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.162",
"version": "0.0.163",
"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.323",
"version": "0.0.324",
"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.69",
"version": "0.0.70",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit a93921f

Please sign in to comment.