Skip to content

Commit 7fd4bb3

Browse files
Version Packages (#317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c2e15c2 commit 7fd4bb3

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/witty-guests-laugh.md

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

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

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- c2e15c2: Fix incorrect no-shadow warnings for TS enums
8+
39
## 4.0.1
410

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-react-typescript",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
55
"scripts": {
66
"lint": "eslint .",

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

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- c2e15c2: Fix incorrect no-shadow warnings for TS enums
8+
39
## 4.0.1
410

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-godaddy-typescript",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "ESLint config for consistent style in node projects using Typescript at GoDaddy.",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)