Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#96)
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.0.0

### Major Changes

-   add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins -->
    ([#103](#103)) by [@mheob](https://github.com/mheob)

### Minor Changes

-   add newest rules from `eslint-plugin-unicorn` -->
    ([#101](#101)) by [@mheob](https://github.com/mheob)

### Patch Changes

-   chore(deps): update all non-major dependencies -->
    ([#99](#99)) by [@renovate](https://github.com/apps/renovate)

-   chore(deps): update all non-major dependencies -->
    ([#95](#95)) by [@renovate](https://github.com/apps/renovate)

## @mheob/prettier-config@3.0.0

### Major Changes

-   remove `@trivago/prettier-plugin-sort-imports` -->
    ([#102](#102)) by [@mheob](https://github.com/mheob)

### Patch Changes

-   chore(deps): update all non-major dependencies -->
    ([#95](#95)) by [@renovate](https://github.com/apps/renovate)


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed Dec 20, 2022
1 parent c201a51 commit a61b6d2
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-lemons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-ants-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-rice-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-squids-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-carpets-thank.md

This file was deleted.

29 changes: 26 additions & 3 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# @mheob/eslint-config

## 4.0.0

### Major Changes

- add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins -->
([#103](https://github.com/mheob/config/pull/103)) by [@mheob](https://github.com/mheob)

### Minor Changes

- add newest rules from `eslint-plugin-unicorn` -->
([#101](https://github.com/mheob/config/pull/101)) by [@mheob](https://github.com/mheob)

### Patch Changes

- chore(deps): update all non-major dependencies -->
([#99](https://github.com/mheob/config/pull/99)) by [@renovate](https://github.com/apps/renovate)

- chore(deps): update all non-major dependencies -->
([#95](https://github.com/mheob/config/pull/95)) by [@renovate](https://github.com/apps/renovate)

## 3.1.0

### Minor Changes

- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](https://github.com/mheob/config/pull/93)) by [@mheob](https://github.com/mheob)
- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](https://github.com/mheob/config/pull/93))
by [@mheob](https://github.com/mheob)

### Patch Changes

- bump eslint to ^8.27.0 --> ([#91](https://github.com/mheob/config/pull/91)) by [@renovate](https://github.com/apps/renovate)
- bump `@typescript-eslint` monorepo --> ([#89](https://github.com/mheob/config/pull/89)) by [@mheob](https://github.com/mheob)
- bump eslint to ^8.27.0 --> ([#91](https://github.com/mheob/config/pull/91)) by
[@renovate](https://github.com/apps/renovate)
- bump `@typescript-eslint` monorepo --> ([#89](https://github.com/mheob/config/pull/89)) by
[@mheob](https://github.com/mheob)

## 3.0.1

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": "3.1.0",
"version": "4.0.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mheob/prettier-config

## 3.0.0

### Major Changes

- remove `@trivago/prettier-plugin-sort-imports` -->
([#102](https://github.com/mheob/config/pull/102)) by [@mheob](https://github.com/mheob)

### Patch Changes

- chore(deps): update all non-major dependencies -->
([#95](https://github.com/mheob/config/pull/95)) by [@renovate](https://github.com/apps/renovate)

## 2.0.3

### Patch 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": "2.0.3",
"version": "3.0.0",
"description": "My personal configuration for prettier.",
"keywords": [
"prettier",
Expand Down

0 comments on commit a61b6d2

Please sign in to comment.