Skip to content

Commit 9bf0ee8

Browse files
committed
Publish
- @ts-dev-tools/core@1.8.5 - @ts-dev-tools/react@1.8.5
1 parent b6bf457 commit 9bf0ee8

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.8.5](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.8.4...@ts-dev-tools/core@1.8.5) (2024-11-12)
7+
8+
**Note:** Version bump only for package @ts-dev-tools/core
9+
10+
11+
12+
13+
614
## [1.8.4](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.8.3...@ts-dev-tools/core@1.8.4) (2024-11-08)
715

816
**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.8.4",
3+
"version": "1.8.5",
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.8.5](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.8.4...@ts-dev-tools/react@1.8.5) (2024-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** add missing lib for test ([b6bf457](https://github.com/escemi-tech/ts-dev-tools/commit/b6bf457063ded196d263dc5830e999e62a9daada))
12+
13+
14+
15+
16+
617
## [1.8.4](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.8.3...@ts-dev-tools/react@1.8.4) (2024-11-08)
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.8.4",
3+
"version": "1.8.5",
44
"description": "TS dev tools for React",
55
"keywords": [
66
"linter",
@@ -47,7 +47,7 @@
4747
"@testing-library/dom": "^10.4.0",
4848
"@testing-library/jest-dom": "^6.5.0",
4949
"@testing-library/react": "^16.0.0",
50-
"@ts-dev-tools/core": "^1.8.4",
50+
"@ts-dev-tools/core": "^1.8.5",
5151
"@types/react": "^18.3.4",
5252
"@types/react-dom": "^18.0.9",
5353
"eslint-plugin-react": "^7.35.0",

0 commit comments

Comments
 (0)