Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ts-dev-tools/core@1.5.14
 - @ts-dev-tools/react@1.5.14
  • Loading branch information
neilime committed Jan 21, 2022
1 parent a2f27c6 commit 532cde3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.5.14 (2022-01-21)

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





## 1.5.13 (2022-01-17)

**Note:** Version bump only for package @ts-dev-tools/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-dev-tools/core",
"version": "1.5.13",
"version": "1.5.14",
"description": "TS dev tools Core",
"keywords": [
"linter",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.5.14 (2022-01-21)

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





## 1.5.13 (2022-01-17)

**Note:** Version bump only for package @ts-dev-tools/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-dev-tools/react",
"version": "1.5.13",
"version": "1.5.14",
"description": "TS dev tools for React",
"keywords": [
"linter",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@ts-dev-tools/core": "^1.5.13",
"@ts-dev-tools/core": "^1.5.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"eslint-plugin-react": "^7.28.0",
Expand Down

0 comments on commit 532cde3

Please sign in to comment.