Skip to content

Commit

Permalink
chore(lib): bump lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoner committed Sep 24, 2020
1 parent 502f830 commit e0cc250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"format": "prettier --write 'src/**/*' 'test/**/*'"
},
"dependencies": {
"@pyoner/svelte-form": "workspace:^1.0.0",
"@pyoner/svelte-form": "workspace:^1.0.1",
"@pyoner/svelte-form-ajv": "workspace:^0.1.0",
"ajv": "^6.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyoner/svelte-form",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library that helps you build a HTML form from a JSON Schema",
"keywords": [
"svelte",
Expand Down

0 comments on commit e0cc250

Please sign in to comment.