Skip to content

Commit 5975f0d

Browse files
Version Packages (#49)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f9eb07f commit 5975f0d

File tree

14 files changed

+53
-21
lines changed

14 files changed

+53
-21
lines changed

.changeset/ninety-flowers-promise.md

-5
This file was deleted.

.changeset/purple-coins-dream.md

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# eslint-config-widen-base
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- bd529a2: Create separate packages for each component. Allows users to import
8+
only the dependencies that they need, rather than all of them.

packages/eslint-config-widen-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"type": "git",
2626
"url": "https://github.com/Widen/eslint-config"
2727
},
28-
"version": "1.0.0"
28+
"version": "2.0.0"
2929
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-config-widen-emotion
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- f9eb07f: Add a new package for emotion specific rules.

packages/eslint-config-widen-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"type": "git",
2323
"url": "https://github.com/Widen/eslint-config"
2424
},
25-
"version": "1.0.0"
25+
"version": "1.1.0"
2626
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# eslint-config-widen-jest
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- bd529a2: Create separate packages for each component. Allows users to import
8+
only the dependencies that they need, rather than all of them.

packages/eslint-config-widen-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"type": "git",
2424
"url": "https://github.com/Widen/eslint-config"
2525
},
26-
"version": "1.0.0"
26+
"version": "2.0.0"
2727
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# eslint-config-widen-playwright
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- bd529a2: Create separate packages for each component. Allows users to import
8+
only the dependencies that they need, rather than all of them.

packages/eslint-config-widen-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"type": "git",
2424
"url": "https://github.com/Widen/eslint-config"
2525
},
26-
"version": "1.0.0"
26+
"version": "2.0.0"
2727
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# eslint-config-widen-react
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- bd529a2: Create separate packages for each component. Allows users to import
8+
only the dependencies that they need, rather than all of them.

packages/eslint-config-widen-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"type": "git",
2626
"url": "https://github.com/Widen/eslint-config"
2727
},
28-
"version": "1.0.0"
28+
"version": "2.0.0"
2929
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# eslint-config-widen-typescript
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- bd529a2: Create separate packages for each component. Allows users to import
8+
only the dependencies that they need, rather than all of them.

packages/eslint-config-widen-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"type": "git",
2525
"url": "https://github.com/Widen/eslint-config"
2626
},
27-
"version": "1.0.0"
27+
"version": "2.0.0"
2828
}

0 commit comments

Comments
 (0)