Skip to content

Commit

Permalink
Bump package core to 0.0.365 and docker to 0.0.39 (#6997)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.365

0fc8946 fix(core): request project pipeline configs just in time (#6980)
cfd7690 fix(core): include un-run pipelines when filtering by text (#6979)
10fbec5 fix(core): set graph label node height correctly (#6993)
0ed0ab6 fix(artifacts): Fix fetching helm artifact versions (#6995)
dfc84b1 refactor(core): add React Components for PageSection and PageNavigator (#6926)
ce8a163 fix(cf): add Artifactory link (#6994)
f7cb7ab chore(core): remove hipchat notification module (#6884)
98c9327 fix(*): Fix imports (#6991)
c8590ff refactor(core): Convert most triggers from angular to react

* chore(docker): Bump version to 0.0.39

c8590ff refactor(core): Convert most triggers from angular to react
  • Loading branch information
anotherchrisberry committed May 15, 2019
1 parent 0fc8946 commit 52c637b
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.364",
"version": "0.0.365",
"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.38",
"version": "0.0.39",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 52c637b

Please sign in to comment.