Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Dec 1, 2019
1 parent 9d73540 commit d7e258e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.2.1

- Added loading states for operations taking more than 1 second to complete.
- Handled network errors.
- Implemented some small UI tweaks.
- Fixed bugs:
- [gh-7](https://github.com/NoelDeMartin/solid-focus/issues/7) Lists creation is broken in Offline mode

# v0.2.0

- Improved UX.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-focus",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit d7e258e

Please sign in to comment.