-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @tablecheck/[email protected]
- Loading branch information
TableCheck Inc.
committed
Dec 15, 2023
1 parent
1659dbc
commit a65a617
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# v6.1.3 (Fri Dec 15 2023) | ||
# Change Log | ||
|
||
#### 🐛 Bug Fix | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
- fix(nx): generators correctly respect “dry-run” [#99](https://github.com/tablecheck/frontend/pull/99) ([@SimeonC](https://github.com/SimeonC)) | ||
- fix(nx): quality generator should use more generic tsconfig definition [#98](https://github.com/tablecheck/frontend/pull/98) ([@SimeonC](https://github.com/SimeonC)) | ||
## [6.1.3](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-12-15) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Bug Fixes | ||
|
||
* **nx:** generators correctly respect “dry-run” ([115e91e](https://github.com/tablecheck/frontend/commit/115e91e997a420cf4ed08bf901cdbf3099706943)) | ||
* **nx:** quality generator should use more generic tsconfig definition ([8f9c849](https://github.com/tablecheck/frontend/commit/8f9c849162d2855ee31e25b3bb684c3305d980b7)) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [6.1.2](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-20) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tablecheck/nx", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"type": "commonjs", | ||
"exports": { | ||
".": { | ||
|