Skip to content

Commit c595bab

Browse files
authored
Merge pull request #46 from ChoTotOSS/changeset-release/main
Version Packages
2 parents 47c9e98 + f87493c commit c595bab

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/honest-trees-fix.md

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

packages/eslint-config-bare/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [71d19a5]
8+
- @chotot/eslint-ruleset@1.0.1
9+
310
## 1.3.0
411

512
### Minor Changes

packages/eslint-config-bare/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-bare",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Chotot's ESLint config for Typescript/Javascript application",
55
"main": "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.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [71d19a5]
8+
- @chotot/eslint-ruleset@1.0.1
9+
310
## 1.4.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.4.0",
3+
"version": "1.4.1",
44
"description": "Chotot's ESLint config for Next.js application",
55
"main": "index.js",
66
"license": "MIT",

packages/eslint-ruleset/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 71d19a5: turn on no-unused-var
8+
39
## 1.0.0
410

511
### Major Changes

packages/eslint-ruleset/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-ruleset",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Chotot's Set of Rules for ESLint",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)