Skip to content

Commit 53672f0

Browse files
mheob-botgithub-actions[bot]mheob
authored
chore(release): bump version and deploy (#28)
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/[email protected] ### Major Changes - [#27](#27) ([@mheob](https://github.com/mheob)): reformat the changelog output to display first the PR and user Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alex Böhm <[email protected]>
1 parent 5c6eb4d commit 53672f0

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
lines changed

.changeset/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changesets
22

3-
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets)
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package
4+
repos, or single-package repos to help you version and publish your code. You can find the full documentation for it
5+
[in our repository](https://github.com/changesets/changesets)
46

5-
We have a quick list of common questions to get you started engaging with this project in [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/cuddly-carrots-train.md

-5
This file was deleted.

.changeset/orange-buckets-ring.md

-2
This file was deleted.

CHANGELOG.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
# @mheob/changeset-changelog
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#27](https://github.com/mheob/changeset-changelog/pull/27) ([@mheob](https://github.com/mheob)): reformat the changelog output
8+
to display first the PR and user
9+
310
## 2.0.1
411

512
### Patch Changes
613

7-
- reduce the package size to a minium --> ([#23](https://github.com/mheob/changeset-changelog/pull/23)) by [@mheob](https://github.com/mheob)
8-
9-
- chore(deps): update all non-major dependencies --> ([#17](https://github.com/mheob/changeset-changelog/pull/17)) by [@renovate](https://github.com/apps/renovate)
14+
- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a minium
1015

16+
- [#17](https://github.com/mheob/changeset-changelog/pull/17) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
17+
1118
## 2.0.0
1219

1320
### Major Changes
1421

15-
- complete rewrite of the code and output --> ([#10](https://github.com/mheob/changeset-changelog/pull/10)) by [@mheob](https://github.com/mheob)
22+
- [#10](https://github.com/mheob/changeset-changelog/pull/10) ([@mheob](https://github.com/mheob)): complete rewrite of the code and output
1623

1724
### Patch Changes
1825

19-
- cleanup repository --> ([#11](https://github.com/mheob/changeset-changelog/pull/11)) by [@mheob](https://github.com/mheob)
26+
- [#11](https://github.com/mheob/changeset-changelog/pull/11) ([@mheob](https://github.com/mheob)): cleanup repository
2027

2128
## 1.0.0
2229

2330
### Major Changes
2431

25-
- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) by [@mheob](https://github.com/mheob)
32+
- [#1](https://github.com/mheob/changeset-changelog/pull/1) ([@mheob](https://github.com/mheob)): Initial creation of the package

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/changeset-changelog",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "My personal changeset changelog configuration.",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)