Skip to content

Commit 78f9f5f

Browse files
committed
Publish
- @ts-dev-tools/core@1.4.10 - @ts-dev-tools/react@1.4.10
1 parent 0d09c44 commit 78f9f5f

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

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.4.10 (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** various issues for first migration ([0d09c44](https://github.com/escemi-tech/ts-dev-tools/commit/0d09c44a8dc144c1ffc2bed7290faf365c34e6a0))
12+
13+
14+
15+
16+
617
## 1.4.9 (2021-03-12)
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.4.9",
3+
"version": "1.4.10",
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.4.10 (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** various issues for first migration ([0d09c44](https://github.com/escemi-tech/ts-dev-tools/commit/0d09c44a8dc144c1ffc2bed7290faf365c34e6a0))
12+
13+
14+
15+
16+
617
## 1.4.9 (2021-03-12)
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.4.9",
3+
"version": "1.4.10",
44
"description": "TS dev tools for React",
55
"keywords": [
66
"linter",
@@ -41,7 +41,7 @@
4141
"@testing-library/jest-dom": "^5.11.9",
4242
"@testing-library/react": "^11.2.5",
4343
"@testing-library/react-hooks": "^5.1.0",
44-
"@ts-dev-tools/core": "^1.4.9",
44+
"@ts-dev-tools/core": "^1.4.10",
4545
"@types/react": "^17.0.3",
4646
"@types/react-dom": "^17.0.2",
4747
"eslint-plugin-react": "^7.22.0",

0 commit comments

Comments
 (0)