Skip to content

Commit

Permalink
chore(core): Bump version to 0.0.397
Browse files Browse the repository at this point in the history
a6cd7e6 feat(executions): Allow rerun on active executions (#7293)
a823cd7 chore(core/pipeline): remove debug statement from werckertrigger
a4298e0 fix(core/pipeline): did you know 'window.status' is a thing?  Me neither.
9a37c5d refactor(core/pipeline): Migrate triggers to formik. Fetch data with react hooks.
0c547a8 refactor(core/forms): Extract a controlled MapEditorInput component Retains the old API in MapEditor.tsx
29d470d refactor(core/forms): Remove some cached state from MapEditor Move MapPair component to its own file
3f5e4e6 feat(core/presentation): Add refresh() api to useLatestPromise react hook (#7300)
1472b3d feat(core/form): Disable ReactSelect ignoreAccents by default (#7301)
70669e6 fix(execution): Adding rerun option to execution details view (#7292)
923c736 fix(executions): Fix time boundary grouping with never started executions (#7294)
7368523 feat(webhooks): add support for cancellation to webhooks (#7289)
10617c5 Louis/modal fixes (#7287)
abac63c feat(*/pipeline): Remove the concept of default stage timeouts, rename option (#7286)
fce5a1a fix(core/pipeline): Fix concourse trigger state onChange callbacks
1585076 fix(core): plan templated pipelines when triggering manual exec (#7283)
4eb850d fix(history): use the correct query param name when getting history (#7274)
8e58b9b fix(core/presentation): Add support for multi in ReactSelectInput onChange adapter
682763d fix(core/presentation): Only flex the first direct child, not descendent
  • Loading branch information
christopherthielen committed Aug 8, 2019
1 parent a6cd7e6 commit 2581c9a
Showing 1 changed file with 1 addition and 1 deletion.
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.396",
"version": "0.0.397",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2581c9a

Please sign in to comment.