-
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.
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 @@ | ||
# v2.1.0 (Tue Sep 17 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: adds support for non-default exported import remapping [#115](https://github.com/tablecheck/frontend/pull/115) ([@SimeonC](https://github.com/SimeonC)) | ||
# [2.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-17) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Features | ||
|
||
* adds support for non-default exported import remapping ([b153dbf](https://github.com/tablecheck/frontend/commit/b153dbff8b70892fd409f6261a7e4fb23ef88f93)) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.0.0 (2024-09-12) | ||
|
||
|
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": "2.0.0", | ||
"version": "2.1.0", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
|