Skip to content

Commit

Permalink
chore(package): core@0.0.512 kubernetes@0.0.51 (#8605)
Browse files Browse the repository at this point in the history
* chore(core): publish core@0.0.512

f3324c6 fix(core/spelNumberInput): Fix broken html escaping (#8604)
f38e674 feat(core/managed): tighten up layout on environments header (#8601)
caff6d2 feat(stages): Add monitorPipeline stage execution details (#8561)
e57714c feat(storybook/formik): More formik stories

* chore(kubernetes): publish kubernetes@0.0.51

15b6ec6 fix(kubernetes): Hide load balancers stage from Kubernetes provider (#8598)
  • Loading branch information
vigneshm committed Sep 28, 2020
1 parent f3324c6 commit 34e523f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.511",
"version": "0.0.512",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/kubernetes/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/kubernetes",
"license": "Apache-2.0",
"version": "0.0.50",
"version": "0.0.51",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 34e523f

Please sign in to comment.