Skip to content

Commit 2b9a7bd

Browse files
committed
Publish
- @ts-dev-tools/[email protected] - @ts-dev-tools/[email protected]
1 parent 495604d commit 2b9a7bd

5 files changed

Lines changed: 28 additions & 6 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.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/[email protected]...@ts-dev-tools/[email protected]) (2026-04-01)
7+
8+
9+
### Features
10+
11+
* upgrade deps minor versions ([054e31b](https://github.com/escemi-tech/ts-dev-tools/commit/054e31b5aeed34ead4a58c1d10c1e2111fa2a239))
12+
13+
14+
15+
16+
617
## [1.11.1](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/[email protected]...@ts-dev-tools/[email protected]) (2026-03-05)
718

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

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.11.1",
3+
"version": "1.12.0",
44
"description": "TS dev tools Core",
55
"keywords": [
66
"linter",

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.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/[email protected]...@ts-dev-tools/[email protected]) (2026-04-01)
7+
8+
9+
### Features
10+
11+
* upgrade deps minor versions ([054e31b](https://github.com/escemi-tech/ts-dev-tools/commit/054e31b5aeed34ead4a58c1d10c1e2111fa2a239))
12+
13+
14+
15+
16+
617
## [1.9.17](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/[email protected]...@ts-dev-tools/[email protected]) (2026-03-05)
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.9.17",
3+
"version": "1.10.0",
44
"description": "TS dev tools for React",
55
"keywords": [
66
"linter",
@@ -46,7 +46,7 @@
4646
"@testing-library/dom": "^10.4.1",
4747
"@testing-library/jest-dom": "^6.9.1",
4848
"@testing-library/react": "^16.3.2",
49-
"@ts-dev-tools/core": "^1.11.1",
49+
"@ts-dev-tools/core": "^1.12.0",
5050
"@types/react": "^19.2.14",
5151
"@types/react-dom": "^19.2.3",
5252
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)