Skip to content

Commit ed268d2

Browse files
committed
Publish
- @ts-dev-tools/core@1.12.4 - @ts-dev-tools/react@1.10.4
1 parent f918acb commit ed268d2

5 files changed

Lines changed: 29 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.12.4](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.12.3...@ts-dev-tools/core@1.12.4) (2026-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* minor issues regarding biome and vitest integration ([b66972d](https://github.com/escemi-tech/ts-dev-tools/commit/b66972de4afa261005a4a92f7eeefca8f3add0f7))
12+
13+
14+
15+
16+
617
## [1.12.3](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.12.2...@ts-dev-tools/core@1.12.3) (2026-06-03)
718

819
**Note:** Version bump only for package @ts-dev-tools/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-dev-tools/core",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"description": "TS dev tools Core",
55
"keywords": [
66
"linter",
@@ -48,10 +48,10 @@
4848
},
4949
"dependencies": {
5050
"@biomejs/biome": "^2.4.8",
51-
"@vitest/coverage-v8": "^4.1.6",
5251
"@commitlint/cli": "^21.0.1",
5352
"@commitlint/config-conventional": "^21.0.2",
5453
"@types/node": "^25.9.1",
54+
"@vitest/coverage-v8": "^4.1.6",
5555
"typescript": "^6.0.3",
5656
"vitest": "^4.1.6"
5757
},

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.10.4](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.10.3...@ts-dev-tools/react@1.10.4) (2026-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* minor issues regarding biome and vitest integration ([b66972d](https://github.com/escemi-tech/ts-dev-tools/commit/b66972de4afa261005a4a92f7eeefca8f3add0f7))
12+
13+
14+
15+
16+
617
## [1.10.3](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.10.2...@ts-dev-tools/react@1.10.3) (2026-06-03)
718

819
**Note:** Version bump only for package @ts-dev-tools/react

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-dev-tools/react",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "TS dev tools for React",
55
"keywords": [
66
"linter",
@@ -50,7 +50,7 @@
5050
"@testing-library/dom": "^10.4.1",
5151
"@testing-library/jest-dom": "^6.9.1",
5252
"@testing-library/react": "^16.3.2",
53-
"@ts-dev-tools/core": "^1.12.3",
53+
"@ts-dev-tools/core": "^1.12.4",
5454
"@types/react": "^19.2.16",
5555
"@types/react-dom": "^19.2.3",
5656
"jsdom": "^29.1.1",

0 commit comments

Comments
 (0)