Skip to content

Commit

Permalink
Version Packages (#242)
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 Dec 13, 2022
1 parent 7bac08c commit 7ad8b0e
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .changeset/unlucky-ways-divide.md

This file was deleted.

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

## 6.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- [email protected]

## 5.1.0

### Minor 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": "5.1.0",
"version": "6.0.0",
"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.16.5",
"eslint-config-godaddy": "^6.1.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-react-flow

## 6.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- [email protected]

## 5.1.0

### Minor 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": "5.1.0",
"version": "6.0.0",
"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.16.5",
"eslint-config-godaddy-react": "^8.1.0",
"eslint-config-godaddy-react": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react": "^7.28.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-react-typescript

## 4.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- [email protected]

## 3.1.0

### Minor 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": "3.1.0",
"version": "4.0.0",
"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.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint-config-godaddy-react": "^8.1.0",
"eslint-config-godaddy-react": "^9.0.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 9.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- [email protected]

## 8.1.0

### Minor 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": "8.1.0",
"version": "9.0.0",
"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.16.5",
"eslint-config-godaddy": "^6.1.0",
"eslint-config-godaddy": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-godaddy-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-godaddy-typescript

## 4.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

### Patch Changes

- Updated dependencies [7bac08c]
- [email protected]

## 3.1.0

### Minor 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": "3.1.0",
"version": "4.0.0",
"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.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint-config-godaddy": "^6.1.0"
"eslint-config-godaddy": "^7.0.0"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-godaddy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-config-godaddy

## 7.0.0

### Major Changes

- 7bac08c: WHAT: Eslint peer dep upgrade
WHY: In order to support newer ecmascript versions
HOW: Updated eslint peer dependency to v8 to prevent issues w/ earlier versions

## 6.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": "6.1.0",
"version": "7.0.0",
"description": "Base ESLint config for consistent style in ES6 projects at GoDaddy.",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 7ad8b0e

Please sign in to comment.