Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 26, 2024
1 parent e3d309d commit 4a3d402
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/compat": "1.1.0",
"packages/config-array": "0.16.0",
"packages/core": "0.0.1",
"packages/config-array": "0.17.0",
"packages/core": "0.1.0",
"packages/migrate-config": "1.1.0",
"packages/object-schema": "2.1.4"
}
11 changes: 11 additions & 0 deletions packages/config-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.17.0](https://github.com/eslint/rewrite/compare/config-array-v0.16.0...config-array-v0.17.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* Allow escaping characters on Windows ([#61](https://github.com/eslint/rewrite/issues/61))

### Bug Fixes

* Allow escaping characters on Windows ([#61](https://github.com/eslint/rewrite/issues/61)) ([8501890](https://github.com/eslint/rewrite/commit/85018903815908bcfd940bbda347f3f17663e4bd))

## [0.16.0](https://github.com/eslint/rewrite/compare/config-array-v0.15.1...config-array-v0.16.0) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/config-array/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/config-array",
"version": "0.16.0",
"version": "0.17.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/config-array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/config-array",
"version": "0.16.0",
"version": "0.17.0",
"description": "General purpose glob-based configuration matching.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/eslint/rewrite/compare/core-v0.0.1...core-v0.1.0) (2024-06-26)


### Features

* Add eslint/core package ([#68](https://github.com/eslint/rewrite/issues/68)) ([e3d309d](https://github.com/eslint/rewrite/commit/e3d309d93fefe4e10f40568e89f380159c7f63d3))
9 changes: 7 additions & 2 deletions packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@eslint/core",
"version": "0.0.1",
"version": "0.1.0",
"exports": "./src/types.ts",
"publish": {
"include": ["src/types.ts", "README.md", "jsr.json", "LICENSE"]
"include": [
"src/types.ts",
"README.md",
"jsr.json",
"LICENSE"
]
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/core",
"version": "0.0.1",
"version": "0.1.0",
"description": "Runtime-agnostic core of ESLint",
"type": "module",
"types": "./src/types.ts",
Expand Down

0 comments on commit 4a3d402

Please sign in to comment.