Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#218)
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@7.0.0

### Major Changes

-   [#217](#217) ([@mheob](https://github.com/mheob)): add the newest rules, espacially a new sorting system which has breaking changes

### Patch Changes

-   [#206](#206) ([@renovate](https://github.com/apps/renovate)): switch from `eslint-plugin-vitest` to `@vitest/eslint-plugin`

-   [#217](#217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules

## @mheob/commitlint-config@1.2.1

### Patch Changes

-   [#217](#217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules

## @mheob/prettier-config@3.3.3

### Patch Changes

-   [#217](#217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules
  • Loading branch information
mheob-bot authored Dec 11, 2024
1 parent f1b788d commit 711727a
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .changeset/fair-jeans-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-lies-relax.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thick-fishes-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-wolves-return.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules

## 1.2.0

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

## 7.0.0

### Major Changes

- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): add the newest rules, espacially a new sorting system which has breaking changes

### Patch Changes

- [#206](https://github.com/mheob/config/pull/206) ([@renovate](https://github.com/apps/renovate)): switch from `eslint-plugin-vitest` to `@vitest/eslint-plugin`

- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules

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

## 3.3.3

### Patch Changes

- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules

## 3.3.2

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

0 comments on commit 711727a

Please sign in to comment.