Skip to content

Commit d0c4e13

Browse files
authored
chore(release): bump version and deploy packages (#282)
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@8.12.0 ### Minor Changes - [#286](#286) ([@mheob](https://github.com/mheob)): sorts `id` to the top of objects in JSON files - [#285](#285) ([@mheob](https://github.com/mheob)): add nextjs config - [#281](#281) ([@mheob](https://github.com/mheob)): update allowed exports for `react-router` ### Patch Changes - [#287](#287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies ## @mheob/commitlint-config@1.2.4 ### Patch Changes - [#287](#287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies ## @mheob/prettier-config@3.3.4 ### Patch Changes - [#287](#287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies
1 parent 2fc529a commit d0c4e13

File tree

10 files changed

+29
-25
lines changed

10 files changed

+29
-25
lines changed

.changeset/metal-hotels-give.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/shy-bobcats-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-badgers-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-eels-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/commitlint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mheob/commitlint-config
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#287](https://github.com/mheob/config/pull/287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies
8+
39
## 1.2.3
410

511
### Patch Changes

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/commitlint-config",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "My personal configuration for commitlint.",
55
"keywords": [
66
"commitlint",

packages/eslint-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @mheob/eslint-config
22

3+
## 8.12.0
4+
5+
### Minor Changes
6+
7+
- [#286](https://github.com/mheob/config/pull/286) ([@mheob](https://github.com/mheob)): sorts `id` to the top of objects in JSON files
8+
9+
- [#285](https://github.com/mheob/config/pull/285) ([@mheob](https://github.com/mheob)): add nextjs config
10+
11+
- [#281](https://github.com/mheob/config/pull/281) ([@mheob](https://github.com/mheob)): update allowed exports for `react-router`
12+
13+
### Patch Changes
14+
15+
- [#287](https://github.com/mheob/config/pull/287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies
16+
317
## 8.11.0
418

519
### Minor Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/eslint-config",
3-
"version": "8.11.0",
3+
"version": "8.12.0",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

packages/prettier-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mheob/prettier-config
22

3+
## 3.3.4
4+
5+
### Patch Changes
6+
7+
- [#287](https://github.com/mheob/config/pull/287) ([@renovate](https://github.com/apps/renovate)): update all non-major deoendencies
8+
39
## 3.3.3
410

511
### Patch Changes

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/prettier-config",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "My personal configuration for prettier.",
55
"keywords": [
66
"prettier",

0 commit comments

Comments
 (0)