Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2023
1 parent 4c24fc1 commit 9869653
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-flies-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-hotels-think.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chotot/eslint-config-bare

## 1.4.2

### Patch Changes

- 76439fd: turn off no-unused-vars for ts file, this is handled by typescript-eslint plugin, also make it error instead of warning
- f2b0196: increase minimum peer dep eslint to "eslint": ">=8.49.0"

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chotot/eslint-config-base",
"version": "1.4.1",
"version": "1.4.2",
"description": "Chotot's ESLint config for Typescript/Javascript application",
"main": "src/index.js",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @chotot/eslint-config-next

## 1.5.2

### Patch Changes

- f2b0196: increase minimum peer dep eslint to "eslint": ">=8.49.0"
- Updated dependencies [76439fd]
- Updated dependencies [f2b0196]
- @chotot/eslint-config-base@1.4.2

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chotot/eslint-config-next",
"version": "1.5.1",
"version": "1.5.2",
"description": "Chotot's ESLint config for Next.js application",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit 9869653

Please sign in to comment.