Skip to content

Commit 929fb9b

Browse files
Version Packages (#20)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent baebef3 commit 929fb9b

14 files changed

+52
-32
lines changed

.changeset/fifty-gorillas-occur.md

-9
This file was deleted.

.changeset/nice-nails-smell.md

-6
This file was deleted.

.changeset/rare-pans-crash.md

-6
This file was deleted.

.changeset/spotty-scissors-tell.md

-6
This file was deleted.

packages/lint-node/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- baebef3: Upgrade ESLint to 9.17 and Prettier to 3.4
8+
9+
### Patch Changes
10+
11+
- baebef3: Upgrade various linter/prettier plugins
12+
313
## 0.2.0
414

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

packages/lint-react/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- baebef3: Upgrade ESLint to 9.17 and Prettier to 3.4
8+
- baebef3: Upgrade Astro to 5.1
9+
- baebef3: Upgrade Vite to 6.0.4
10+
11+
### Patch Changes
12+
13+
- baebef3: Upgrade various linter/prettier plugins
14+
- Updated dependencies [baebef3]
15+
- Updated dependencies [baebef3]
16+
- @ktam/lint-node@0.3.0
17+
318
## 0.1.2
419

520
### 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.1.2",
3+
"version": "0.2.0",
44
"description": "ESLint and Prettier configs for React projects",
55
"keywords": [
66
"eslint",
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @ktam/tools-sample-astro
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- baebef3: Upgrade ESLint to 9.17 and Prettier to 3.4
8+
- baebef3: Upgrade Astro to 5.1

packages/tools-sample-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/tools-sample-astro",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "A test Astro project to make sure the lint / prettier configs work as expected",
66
"repository": {

packages/tools-sample-node/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ktam/tools-sample-project
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- baebef3: Upgrade ESLint to 9.17 and Prettier to 3.4
8+
39
## 0.1.1
410

511
### Patch Changes

packages/tools-sample-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/tools-sample-node",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "A test Node project to make sure the lint / prettier configs work as expected",
66
"repository": {
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @ktam/tools-sample-react
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- baebef3: Upgrade ESLint to 9.17 and Prettier to 3.4
8+
- baebef3: Upgrade Vite to 6.0.4

packages/tools-sample-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/tools-sample-react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)