Skip to content

Commit

Permalink
chore: release main (#103)
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 Aug 12, 2024
1 parent 6caa5e1 commit e2a7ec8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 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.1",
"packages/config-array": "0.17.1",
"packages/core": "0.3.0",
"packages/config-array": "0.18.0",
"packages/core": "0.4.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.18.0](https://github.com/eslint/rewrite/compare/config-array-v0.17.1...config-array-v0.18.0) (2024-08-12)


### Features

* Export ObjectSchema ([#101](https://github.com/eslint/rewrite/issues/101)) ([f149f85](https://github.com/eslint/rewrite/commit/f149f855e81d4ba798a48873c9ab780bf8a0ac3a))

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


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

## [0.4.0](https://github.com/eslint/rewrite/compare/core-v0.3.0...core-v0.4.0) (2024-08-12)


### Features

* add CommonJS `core` types ([#102](https://github.com/eslint/rewrite/issues/102)) ([6caa5e1](https://github.com/eslint/rewrite/commit/6caa5e1408d94387277abc65ff2b6d6b1d005488))

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


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.3.0",
"version": "0.4.0",
"exports": "./dist/esm/types.d.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.3.0",
"version": "0.4.0",
"description": "Runtime-agnostic core of ESLint",
"type": "module",
"types": "./dist/esm/types.d.ts",
Expand Down

0 comments on commit e2a7ec8

Please sign in to comment.