Skip to content

Commit

Permalink
Version Packages (#36)
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 13, 2023
1 parent 235a3c6 commit 34f381e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/strong-days-complain.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- 235a3c6: Remove npmRegistryServer
- Updated dependencies [235a3c6]
- [email protected]

## 2.0.0

### Minor 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
@@ -1,6 +1,6 @@
{
"name": "eslint-config-widen",
"version": "2.0.0",
"version": "2.0.1",
"description": "Widen's shared ESLint config.",
"author": "Widen",
"license": "ISC",
Expand Down Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-sort": ">= 2",
"eslint-plugin-widen": ">=1.1.0"
"eslint-plugin-widen": ">=1.1.1"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-widen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-widen

## 1.1.1

### Patch Changes

- 235a3c6: Remove npmRegistryServer

## 1.1.0

### Minor 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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-widen",
"version": "1.1.0",
"version": "1.1.1",
"description": "Widen's own ESLint plugin containing custom lint rules for our code.",
"author": "Widen",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4375,7 +4375,7 @@ __metadata:
eslint-plugin-react: ">= 7"
eslint-plugin-react-hooks: ">= 4"
eslint-plugin-sort: ">= 2"
eslint-plugin-widen: ">=1.1.0"
eslint-plugin-widen: ">=1.1.1"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit 34f381e

Please sign in to comment.