Skip to content

Commit

Permalink
chore: release main (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 22, 2024
1 parent 7664bf8 commit 7342e1a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/compat": "1.1.1",
"packages/config-array": "0.17.0",
"packages/core": "0.2.0",
"packages/migrate-config": "1.1.2",
"packages/config-array": "0.17.1",
"packages/core": "0.3.0",
"packages/migrate-config": "1.2.0",
"packages/object-schema": "2.1.4"
}
7 changes: 7 additions & 0 deletions packages/config-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.1](https://github.com/eslint/rewrite/compare/config-array-v0.17.0...config-array-v0.17.1) (2024-07-22)


### Bug Fixes

* `basePath` directory can never be ignored ([#92](https://github.com/eslint/rewrite/issues/92)) ([c94ab2d](https://github.com/eslint/rewrite/commit/c94ab2dea6410698a4b6814f921b39774b0e56ab))

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


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.17.0",
"version": "0.17.1",
"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.17.0",
"version": "0.17.1",
"description": "General purpose glob-based configuration matching.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/eslint/rewrite/compare/core-v0.2.0...core-v0.3.0) (2024-07-22)


### ⚠ BREAKING CHANGES

* Add getLoc/getRange to SourceCode interface ([#89](https://github.com/eslint/rewrite/issues/89))

### Features

* Add getLoc/getRange to SourceCode interface ([#89](https://github.com/eslint/rewrite/issues/89)) ([d51f979](https://github.com/eslint/rewrite/commit/d51f9791aecd9aa80136a0926e57549df9e25ab3))

## [0.2.0](https://github.com/eslint/rewrite/compare/core-v0.1.0...core-v0.2.0) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/core",
"version": "0.2.0",
"version": "0.3.0",
"exports": "./src/types.ts",
"publish": {
"include": [
Expand Down
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.2.0",
"version": "0.3.0",
"description": "Runtime-agnostic core of ESLint",
"type": "module",
"types": "./src/types.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/migrate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.1.2...migrate-config-v1.2.0) (2024-07-22)


### Features

* `eslint-plugin-react` supports ESLint v9 ([#91](https://github.com/eslint/rewrite/issues/91)) ([7664bf8](https://github.com/eslint/rewrite/commit/7664bf801995c4a6a15d600b4542d47075fc6194))

## [1.1.2](https://github.com/eslint/rewrite/compare/migrate-config-v1.1.1...migrate-config-v1.1.2) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/migrate-config",
"version": "1.1.2",
"version": "1.2.0",
"description": "Configuration migration for ESLint",
"type": "module",
"bin": {
Expand Down

0 comments on commit 7342e1a

Please sign in to comment.