-
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
Oct 31, 2023
1 parent
b7a18b9
commit 2913057
Showing
3 changed files
with
10 additions
and
11 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 @@ | ||
# v8.1.2 (Tue Oct 31 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: disable more rules in tests [#94](https://github.com/tablecheck/frontend/pull/94) ([@SimeonC](https://github.com/SimeonC)) | ||
## [8.1.2](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-10-31) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Bug Fixes | ||
|
||
* disable more rules in tests ([06da60f](https://github.com/tablecheck/frontend/commit/06da60fca8f4703151c6ba1de46693141d53f7aa)) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [8.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-10-26) | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"type": "git", | ||
"url": "[email protected]:tablecheck/frontend.git" | ||
}, | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
|