diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 97b359d1..d9f58eda 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index a616b806..dcf9d0b4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ts-dev-tools/core", - "version": "1.8.0", + "version": "1.8.1", "description": "TS dev tools Core", "keywords": [ "linter", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 84bc23b9..46b6b6ef 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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) diff --git a/packages/react/package.json b/packages/react/package.json index 80b60f52..6938078d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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",