Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#110)
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/commitlint-config@1.0.0

### Major Changes

-   initial release --> ([#115](#115)) by [@mheob](https://github.com/mheob)

## @mheob/eslint-config@4.2.0

### Minor Changes

-   remove explicit return rule --> ([#113](#113)) by [@mheob](https://github.com/mheob)

-   move `explicit-function-return-type` rule to base config --> ([#116](#116)) by [@mheob](https://github.com/mheob)

### Patch Changes

-   update dependencies --> ([#112](#112)) by [@mheob](https://github.com/mheob)

-   fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob)

## @mheob/prettier-config@3.0.1

### Patch Changes

-   fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob)


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] authored Feb 15, 2023
1 parent 600808d commit b84ffac
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-coats-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-lemons-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-panthers-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-pets-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-taxis-provide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/serious-steaks-build.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shy-rabbits-fold.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @mheob/commitlint-config

## 1.0.0

### Major Changes

- initial release --> ([#115](https://github.com/mheob/config/pull/115)) by
[@mheob](https://github.com/mheob)
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/commitlint-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "My personal configuration for commitlint.",
"keywords": [
"commitlint",
Expand Down
18 changes: 18 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @mheob/eslint-config

## 4.2.0

### Minor Changes

- remove explicit return rule --> ([#113](https://github.com/mheob/config/pull/113)) by
[@mheob](https://github.com/mheob)

- move `explicit-function-return-type` rule to base config -->
([#116](https://github.com/mheob/config/pull/116)) by [@mheob](https://github.com/mheob)

### Patch Changes

- update dependencies --> ([#112](https://github.com/mheob/config/pull/112)) by
[@mheob](https://github.com/mheob)

- fix the README files after the change of using ESLint to fix the imports -->
([#109](https://github.com/mheob/config/pull/109)) by [@mheob](https://github.com/mheob)

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "4.1.0",
"version": "4.2.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mheob/prettier-config

## 3.0.1

### Patch Changes

- fix the README files after the change of using ESLint to fix the imports -->
([#109](https://github.com/mheob/config/pull/109)) by [@mheob](https://github.com/mheob)

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/prettier-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit b84ffac

Please sign in to comment.