Skip to content

Commit

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

## [1.8.1](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.8.0...@ts-dev-tools/core@1.8.1) (2024-08-30)


### Bug Fixes

* **core:** eslint and nx installation issues ([44bef47](https://github.com/escemi-tech/ts-dev-tools/commit/44bef47ad57da521d37c8793f709fd6d75161faf))





# [1.8.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.7.0...@ts-dev-tools/core@1.8.0) (2024-08-29)


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.8.0",
"version": "1.8.1",
"description": "TS dev tools Core",
"keywords": [
"linter",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.1](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.8.0...@ts-dev-tools/react@1.8.1) (2024-08-30)


### Bug Fixes

* **core:** eslint and nx installation issues ([44bef47](https://github.com/escemi-tech/ts-dev-tools/commit/44bef47ad57da521d37c8793f709fd6d75161faf))





# [1.8.0](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/react@1.7.0...@ts-dev-tools/react@1.8.0) (2024-08-29)


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.8.0",
"version": "1.8.1",
"description": "TS dev tools for React",
"keywords": [
"linter",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@ts-dev-tools/core": "^1.8.0",
"@ts-dev-tools/core": "^1.8.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.0.9",
"eslint-plugin-react": "^7.35.0",
Expand Down

0 comments on commit d1a7b1e

Please sign in to comment.