-
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.
- Loading branch information
Showing
4 changed files
with
106 additions
and
2 deletions.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"startingVersion": "v1.4.2", | ||
"hideCredit": true, | ||
"template": "keepachangelog", | ||
"package": true, | ||
"commitLimit": false | ||
} |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [v1.4.2](https://github.com/thdk/firestorable/compare/v1.4.2...v1.4.2) | ||
|
||
### Merged | ||
|
||
- Chore/upgrade firebase [`#34`](https://github.com/thdk/firestorable/pull/34) | ||
- Chore/mobx 6 [`#31`](https://github.com/thdk/firestorable/pull/31) | ||
|
||
### Commits | ||
|
||
- chore: list peer dependencies as dev dependencies too [`0f77570`](https://github.com/thdk/firestorable/commit/0f77570a485681e62440764f9ee9d17c80252594) | ||
- chore: upgrade firebase to latest version (compat mode) [`f8b98e4`](https://github.com/thdk/firestorable/commit/f8b98e4179a687694af941310acb94cfdb82fff7) | ||
- chore: upgrade to mobx 6 [`4087e34`](https://github.com/thdk/firestorable/commit/4087e3495cbeaabd008149934ae62c2780ccf1e5) | ||
- chore: use modular firebase api functions [`30d58eb`](https://github.com/thdk/firestorable/commit/30d58eb3466396e01f77aeb995029cc37f01b8bc) | ||
- chore: set up auto-changelog [`5639ca8`](https://github.com/thdk/firestorable/commit/5639ca89b91dc6e0d9eea95845a31d0862b1bbe3) | ||
- fix: use more correct typings in test files [`4228514`](https://github.com/thdk/firestorable/commit/422851436490c4606f28551db818e8ab6a472181) | ||
- tests: cleanup test environment for all tests [`50300ab`](https://github.com/thdk/firestorable/commit/50300ab6237561e71c806b6634f5c291252ed33a) | ||
- docs: update prerequisites in readme [`fe61253`](https://github.com/thdk/firestorable/commit/fe61253f9cb5777b79033ed0115916582382eb10) | ||
- ci: remove prepare step from cloudbuild steps [`24063f2`](https://github.com/thdk/firestorable/commit/24063f21daf60e21e89cf23d5f869d33a7651fe8) | ||
|
||
## [v1.4.2](https://github.com/thdk/firestorable/compare/v1.4.1...v1.4.2) - 2021-01-13 | ||
|
||
### Commits | ||
|
||
- fix(auth-store): manually unset user on logout [`033b4bb`](https://github.com/thdk/firestorable/commit/033b4bbed33d9638b8d814df7d8eb865370e39cc) |
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