From 4955adc3da8efae5e9fecb67718bc9f187dc3c14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:58:37 +0100 Subject: [PATCH] chore: version packages (#107) Co-authored-by: github-actions[bot] --- .changeset/mean-students-tell.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/mean-students-tell.md diff --git a/.changeset/mean-students-tell.md b/.changeset/mean-students-tell.md deleted file mode 100644 index 9c87b993..00000000 --- a/.changeset/mean-students-tell.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -### build-push-release-image - -- bump build-push-image version - -### deploy-storybook - -- bump build-push-image version diff --git a/CHANGELOG.md b/CHANGELOG.md index 75acba7a..822ab98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # davinci-github-actions +## 4.8.5 + +### Patch Changes + +- [#106](https://github.com/toptal/davinci-github-actions/pull/106) [`00ba92a`](https://github.com/toptal/davinci-github-actions/commit/00ba92a66959e74b3c5822ddd7fe49f2ee15091c) Thanks [@LashaJini](https://github.com/LashaJini)! - ### build-push-release-image + + - bump build-push-image version + + ### deploy-storybook + + - bump build-push-image version + ## 4.8.4 ### Patch Changes diff --git a/package.json b/package.json index 60e1046b..f560c8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.8.4", + "version": "4.8.5", "description": "", "author": "Toptal", "license": "MIT",