Skip to content

Commit 877e963

Browse files
chore: release main
1 parent ae9d5e9 commit 877e963

File tree

9 files changed

+38
-9
lines changed

9 files changed

+38
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/compat": "1.1.1",
33
"packages/config-array": "0.18.0",
4-
"packages/core": "0.4.0",
5-
"packages/migrate-config": "1.2.0",
4+
"packages/core": "0.5.0",
5+
"packages/migrate-config": "1.2.1",
66
"packages/object-schema": "2.1.4",
7-
"packages/plugin-kit": "0.0.0"
7+
"packages/plugin-kit": "0.1.0"
88
}

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/eslint/rewrite/compare/core-v0.4.0...core-v0.5.0) (2024-08-26)
4+
5+
6+
### Features
7+
8+
* Add plugin-kit package ([#99](https://github.com/eslint/rewrite/issues/99)) ([09ce430](https://github.com/eslint/rewrite/commit/09ce43073760b69a3bcca89f99793549cd566bf6))
9+
310
## [0.4.0](https://github.com/eslint/rewrite/compare/core-v0.3.0...core-v0.4.0) (2024-08-12)
411

512

packages/core/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"exports": "./dist/esm/types.d.ts",
55
"publish": {
66
"include": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Runtime-agnostic core of ESLint",
55
"type": "module",
66
"types": "./dist/esm/types.d.ts",

packages/migrate-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/eslint/rewrite/compare/migrate-config-v1.2.0...migrate-config-v1.2.1) (2024-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Package-specific migration bugs ([#107](https://github.com/eslint/rewrite/issues/107)) ([7f416f4](https://github.com/eslint/rewrite/commit/7f416f4b819c0af8babafb6e59830a234041c406))
9+
310
## [1.2.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.1.2...migrate-config-v1.2.0) (2024-07-22)
411

512

packages/migrate-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/migrate-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Configuration migration for ESLint",
55
"type": "module",
66
"bin": {

packages/plugin-kit/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-08-26)
4+
5+
6+
### Features
7+
8+
* Add plugin-kit package ([#99](https://github.com/eslint/rewrite/issues/99)) ([09ce430](https://github.com/eslint/rewrite/commit/09ce43073760b69a3bcca89f99793549cd566bf6))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @eslint/core bumped from ^0.3.0 to ^0.5.0

packages/plugin-kit/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/plugin-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Utilities for building ESLint plugins.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",
@@ -46,7 +46,7 @@
4646
],
4747
"license": "Apache-2.0",
4848
"devDependencies": {
49-
"@eslint/core": "^0.3.0",
49+
"@eslint/core": "^0.5.0",
5050
"c8": "^9.1.0",
5151
"mocha": "^10.4.0",
5252
"rollup": "^4.16.2",

0 commit comments

Comments
 (0)