Skip to content

Commit

Permalink
Version Packages (#644)
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 May 16, 2024
1 parent f47da10 commit 4c90df1
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/violet-walls-fold.md

This file was deleted.

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

## 6.0.2

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
- Updated dependencies [f47da10]
- [email protected]

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-flow",
"version": "6.0.1",
"version": "6.0.2",
"description": "ESLint config for consistent style in node projects using Flow at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"eslint-config-godaddy": "^7.0.2",
"eslint-config-godaddy": "^7.1.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy-react-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-config-godaddy-react-flow

## 6.0.2

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
- Updated dependencies [f47da10]
- [email protected]

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-react-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react-flow",
"version": "6.0.1",
"version": "6.0.2",
"description": "ESLint config for consistent style in ES6 React projects using Flow at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"eslint-config-godaddy-react": "^9.0.1",
"eslint-config-godaddy-react": "^9.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react": "^7.32.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy-react-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-config-godaddy-react-typescript

## 4.0.3

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
- Updated dependencies [f47da10]
- [email protected]

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-react-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react-typescript",
"version": "4.0.2",
"version": "4.0.3",
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint-config-godaddy-react": "^9.0.1",
"eslint-config-godaddy-react": "^9.0.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 9.0.2

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
- Updated dependencies [f47da10]
- [email protected]

## 9.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react",
"version": "9.0.1",
"version": "9.0.2",
"description": "ESLint config for consistent style in ES6 React projects at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"eslint-config-godaddy": "^7.0.2",
"eslint-config-godaddy": "^7.1.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-config-godaddy-typescript

## 4.0.3

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.
- Updated dependencies [f47da10]
- [email protected]

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-godaddy-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-typescript",
"version": "4.0.2",
"version": "4.0.3",
"description": "ESLint config for consistent style in node projects using Typescript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint-config-godaddy": "^7.0.2"
"eslint-config-godaddy": "^7.1.1"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-godaddy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-godaddy

## 7.1.1

### Patch Changes

- f47da10: Lock down peerDeps to version 8 of eslint due to major breaking changes in version 9.

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy",
"version": "7.1.0",
"version": "7.1.1",
"description": "Base ESLint config for consistent style in ES6 projects at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 4c90df1

Please sign in to comment.