Skip to content

Commit

Permalink
chore(release): 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Clm-Roig committed Apr 13, 2022
1 parent decadf9 commit 1ff4683
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.12](https://github.com/Clm-Roig/bujo-tracker/compare/v0.1.11...v0.1.12) (2022-04-13)


### Features

* **home:** add home page ([e50ca12](https://github.com/Clm-Roig/bujo-tracker/commit/e50ca1259ed0a177f89f83d1e59adc3d5a8a8ca0))
* **importData:** import data from JSON ([eed3513](https://github.com/Clm-Roig/bujo-tracker/commit/eed3513152da486ec182d2f772d628e2a02b0ad4))
* **settings:** delete all data ([4d1fd67](https://github.com/Clm-Roig/bujo-tracker/commit/4d1fd67af0fc3f6a7abea0646b0c775572475f85))
* **settings:** export all data ([fe4ba96](https://github.com/Clm-Roig/bujo-tracker/commit/fe4ba96cd9a7835dd5fd958f8e9a326e907cd3ab))


### Bug Fixes

* **snackBarAction:** replace snackbar action and color ([68bcca5](https://github.com/Clm-Roig/bujo-tracker/commit/68bcca5266293c61c4a8d34165ec9c6a1bba529e))

### [0.1.11](https://github.com/Clm-Roig/bujo-tracker/compare/v0.1.10...v0.1.11) (2022-04-11)


Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bujo-tracker",
"homepage": "https://clm-roig.github.io/bujo-tracker",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
Expand All @@ -15,7 +15,6 @@
"@testing-library/user-event": "^14.1.0",
"@types/jest": "^24.9.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react": "^18.0.1",
"@types/react-redux": "^7.1.23",
"@types/uuid": "^8.3.4",
Expand Down

0 comments on commit 1ff4683

Please sign in to comment.