-
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] - @tablecheck/[email protected]
- Loading branch information
1 parent
0141c5e
commit b47d62d
Showing
5 changed files
with
20 additions
and
22 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.6.0 (Thu Apr 18 2024) | ||
# Change Log | ||
|
||
#### 🚀 Enhancement | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
- feat: add use prefix to boolean name checking [#109](https://github.com/tablecheck/frontend/pull/109) ([@SimeonC](https://github.com/SimeonC)) | ||
# [8.6.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-04-18) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Features | ||
|
||
* add use prefix to boolean name checking ([ff5714a](https://github.com/tablecheck/frontend/commit/ff5714a01f3d35b0a6e65e0c4fd2ceec6873f483)) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [8.5.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-04-01) | ||
|
||
|
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.5.0", | ||
"version": "8.6.0", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
|
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 @@ | ||
# v7.2.0 (Thu Apr 18 2024) | ||
# Change Log | ||
|
||
#### 🚀 Enhancement | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
- feat: add use prefix to boolean name checking [#109](https://github.com/tablecheck/frontend/pull/109) ([@SimeonC](https://github.com/SimeonC)) | ||
# [7.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-04-18) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Features | ||
|
||
* add use prefix to boolean name checking ([ff5714a](https://github.com/tablecheck/frontend/commit/ff5714a01f3d35b0a6e65e0c4fd2ceec6873f483)) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [7.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-02-06) | ||
|
||
|
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": "7.1.0", | ||
"version": "7.2.0", | ||
"exports": { | ||
".": "./index.js", | ||
"./with-npm-publish": "./withNpmPublish.js", | ||
|