Skip to content

Commit

Permalink
Version Packages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 6, 2023
1 parent d6e4c92 commit d7ba3f4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-lemons-glow.md

This file was deleted.

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

## 3.0.0

### Major Changes

- d6e4c92: Updates all versions to latest with major version updates for
@typescript-eslint and eslint-plugin-jest

### Patch Changes

- Updated dependencies [d6e4c92]
- eslint-plugin-widen@2.0.0

## 2.0.1

### Patch 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 @@ -28,7 +28,7 @@
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-sort": ">= 2",
"eslint-plugin-widen": ">=1.1.1"
"eslint-plugin-widen": ">=2.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down Expand Up @@ -58,5 +58,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "2.0.1"
"version": "3.0.0"
}
7 changes: 7 additions & 0 deletions packages/eslint-plugin-widen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-plugin-widen

## 2.0.0

### Major Changes

- d6e4c92: Updates all versions to latest with major version updates for
@typescript-eslint and eslint-plugin-jest

## 1.1.1

### Patch 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": "1.1.1"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ __metadata:
eslint-plugin-react: ">= 7"
eslint-plugin-react-hooks: ">= 4"
eslint-plugin-sort: ">= 2"
eslint-plugin-widen: ">=1.1.1"
eslint-plugin-widen: ">=2.0.0"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit d7ba3f4

Please sign in to comment.