Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#107)
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/eslint-config@4.1.0

### Minor Changes

- add auto-fix for unused imports and vars --> ([#106](#106)) by [@mheob](https://github.com/mheob)

### Patch Changes

- bump `eslint-config-next` to `13.1.0` --> ([#106](#106)) 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] committed Jan 12, 2023
1 parent 8b0e0a0 commit 706e957
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .changeset/pink-countries-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-bats-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-donkeys-confess.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,17 @@
# @mheob/eslint-config

## 4.1.0

### Minor Changes

- add auto-fix for unused imports and vars --> ([#106](https://github.com/mheob/config/pull/106)) by
[@mheob](https://github.com/mheob)

### Patch Changes

- bump `eslint-config-next` to `13.1.0` --> ([#106](https://github.com/mheob/config/pull/106)) by
[@mheob](https://github.com/mheob)

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "4.0.0",
"version": "4.1.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 706e957

Please sign in to comment.