-
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.
- @bothrs/[email protected]
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.1.0](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-04-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add fix on load translations ([159fc51](https://github.com/bothrs/open-source/commit/159fc51596acf0221e6876d7bb6dece5a5e643db)) | ||
* prevent multiple inits ([f136d60](https://github.com/bothrs/open-source/commit/f136d60c585c3bd050a2b138e8aeedffebb449e1)) | ||
* refactor without useEffect ([2715111](https://github.com/bothrs/open-source/commit/2715111483f8539b28eee24356e817cc490556c7)) | ||
|
||
|
||
### Features | ||
|
||
* add yalc setup ([bc3b69b](https://github.com/bothrs/open-source/commit/bc3b69ba9f17770fbfcf5ad5c44f1e8172b4e611)) | ||
* remove init listener ([21e0520](https://github.com/bothrs/open-source/commit/21e052052470127e6d059d8a252623ad0dc28c97)) | ||
* use the init callback ([51bd8ed](https://github.com/bothrs/open-source/commit/51bd8ed4ce7467dce9bed7fe9271d4c191693175)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-03-14) | ||
|
||
**Note:** Version bump only for package @bothrs/translations | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@bothrs/translations", | ||
"repository": "[email protected]:bothrs/open-source.git", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
|