From b9b118d7bd1703a7279ce0fd10a35a98f0138a75 Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:45:29 +0200 Subject: [PATCH] chore(release): bump version and deploy (#32) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/changeset-changelog@3.0.1 ### Patch Changes - [#31](https://github.com/mheob/changeset-changelog/pull/31) ([@mheob](https://github.com/mheob)): update dependencies - [#47](https://github.com/mheob/changeset-changelog/pull/47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update dependency lint-staged to v15 - [#39](https://github.com/mheob/changeset-changelog/pull/39) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies - [#44](https://github.com/mheob/changeset-changelog/pull/44) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies - [#45](https://github.com/mheob/changeset-changelog/pull/45) ([@dependabot](https://github.com/apps/dependabot)): chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2 - [#43](https://github.com/mheob/changeset-changelog/pull/43) ([@mheob](https://github.com/mheob)): chore(deps): update dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fast-guests-sleep.md | 5 ----- .changeset/giant-jeans-accept.md | 5 ----- .changeset/kind-paws-guess.md | 5 ----- .changeset/red-schools-tie.md | 5 ----- .changeset/shy-bulldogs-switch.md | 5 ----- .changeset/two-frogs-visit.md | 5 ----- .changeset/yellow-snails-complain.md | 2 -- CHANGELOG.md | 32 ++++++++++++++++++++++++---- package.json | 2 +- 9 files changed, 29 insertions(+), 37 deletions(-) delete mode 100644 .changeset/fast-guests-sleep.md delete mode 100644 .changeset/giant-jeans-accept.md delete mode 100644 .changeset/kind-paws-guess.md delete mode 100644 .changeset/red-schools-tie.md delete mode 100644 .changeset/shy-bulldogs-switch.md delete mode 100644 .changeset/two-frogs-visit.md delete mode 100644 .changeset/yellow-snails-complain.md diff --git a/.changeset/fast-guests-sleep.md b/.changeset/fast-guests-sleep.md deleted file mode 100644 index 7c25a91..0000000 --- a/.changeset/fast-guests-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': patch ---- - -update dependencies diff --git a/.changeset/giant-jeans-accept.md b/.changeset/giant-jeans-accept.md deleted file mode 100644 index 61fe1d8..0000000 --- a/.changeset/giant-jeans-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/changeset-changelog": patch ---- - -chore(deps): update dependency lint-staged to v15 diff --git a/.changeset/kind-paws-guess.md b/.changeset/kind-paws-guess.md deleted file mode 100644 index ec6c7ab..0000000 --- a/.changeset/kind-paws-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/changeset-changelog": patch ---- - -chore(deps): update all non-major dependencies diff --git a/.changeset/red-schools-tie.md b/.changeset/red-schools-tie.md deleted file mode 100644 index ec6c7ab..0000000 --- a/.changeset/red-schools-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/changeset-changelog": patch ---- - -chore(deps): update all non-major dependencies diff --git a/.changeset/shy-bulldogs-switch.md b/.changeset/shy-bulldogs-switch.md deleted file mode 100644 index a50e07a..0000000 --- a/.changeset/shy-bulldogs-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/changeset-changelog": patch ---- - -chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2 diff --git a/.changeset/two-frogs-visit.md b/.changeset/two-frogs-visit.md deleted file mode 100644 index d585a89..0000000 --- a/.changeset/two-frogs-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/changeset-changelog": patch ---- - -chore(deps): update dependencies diff --git a/.changeset/yellow-snails-complain.md b/.changeset/yellow-snails-complain.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/yellow-snails-complain.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6483f51..338bf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # @mheob/changeset-changelog +## 3.0.1 + +### Patch Changes + +- [#31](https://github.com/mheob/changeset-changelog/pull/31) ([@mheob](https://github.com/mheob)): update dependencies + +- [#47](https://github.com/mheob/changeset-changelog/pull/47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update + dependency lint-staged to v15 + +- [#39](https://github.com/mheob/changeset-changelog/pull/39) ([@renovate](https://github.com/apps/renovate)): chore(deps): update + all non-major dependencies + +- [#44](https://github.com/mheob/changeset-changelog/pull/44) ([@renovate](https://github.com/apps/renovate)): chore(deps): update + all non-major dependencies + +- [#45](https://github.com/mheob/changeset-changelog/pull/45) ([@dependabot](https://github.com/apps/dependabot)): + chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2 + +- [#43](https://github.com/mheob/changeset-changelog/pull/43) ([@mheob](https://github.com/mheob)): chore(deps): update + dependencies + ## 3.0.0 ### Major Changes @@ -11,15 +32,18 @@ ### Patch Changes -- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a minium +- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a + minium + +- [#17](https://github.com/mheob/changeset-changelog/pull/17) ([@renovate](https://github.com/apps/renovate)): chore(deps): update + all non-major dependencies -- [#17](https://github.com/mheob/changeset-changelog/pull/17) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies - ## 2.0.0 ### Major Changes -- [#10](https://github.com/mheob/changeset-changelog/pull/10) ([@mheob](https://github.com/mheob)): complete rewrite of the code and output +- [#10](https://github.com/mheob/changeset-changelog/pull/10) ([@mheob](https://github.com/mheob)): complete rewrite of the code + and output ### Patch Changes diff --git a/package.json b/package.json index 3d97c2a..1f5dcb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/changeset-changelog", - "version": "3.0.0", + "version": "3.0.1", "description": "My personal changeset changelog configuration.", "keywords": [ "changelog",