Skip to content

Commit

Permalink
Bump package core to 0.0.373 and docker to 0.0.41 and titus to 0.0.98 (
Browse files Browse the repository at this point in the history
…#7066)

* chore(core): Bump version to 0.0.373

89e4e78 fix(runJob/kubernetes): reliably display logs (#7060)
50f23fc refactor(core): allow checklist component to accept objects as a prop (#7058)
0eaae9a refactor(core): expose clusterService in react injector (#7043)
8dd1417 fix(core): Build triggers: Properly render large number of jobs (#7056)
4975233 fix(artifacts/helm): support regex/spel in version (#7033)

* chore(docker): Bump version to 0.0.41

59259a9 fix(docker): Fixed imageId parsing and digest support (#7053)

* chore(titus): Bump version to 0.0.98

50f23fc refactor(core): allow checklist component to accept objects as a prop (#7058)
59259a9 fix(docker): Fixed imageId parsing and digest support (#7053)
  • Loading branch information
anotherchrisberry committed May 28, 2019
1 parent 7cbf241 commit 63e1f9e
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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.372",
"version": "0.0.373",
"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.40",
"version": "0.0.41",
"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.97",
"version": "0.0.98",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 63e1f9e

Please sign in to comment.