Skip to content

Commit 9d4a1e1

Browse files
Version Packages (#167)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 40f5e60 commit 9d4a1e1

File tree

13 files changed

+78
-21
lines changed

13 files changed

+78
-21
lines changed

.changeset/rotten-mugs-smash.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eslint-config-godaddy-flow
2+
3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- 40f5e60: Convert to turbo repo and changesets
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [40f5e60]
12+

packages/eslint-config-godaddy-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-flow",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "ESLint config for consistent style in node projects using Flow at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@babel/eslint-parser": "^7.16.5",
35-
"eslint-config-godaddy": "^6.0.0",
35+
"eslint-config-godaddy": "^6.1.0",
3636
"eslint-plugin-babel": "^5.3.1",
3737
"eslint-plugin-flowtype": "^8.0.3"
3838
},
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eslint-config-godaddy-react-flow
2+
3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- 40f5e60: Convert to turbo repo and changesets
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [40f5e60]
12+

packages/eslint-config-godaddy-react-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-flow",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "ESLint config for consistent style in ES6 React projects using Flow at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/eslint-parser": "^7.16.5",
36-
"eslint-config-godaddy-react": "^8.0.0",
36+
"eslint-config-godaddy-react": "^8.1.0",
3737
"eslint-plugin-babel": "^5.3.1",
3838
"eslint-plugin-flowtype": "^8.0.3",
3939
"eslint-plugin-react": "^7.28.0",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eslint-config-godaddy-react-typescript
2+
3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 40f5e60: Convert to turbo repo and changesets
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [40f5e60]
12+

packages/eslint-config-godaddy-react-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-typescript",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
55
"scripts": {
66
"lint": "eslint .",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@typescript-eslint/eslint-plugin": "^5.9.1",
3232
"@typescript-eslint/parser": "^5.9.1",
33-
"eslint-config-godaddy-react": "^8.0.0",
33+
"eslint-config-godaddy-react": "^8.1.0",
3434
"eslint-plugin-react-hooks": "^4.3.0"
3535
},
3636
"peerDependencies": {

packages/eslint-config-godaddy-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- 40f5e60: Convert to turbo repo and changesets
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [40f5e60]
12+
13+
14+
315
- [#79] Reintroduced `react/no-deprecated` lint rule.
416

517
### 4.1.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "ESLint config for consistent style in ES6 React projects at GoDaddy.",
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/eslint-parser": "^7.16.5",
36-
"eslint-config-godaddy": "^6.0.0",
36+
"eslint-config-godaddy": "^6.1.0",
3737
"eslint-plugin-jsx-a11y": "^6.5.1",
3838
"eslint-plugin-react": "^7.28.0",
3939
"eslint-plugin-react-hooks": "^4.3.0"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eslint-config-godaddy-typescript
2+
3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 40f5e60: Convert to turbo repo and changesets
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [40f5e60]
12+

0 commit comments

Comments
 (0)