Skip to content

Commit

Permalink
chore(release): bump version and deploy (#28)
Browse files Browse the repository at this point in the history
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.0

### 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 <3983539+mheob@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 18, 2023
1 parent 5c6eb4d commit 53672f0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
7 changes: 5 additions & 2 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changesets

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)
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)

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)
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)
5 changes: 0 additions & 5 deletions .changeset/cuddly-carrots-train.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/orange-buckets-ring.md

This file was deleted.

19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
# @mheob/changeset-changelog

## 3.0.0

### Major Changes

- [#27](https://github.com/mheob/changeset-changelog/pull/27) ([@mheob](https://github.com/mheob)): reformat the changelog output
to display first the PR and user

## 2.0.1

### Patch Changes

- reduce the package size to a minium --> ([#23](https://github.com/mheob/changeset-changelog/pull/23)) by [@mheob](https://github.com/mheob)

- chore(deps): update all non-major dependencies --> ([#17](https://github.com/mheob/changeset-changelog/pull/17)) by [@renovate](https://github.com/apps/renovate)
- [#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

## 2.0.0

### Major Changes

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

### Patch Changes

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

## 1.0.0

### Major Changes

- 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)
- [#1](https://github.com/mheob/changeset-changelog/pull/1) ([@mheob](https://github.com/mheob)): Initial creation of the package
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/changeset-changelog",
"version": "2.0.1",
"version": "3.0.0",
"description": "My personal changeset changelog configuration.",
"keywords": [
"changelog",
Expand Down

0 comments on commit 53672f0

Please sign in to comment.