Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschmitz committed May 23, 2019
1 parent 106a081 commit 48c8b53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#### 0.0.3 (2019-05-23)

##### New Features

* Products crud page (106a0812)
* A new Component: SupplierSelection (c4f72e99)
* A new component: CategorySelection (c7b5814f)
* List Products (9ebffa97)
* New item: Products (43498114)

##### Bug Fixes

* Supplier name on selection (1280ae6d)
* Title of Home and About pages shows correctly (eabee78c)

#### 0.0.2 (2019-05-21)

##### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-sapper-bulma-crud",
"description": "A CRUD with Svelte, Sapper and Bulma",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dev": "sapper dev",
"now": "sapper build && now",
Expand Down

0 comments on commit 48c8b53

Please # to comment.