Skip to content

Commit e9d7659

Browse files
authored
Merge pull request #53 from ChoTotOSS/changeset-release/main
Version Packages
2 parents 98a7c1f + f69884c commit e9d7659

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/blue-doors-fold.md

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

packages/eslint-config-base/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- bcde0a0: fix: missing exports
8+
39
## 1.4.0
410

511
### Minor Changes

packages/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chotot/eslint-config-base",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Chotot's ESLint config for Typescript/Javascript application",
55
"main": "src/index.js",
66
"license": "MIT",

packages/eslint-config-next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chotot/eslint-config-next
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bcde0a0]
8+
- @chotot/eslint-config-base@1.4.1
9+
310
## 1.5.0
411

512
### Minor Changes

packages/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chotot/eslint-config-next",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Chotot's ESLint config for Next.js application",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)