-
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
Jan 11, 2024
1 parent
ca50459
commit 5049551
Showing
3 changed files
with
10 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,19 +1,18 @@ | ||
# v6.1.4 (Thu Jan 11 2024) | ||
# 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): eslint config generation should use relative paths [#100](https://github.com/tablecheck/frontend/pull/100) ([@SimeonC](https://github.com/SimeonC)) | ||
## [6.1.4](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-01-11) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Bug Fixes | ||
|
||
* **nx:** eslint config generation should use relative paths ([b7f14a4](https://github.com/tablecheck/frontend/commit/b7f14a4085bdd78f6b8dd5e0c326ae8f02a6e640)) | ||
|
||
|
||
--- | ||
|
||
# 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.3](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-12-15) | ||
|
||
|
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.3", | ||
"version": "6.1.4", | ||
"type": "commonjs", | ||
"exports": { | ||
".": { | ||
|