From 25c1296fe7c7846ce8ac6407a0fd565212b447db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:21:53 +0300 Subject: [PATCH] chore: version packages (#115) Co-authored-by: github-actions[bot] --- .changeset/green-papayas-stare.md | 13 ------------- .changeset/healthy-items-happen.md | 7 ------- .changeset/smart-kangaroos-deny.md | 8 -------- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 .changeset/green-papayas-stare.md delete mode 100644 .changeset/healthy-items-happen.md delete mode 100644 .changeset/smart-kangaroos-deny.md diff --git a/.changeset/green-papayas-stare.md b/.changeset/green-papayas-stare.md deleted file mode 100644 index c9842abd..00000000 --- a/.changeset/green-papayas-stare.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -### build-push-release-image - -- bump yarn-install action to latest version - -### get-workflow-sha - -- address deprecated commands diff --git a/.changeset/healthy-items-happen.md b/.changeset/healthy-items-happen.md deleted file mode 100644 index d0b045a8..00000000 --- a/.changeset/healthy-items-happen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -### notify-jira-about-contribution - -- escape single quotes in PR's title diff --git a/.changeset/smart-kangaroos-deny.md b/.changeset/smart-kangaroos-deny.md deleted file mode 100644 index 1eeb95a1..00000000 --- a/.changeset/smart-kangaroos-deny.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'davinci-github-actions': minor ---- - ---- -### yarn-install - -- add custom cache for self-hosted runners diff --git a/CHANGELOG.md b/CHANGELOG.md index 00350d48..1db10a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # davinci-github-actions +## 4.9.0 + +### Minor Changes + +- [#108](https://github.com/toptal/davinci-github-actions/pull/108) [`3e49260`](https://github.com/toptal/davinci-github-actions/commit/3e492606327ecb4d0c492bb4588534f592053753) Thanks [@waleedtt](https://github.com/waleedtt)! - --- + + ### yarn-install + + - add custom cache for self-hosted runners + +### Patch Changes + +- [#113](https://github.com/toptal/davinci-github-actions/pull/113) [`79421e9`](https://github.com/toptal/davinci-github-actions/commit/79421e9d611b53fffff801c038708c80b601c961) Thanks [@eceakcck](https://github.com/eceakcck)! - --- + + ### build-push-release-image + + - bump yarn-install action to latest version + + ### get-workflow-sha + + - address deprecated commands + +* [#103](https://github.com/toptal/davinci-github-actions/pull/103) [`04317df`](https://github.com/toptal/davinci-github-actions/commit/04317df260398e4268bbf8af8bca2c5e2eed23af) Thanks [@LashaJini](https://github.com/LashaJini)! - ### notify-jira-about-contribution + + - escape single quotes in PR's title + ## 4.8.6 ### Patch Changes diff --git a/package.json b/package.json index 30203708..b71cbe3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.8.6", + "version": "4.9.0", "description": "", "author": "Toptal", "license": "MIT",