Skip to content

Commit 5d77653

Browse files
authored
chore(release): bump version and deploy packages (#279)
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.11.0 ### Minor Changes - [#278](#278) ([@mheob](https://github.com/mheob)): add custom sort (id on top) ### Patch Changes - [#280](#280) ([@mheob](https://github.com/mheob)): update all non-major dependencies ## @mheob/commitlint-config@1.2.3 ### Patch Changes - [#280](#280) ([@mheob](https://github.com/mheob)): update all non-major dependencies
1 parent 356a1fb commit 5d77653

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/angry-cloths-feel.md

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

.changeset/funny-drinks-allow.md

Lines changed: 0 additions & 6 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.3
4+
5+
### Patch Changes
6+
7+
- [#280](https://github.com/mheob/config/pull/280) ([@mheob](https://github.com/mheob)): update all non-major dependencies
8+
39
## 1.2.2
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.2",
3+
"version": "1.2.3",
44
"description": "My personal configuration for commitlint.",
55
"keywords": [
66
"commitlint",

packages/eslint-config/CHANGELOG.md

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

3+
## 8.11.0
4+
5+
### Minor Changes
6+
7+
- [#278](https://github.com/mheob/config/pull/278) ([@mheob](https://github.com/mheob)): add custom sort (id on top)
8+
9+
### Patch Changes
10+
11+
- [#280](https://github.com/mheob/config/pull/280) ([@mheob](https://github.com/mheob)): update all non-major dependencies
12+
313
## 8.10.0
414

515
### 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.10.0",
3+
"version": "8.11.0",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)