From f41daf47ca1a72cc3f6eb50118eccfb2deadb613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:18:18 +0200 Subject: [PATCH] chore: version packages (#22) Co-authored-by: github-actions[bot] --- .changeset/short-bags-explode.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/short-bags-explode.md diff --git a/.changeset/short-bags-explode.md b/.changeset/short-bags-explode.md deleted file mode 100644 index 9ab2a008..00000000 --- a/.changeset/short-bags-explode.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'davinci-github-actions': minor ---- - ---- - -### build-push-storybook-image - -- new action for build & push storybook image to the cloud diff --git a/CHANGELOG.md b/CHANGELOG.md index b9471078..580397e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # davinci-github-actions +## 3.2.0 + +### Minor Changes + +- [#17](https://github.com/toptal/davinci-github-actions/pull/17) [`66df5ce`](https://github.com/toptal/davinci-github-actions/commit/66df5ce3a9177a1e20f5782c848c68a975186b67) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - --- + + ### build-push-storybook-image + + - new action for build & push storybook image to the cloud + ## 3.1.1 ### Patch Changes diff --git a/package.json b/package.json index d2c9a65b..f1b5ac09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "3.1.1", + "version": "3.2.0", "description": "", "author": "Toptal", "license": "MIT",