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 Jun 29, 2023
1 parent a977835 commit ea964ac
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-poems-fly.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- 033e1b3: turn off @typescript-eslint/no-confusing-void-expression

## 1.0.2

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

## 1.1.5

### Patch Changes

- 033e1b3: turn off @typescript-eslint/no-confusing-void-expression

## 1.1.4

### 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.1.4",
"version": "1.1.5",
"description": "Chotot's ESLint config for Next.js application",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit ea964ac

Please sign in to comment.