Skip to content

Commit a005ece

Browse files
committed
chore(release): new versions
- @chyzwar/[email protected] - @chyzwar/[email protected] - @chyzwar/[email protected] - @chyzwar/[email protected] - @chyzwar/[email protected]
1 parent b61ce5a commit a005ece

File tree

11 files changed

+46
-17
lines changed

11 files changed

+46
-17
lines changed

packages/biome-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-10-02)
7+
8+
**Note:** Version bump only for package @chyzwar/biome-config
9+
610
## [0.2.29](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-09-20)
711

812
**Note:** Version bump only for package @chyzwar/biome-config

packages/biome-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chyzwar/biome-config",
3-
"version": "0.2.29",
3+
"version": "0.2.30",
44
"author": "chyzwar",
55
"type": "module",
66
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.31](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-10-02)
7+
8+
**Note:** Version bump only for package @chyzwar/eslint-config
9+
610
## [0.2.30](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-09-20)
711

812
**Note:** Version bump only for package @chyzwar/eslint-config

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chyzwar/eslint-config",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
44
"author": "chyzwar",
55
"type": "module",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"./react": "./react.js"
2525
},
2626
"dependencies": {
27-
"@chyzwar/tsconfig": "^0.2.29",
27+
"@chyzwar/tsconfig": "^0.3.0",
2828
"@eslint/js": "^9.11.1",
2929
"@stylistic/eslint-plugin": "^2.8.0",
3030
"eslint-plugin-jest": "^28.8.3",

packages/runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.32](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-10-02)
7+
8+
**Note:** Version bump only for package @chyzwar/runner
9+
610
## [0.4.31](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-09-20)
711

812
**Note:** Version bump only for package @chyzwar/runner

packages/runner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chyzwar/runner",
3-
"version": "0.4.31",
3+
"version": "0.4.32",
44
"engines": {
55
"node": "> 20.x.x",
66
"yarn": "4.x"
@@ -34,8 +34,8 @@
3434
"picocolors": "^1.1.0"
3535
},
3636
"devDependencies": {
37-
"@chyzwar/eslint-config": "^0.2.30",
38-
"@chyzwar/tsconfig": "^0.2.29",
37+
"@chyzwar/eslint-config": "^0.2.31",
38+
"@chyzwar/tsconfig": "^0.3.0",
3939
"@types/node": "^22.7.4",
4040
"eslint": "^9.11.1",
4141
"typescript": "^5.6.2",

packages/sea/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.14](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-10-02)
7+
8+
**Note:** Version bump only for package @chyzwar/sea
9+
610
## [1.0.13](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-09-20)
711

812
**Note:** Version bump only for package @chyzwar/sea

packages/sea/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chyzwar/sea",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"packageManager": "[email protected]",
55
"bin": "./bin/sea.js",
66
"engines": {
@@ -31,8 +31,8 @@
3131
"author": "chyzwar",
3232
"license": "MIT",
3333
"devDependencies": {
34-
"@chyzwar/eslint-config": "^0.2.30",
35-
"@chyzwar/tsconfig": "^0.2.29",
34+
"@chyzwar/eslint-config": "^0.2.31",
35+
"@chyzwar/tsconfig": "^0.3.0",
3636
"@types/node": "^22.7.4",
3737
"eslint": "^9.11.1",
3838
"typescript": "^5.6.2"

packages/tsconfig/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.0](https://github.com/chyzwar/common/compare/@chyzwar/[email protected]...@chyzwar/[email protected]) (2024-10-02)
7+
8+
### Features
9+
10+
* **tsconfig:** use config dir for shared tsc configs ([6c28398](https://github.com/chyzwar/common/commit/6c28398b605762e4783ace3b3e7869af483361fd)) - by @chyzwar
11+
612
## 0.2.29 (2024-09-05)
713

814
**Note:** Version bump only for package @chyzwar/tsconfig

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chyzwar/tsconfig",
3-
"version": "0.2.29",
3+
"version": "0.3.0",
44
"author": "chyzwar",
55
"license": "MIT",
66
"engines": {

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,11 @@ __metadata:
380380
languageName: unknown
381381
linkType: soft
382382

383-
"@chyzwar/eslint-config@npm:^0.2.0, @chyzwar/eslint-config@npm:^0.2.2, @chyzwar/eslint-config@npm:^0.2.30, @chyzwar/eslint-config@workspace:packages/eslint-config":
383+
"@chyzwar/eslint-config@npm:^0.2.0, @chyzwar/eslint-config@npm:^0.2.2, @chyzwar/eslint-config@npm:^0.2.31, @chyzwar/eslint-config@workspace:packages/eslint-config":
384384
version: 0.0.0-use.local
385385
resolution: "@chyzwar/eslint-config@workspace:packages/eslint-config"
386386
dependencies:
387-
"@chyzwar/tsconfig": "npm:^0.2.29"
387+
"@chyzwar/tsconfig": "npm:^0.3.0"
388388
"@eslint/js": "npm:^9.11.1"
389389
"@stylistic/eslint-plugin": "npm:^2.8.0"
390390
eslint-plugin-jest: "npm:^28.8.3"
@@ -437,8 +437,8 @@ __metadata:
437437
version: 0.0.0-use.local
438438
resolution: "@chyzwar/runner@workspace:packages/runner"
439439
dependencies:
440-
"@chyzwar/eslint-config": "npm:^0.2.30"
441-
"@chyzwar/tsconfig": "npm:^0.2.29"
440+
"@chyzwar/eslint-config": "npm:^0.2.31"
441+
"@chyzwar/tsconfig": "npm:^0.3.0"
442442
"@types/node": "npm:^22.7.4"
443443
eslint: "npm:^9.11.1"
444444
picocolors: "npm:^1.1.0"
@@ -455,8 +455,8 @@ __metadata:
455455
version: 0.0.0-use.local
456456
resolution: "@chyzwar/sea@workspace:packages/sea"
457457
dependencies:
458-
"@chyzwar/eslint-config": "npm:^0.2.30"
459-
"@chyzwar/tsconfig": "npm:^0.2.29"
458+
"@chyzwar/eslint-config": "npm:^0.2.31"
459+
"@chyzwar/tsconfig": "npm:^0.3.0"
460460
"@types/node": "npm:^22.7.4"
461461
eslint: "npm:^9.11.1"
462462
typescript: "npm:^5.6.2"
@@ -467,7 +467,14 @@ __metadata:
467467
languageName: unknown
468468
linkType: soft
469469

470-
"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2, @chyzwar/tsconfig@npm:^0.2.29, @chyzwar/tsconfig@workspace:packages/tsconfig":
470+
"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2":
471+
version: 0.2.29
472+
resolution: "@chyzwar/tsconfig@npm:0.2.29"
473+
checksum: 10c2/7216c9ccfed0ee227637a6b97f244de32ca5d9dec160d310671c11e48a33a304d8d64be41a62ab7a4b5b16ce303a59a83fac667607f34f00fcbb0a6736b239f8
474+
languageName: node
475+
linkType: hard
476+
477+
"@chyzwar/tsconfig@npm:^0.3.0, @chyzwar/tsconfig@workspace:packages/tsconfig":
471478
version: 0.0.0-use.local
472479
resolution: "@chyzwar/tsconfig@workspace:packages/tsconfig"
473480
languageName: unknown

0 commit comments

Comments
 (0)