Skip to content

Commit

Permalink
Version Packages (#317)
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 5, 2023
1 parent c2e15c2 commit 7fd4bb3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-guests-laugh.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config-godaddy-react-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-godaddy-react-typescript

## 4.0.2

### Patch Changes

- c2e15c2: Fix incorrect no-shadow warnings for TS enums

## 4.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-godaddy-react-typescript",
"version": "4.0.1",
"version": "4.0.2",
"description": "ESLint config for consistent style in ES6 React projects using TypeScript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-godaddy-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-godaddy-typescript

## 4.0.2

### Patch Changes

- c2e15c2: Fix incorrect no-shadow warnings for TS enums

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.2",
"description": "ESLint config for consistent style in node projects using Typescript at GoDaddy.",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 7fd4bb3

Please sign in to comment.