Skip to content

Commit 7cbc7bc

Browse files
authored
chore(release): bump version and deploy packages (#271)
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/commitlint-config@1.2.2 ### Patch Changes - [#270](#270) ([@mheob](https://github.com/mheob)): update all non-major dependencies ## @mheob/eslint-config@8.8.3 ### Patch Changes - [#270](#270) ([@mheob](https://github.com/mheob)): update all non-major dependencies ## Summary by CodeRabbit - **Chores** - Updated version numbers for `@mheob/commitlint-config` and `@mheob/eslint-config` to reflect recent patch updates. - Added changelog entries documenting non-major dependency updates for both packages. - Removed a changeset file related to previous patch updates.
1 parent 3f4c235 commit 7cbc7bc

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/bumpy-feet-sit.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.2
4+
5+
### Patch Changes
6+
7+
- [#270](https://github.com/mheob/config/pull/270) ([@mheob](https://github.com/mheob)): update all non-major dependencies
8+
39
## 1.2.1
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.1",
3+
"version": "1.2.2",
44
"description": "My personal configuration for commitlint.",
55
"keywords": [
66
"commitlint",

packages/eslint-config/CHANGELOG.md

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

3+
## 8.8.3
4+
5+
### Patch Changes
6+
7+
- [#270](https://github.com/mheob/config/pull/270) ([@mheob](https://github.com/mheob)): update all non-major dependencies
8+
39
## 8.8.2
410

511
### Patch 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.8.2",
3+
"version": "8.8.3",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)