Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #49

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/ninety-flowers-promise.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/purple-coins-dream.md

This file was deleted.

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

## 2.0.0

### Major Changes

- bd529a2: Create separate packages for each component. Allows users to import
only the dependencies that they need, rather than all of them.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.0.0"
"version": "2.0.0"
}
7 changes: 7 additions & 0 deletions packages/eslint-config-widen-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-config-widen-emotion

## 1.1.0

### Minor Changes

- f9eb07f: Add a new package for emotion specific rules.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-emotion/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.0.0"
"version": "1.1.0"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-widen-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eslint-config-widen-jest

## 2.0.0

### Major Changes

- bd529a2: Create separate packages for each component. Allows users to import
only the dependencies that they need, rather than all of them.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.0.0"
"version": "2.0.0"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-widen-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eslint-config-widen-playwright

## 2.0.0

### Major Changes

- bd529a2: Create separate packages for each component. Allows users to import
only the dependencies that they need, rather than all of them.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.0.0"
"version": "2.0.0"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-widen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eslint-config-widen-react

## 2.0.0

### Major Changes

- bd529a2: Create separate packages for each component. Allows users to import
only the dependencies that they need, rather than all of them.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.0.0"
"version": "2.0.0"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-widen-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eslint-config-widen-typescript

## 2.0.0

### Major Changes

- bd529a2: Create separate packages for each component. Allows users to import
only the dependencies that they need, rather than all of them.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"type": "git",
"url": "https://github.com/Widen/eslint-config"
},
"version": "1.0.0"
"version": "2.0.0"
}