Skip to content

Commit

Permalink
Version Packages (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 11, 2024
1 parent 601e5bd commit 9df6cfa
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .changeset/tidy-steaks-arrive.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/eslint-config-widen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# eslint-config-widen

## 4.0.0

### Major Changes

- 601e5bd: Update to eslint 9, apps will need to be on eslint 9+ alongside this
update. They will also need to convert their .eslintrc and .eslintignore into
the new format of eslint.config.mjs. Here is a migration guide that goes over
the basics https://eslint.org/docs/latest/use/configure/migration-guide. For
general usage and a sample eslint.config.mjs see the updated readme in this
repo.

### Patch Changes

- Updated dependencies [601e5bd]
- [email protected]

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-widen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-sort": ">= 3",
"eslint-plugin-widen": ">= 3"
"eslint-plugin-widen": ">=3.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down Expand Up @@ -54,5 +54,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "3.0.0"
"version": "4.0.0"
}
11 changes: 11 additions & 0 deletions packages/eslint-plugin-widen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# eslint-plugin-widen

## 3.0.0

### Major Changes

- 601e5bd: Update to eslint 9, apps will need to be on eslint 9+ alongside this
update. They will also need to convert their .eslintrc and .eslintignore into
the new format of eslint.config.mjs. Here is a migration guide that goes over
the basics https://eslint.org/docs/latest/use/configure/migration-guide. For
general usage and a sample eslint.config.mjs see the updated readme in this
repo.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-widen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "2.0.0"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3267,7 +3267,7 @@ __metadata:
eslint-plugin-react: ">= 7"
eslint-plugin-react-hooks: ">= 4"
eslint-plugin-sort: ">= 3"
eslint-plugin-widen: ">= 3"
eslint-plugin-widen: ">=3.0.0"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit 9df6cfa

Please sign in to comment.