Skip to content

Commit

Permalink
chore: release main (#34)
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] authored May 30, 2024
1 parent 75521f7 commit 12012ff
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/object-schema": "2.1.2",
"packages/config-array": "0.15.0",
"packages/compat": "1.0.2",
"packages/object-schema": "2.1.3",
"packages/config-array": "0.15.1",
"packages/compat": "1.0.3",
"packages/migrate-config": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/eslint/rewrite/compare/compat-v1.0.2...compat-v1.0.3) (2024-05-30)


### Bug Fixes

* Update and standardize READMEs ([#33](https://github.com/eslint/rewrite/issues/33)) ([75521f7](https://github.com/eslint/rewrite/commit/75521f7d2e4aac9e77310803e7569d9d5b39869c))

## [1.0.2](https://github.com/eslint/rewrite/compare/compat-v1.0.1...compat-v1.0.2) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/compat/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.0.2",
"version": "1.0.3",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.0.2",
"version": "1.0.3",
"description": "Compatibility utilities for ESLint",
"type": "module",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions packages/config-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.15.1](https://github.com/eslint/rewrite/compare/config-array-v0.15.0...config-array-v0.15.1) (2024-05-30)


### Bug Fixes

* Update and standardize READMEs ([#33](https://github.com/eslint/rewrite/issues/33)) ([75521f7](https://github.com/eslint/rewrite/commit/75521f7d2e4aac9e77310803e7569d9d5b39869c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/object-schema bumped from ^2.1.2 to ^2.1.3

## [0.15.0](https://github.com/eslint/rewrite/compare/config-array-v0.14.1...config-array-v0.15.0) (2024-05-30)


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.15.0",
"version": "0.15.1",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions 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.15.0",
"version": "0.15.1",
"description": "General purpose glob-based configuration matching.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@eslint/object-schema": "^2.1.2",
"@eslint/object-schema": "^2.1.3",
"debug": "^4.3.1",
"minimatch": "^3.0.5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/object-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.3](https://github.com/eslint/rewrite/compare/object-schema-v2.1.2...object-schema-v2.1.3) (2024-05-30)


### Bug Fixes

* Update and standardize READMEs ([#33](https://github.com/eslint/rewrite/issues/33)) ([75521f7](https://github.com/eslint/rewrite/commit/75521f7d2e4aac9e77310803e7569d9d5b39869c))

## [2.1.2](https://github.com/eslint/rewrite/compare/object-schema-v2.1.1...object-schema-v2.1.2) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/object-schema/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/object-schema",
"version": "2.1.2",
"version": "2.1.3",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/object-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/object-schema",
"version": "2.1.2",
"version": "2.1.3",
"description": "An object schema merger/validator",
"type": "module",
"exports": {
Expand Down

0 comments on commit 12012ff

Please sign in to comment.