Skip to content

Commit 769e7e2

Browse files
authored
chore(release): bump version and deploy packages (#385)
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/oxlint-config@2.3.0 ### Minor Changes - [#384](#384) ([@mheob](https://github.com/mheob)): Add new lint rules for vitest overrides, import, TypeScript, and unicorn plugins. Move eslint-plugin-jsonc, eslint-plugin-regexp, and eslint-plugin-yml to optional peer dependencies. ### Patch Changes - [#384](#384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1 ## @mheob/commitlint-config@2.0.2 ### Patch Changes - [#384](#384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1 ## @mheob/oxfmt-config@1.2.1 ### Patch Changes - [#384](#384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1
1 parent 96afedd commit 769e7e2

9 files changed

Lines changed: 26 additions & 18 deletions

File tree

.changeset/shaggy-moments-hunt.md

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

.changeset/update-dependencies.md

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

.changeset/update-oxlint-config.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+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#384](https://github.com/mheob/config/pull/384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1
8+
39
## 2.0.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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "My personal configuration for commitlint.",
55
"keywords": [
66
"commitlint",

packages/oxfmt-config/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#384](https://github.com/mheob/config/pull/384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1
8+
39
## 1.2.0
410

511
### Minor Changes

packages/oxfmt-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/oxfmt-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"description": "Shared OXFmt configuration",
66
"keywords": [

packages/oxlint-config/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#384](https://github.com/mheob/config/pull/384) ([@mheob](https://github.com/mheob)): Add new lint rules for vitest overrides, import, TypeScript, and unicorn plugins. Move eslint-plugin-jsonc, eslint-plugin-regexp,
8+
and eslint-plugin-yml to optional peer dependencies.
9+
10+
### Patch Changes
11+
12+
- [#384](https://github.com/mheob/config/pull/384) ([@mheob](https://github.com/mheob)): Update dependencies: oxfmt ^0.53.0, oxlint ^1.68.0, tsdown ^0.21.10, czg ^1.13.1
13+
314
## 2.2.0
415

516
### Minor Changes

packages/oxlint-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/oxlint-config",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": false,
55
"description": "Shared OXLint configuration",
66
"keywords": [

0 commit comments

Comments
 (0)