Skip to content

Commit 4f3a34f

Browse files
Version Packages (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6670c1 commit 4f3a34f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/sour-seas-pretend.md

-5
This file was deleted.

packages/lint-node/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ktam/lint-node
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- d6670c1: Add root-level mjs/mts/cjs/cts files to dev dependencies
8+
39
## 0.3.1
410

511
### Patch Changes

packages/lint-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/lint-node",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "ESLint and Prettier configs for ESM Node.JS projects",
55
"keywords": [
66
"eslint",

packages/lint-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ktam/lint-react
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d6670c1]
8+
- @ktam/lint-node@0.3.2
9+
310
## 0.2.2
411

512
### Patch Changes

packages/lint-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/lint-react",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "ESLint and Prettier configs for React projects",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)