Skip to content

Commit eade664

Browse files
Version Packages (godaddy#312)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 906d745 commit eade664

File tree

13 files changed

+57
-21
lines changed

13 files changed

+57
-21
lines changed

.changeset/few-camels-hammer.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-flow
22

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- 906d745: Upgrade dependencies
8+
- Updated dependencies [906d745]
9+
- eslint-config-godaddy@7.0.2
10+
311
## 6.0.0
412

513
### Major Changes

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": "6.0.0",
3+
"version": "6.0.1",
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.21.3",
35-
"eslint-config-godaddy": "^7.0.0",
35+
"eslint-config-godaddy": "^7.0.2",
3636
"eslint-plugin-babel": "^5.3.1",
3737
"eslint-plugin-flowtype": "^8.0.3"
3838
},

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-react-flow
22

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- 906d745: Upgrade dependencies
8+
- Updated dependencies [906d745]
9+
- eslint-config-godaddy-react@9.0.1
10+
311
## 6.0.0
412

513
### Major Changes

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": "6.0.0",
3+
"version": "6.0.1",
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.21.3",
36-
"eslint-config-godaddy-react": "^9.0.0",
36+
"eslint-config-godaddy-react": "^9.0.1",
3737
"eslint-plugin-babel": "^5.3.1",
3838
"eslint-plugin-flowtype": "^8.0.3",
3939
"eslint-plugin-react": "^7.32.2",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-react-typescript
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- 906d745: Upgrade dependencies
8+
- Updated dependencies [906d745]
9+
- eslint-config-godaddy-react@9.0.1
10+
311
## 4.0.0
412

513
### Major Changes

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": "4.0.0",
3+
"version": "4.0.1",
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.59.1",
3232
"@typescript-eslint/parser": "^5.59.1",
33-
"eslint-config-godaddy-react": "^9.0.0",
33+
"eslint-config-godaddy-react": "^9.0.1",
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"peerDependencies": {

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

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

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- 906d745: Upgrade dependencies
8+
- Updated dependencies [906d745]
9+
- eslint-config-godaddy@7.0.2
10+
311
## 9.0.0
412

513
### Major Changes

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": "9.0.0",
3+
"version": "9.0.1",
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.21.3",
36-
"eslint-config-godaddy": "^7.0.0",
36+
"eslint-config-godaddy": "^7.0.2",
3737
"eslint-plugin-jsx-a11y": "^6.7.1",
3838
"eslint-plugin-react": "^7.32.2",
3939
"eslint-plugin-react-hooks": "^4.6.0"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-godaddy-typescript
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- 906d745: Upgrade dependencies
8+
- Updated dependencies [906d745]
9+
- eslint-config-godaddy@7.0.2
10+
311
## 4.0.0
412

513
### Major Changes

0 commit comments

Comments
 (0)