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 19, 2023
1 parent 98a7c1f commit f69884c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-doors-fold.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- bcde0a0: fix: missing exports

## 1.4.0

### Minor 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.0",
"version": "1.4.1",
"description": "Chotot's ESLint config for Typescript/Javascript application",
"main": "src/index.js",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chotot/eslint-config-next

## 1.5.1

### Patch Changes

- Updated dependencies [bcde0a0]
- @chotot/eslint-config-base@1.4.1

## 1.5.0

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

0 comments on commit f69884c

Please sign in to comment.