Skip to content

Commit 403edd7

Browse files
committed
Publish
- @ts-dev-tools/core@1.13.0 - @ts-dev-tools/react@1.11.0
1 parent 2296c06 commit 403edd7

5 files changed

Lines changed: 39 additions & 9 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.13.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.12.4...@ts-dev-tools/core@1.13.0) (2026-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* allows scripts ([8ea0e92](https://github.com/escemi-tech/ts-dev-tools/commit/8ea0e92b875babc2fccae55a89c3803ecbbdebf4))
12+
* **core:** update pre-commit command to handle unmatched errors ([c8d73ba](https://github.com/escemi-tech/ts-dev-tools/commit/c8d73ba8c776427075d5dd65b9120b75297ea937))
13+
14+
15+
### Features
16+
17+
* apply hooks on installation ([0be49f9](https://github.com/escemi-tech/ts-dev-tools/commit/0be49f945c05c15982e05d248ecbc56f5971810a))
18+
* upgrade npm deps ([2945e54](https://github.com/escemi-tech/ts-dev-tools/commit/2945e541a11beaa51c49195d259ebcaaa41b7742))
19+
20+
21+
22+
23+
624
## [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)
725

826

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-dev-tools/core",
3-
"version": "1.12.4",
3+
"version": "1.13.0",
44
"description": "TS dev tools Core",
55
"keywords": [
66
"linter",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.11.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.10.4...@ts-dev-tools/react@1.11.0) (2026-07-04)
7+
8+
9+
### Features
10+
11+
* apply hooks on installation ([0be49f9](https://github.com/escemi-tech/ts-dev-tools/commit/0be49f945c05c15982e05d248ecbc56f5971810a))
12+
* upgrade npm deps ([2945e54](https://github.com/escemi-tech/ts-dev-tools/commit/2945e541a11beaa51c49195d259ebcaaa41b7742))
13+
14+
15+
16+
17+
618
## [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)
719

820

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.4",
3+
"version": "1.11.0",
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.4",
53+
"@ts-dev-tools/core": "^1.13.0",
5454
"@types/react": "^19.2.17",
5555
"@types/react-dom": "^19.2.3",
5656
"jsdom": "^29.1.1",

0 commit comments

Comments
 (0)