Skip to content

Commit 107c1d5

Browse files
Version Packages (#24)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 14c500d commit 107c1d5

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/gorgeous-birds-walk.md

-5
This file was deleted.

.changeset/red-cheetahs-applaud.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.1
4+
5+
### Patch Changes
6+
7+
- 14c500d: Add Node.js globals when parsing without TypeScript
8+
39
## 0.3.0
410

511
### Minor 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.0",
3+
"version": "0.3.1",
44
"description": "ESLint and Prettier configs for ESM Node.JS projects",
55
"keywords": [
66
"eslint",

packages/lint-react/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 14c500d: Add browser globals when parsing without TypeScript
8+
- Updated dependencies [14c500d]
9+
- @ktam/lint-node@0.3.1
10+
311
## 0.2.1
412

513
### 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.1",
3+
"version": "0.2.2",
44
"description": "ESLint and Prettier configs for React projects",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)