Skip to content

Commit

Permalink
chore(package): appengine@0.0.19 core@0.0.514 ecs@0.0.265 titus@0.0.1…
Browse files Browse the repository at this point in the history
…45 (#8612)

* chore(appengine): publish appengine@0.0.19

d36922b feat(provider/appengine): add deploy global configuration stage (#8599)

* chore(core): publish core@0.0.514

34bc7e9 feat(core/managed): switch to abbreviated timestamp format, add version timestamps (#8610)
012b004 feat(core/managed): show failed, pending bubbles for any constraint type (#8611)
7604b3d feat(webhooks): document stausJsonPath is now optional (#8608)
0463ecb feat(core/presentation): add useInterval hook (#8609)

* chore(ecs): publish ecs@0.0.265

748da07 feat(ecs): Enable embedded artifacts for Deploy stage (#8603)
61cf058 feat(ecs): add Amazon ECS Cypress tests

* chore(titus): publish titus@0.0.145

619ad9c (fix): Angular to react prop error (#8607)
  • Loading branch information
Erik Munson committed Oct 1, 2020
1 parent 34bc7e9 commit cccfdb3
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/appengine/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.0.18",
"version": "0.0.19",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.0.513",
"version": "0.0.514",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/ecs/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/ecs",
"license": "Apache-2.0",
"version": "0.0.264",
"version": "0.0.265",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/titus/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/titus",
"license": "Apache-2.0",
"version": "0.0.144",
"version": "0.0.145",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit cccfdb3

Please sign in to comment.