Skip to content

Commit

Permalink
chore(core): publish core@0.0.522
Browse files Browse the repository at this point in the history
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
c9c0b4d feat($q): Adds PromiseLike compatibility to $q and $q promises
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
f3e1d6e fix(core): Check if manifest event is null from k8s. (#8666)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
926b1bd feat(core/managed): run commit messages through Markdown (#8664)
  • Loading branch information
christopherthielen committed Oct 26, 2020
1 parent 6d4e22c commit 343296b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.0.521",
"version": "0.0.522",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -10,4 +10,4 @@
"prepublishOnly": "npm run lib",
"build": "npm run clean && ../../../../node_modules/.bin/tsc && node ../../../../node_modules/.bin/webpack"
}
}
}

0 comments on commit 343296b

Please sign in to comment.