Skip to content

Commit 32c1c45

Browse files
committed
Publish
- @ts-dev-tools/core@1.5.7 - @ts-dev-tools/react@1.5.7
1 parent a0f1ed5 commit 32c1c45

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

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.5.7 (2021-09-05)
7+
8+
**Note:** Version bump only for package @ts-dev-tools/core
9+
10+
11+
12+
13+
614
## 1.5.6 (2021-07-03)
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.5.6",
3+
"version": "1.5.7",
44
"description": "TS dev tools Core",
55
"keywords": [
66
"linter",

packages/react/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.5.7 (2021-09-05)
7+
8+
**Note:** Version bump only for package @ts-dev-tools/react
9+
10+
11+
12+
13+
614
## 1.5.6 (2021-07-03)
715

816
**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.5.6",
3+
"version": "1.5.7",
44
"description": "TS dev tools for React",
55
"keywords": [
66
"linter",
@@ -41,7 +41,7 @@
4141
"@testing-library/jest-dom": "^5.14.1",
4242
"@testing-library/react": "^12.0.0",
4343
"@testing-library/react-hooks": "^7.0.2",
44-
"@ts-dev-tools/core": "^1.5.6",
44+
"@ts-dev-tools/core": "^1.5.7",
4545
"@types/react": "^17.0.19",
4646
"@types/react-dom": "^17.0.9",
4747
"eslint-plugin-react": "^7.25.1",

0 commit comments

Comments
 (0)