Skip to content

Commit

Permalink
[0.1.3] Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 8, 2021
1 parent bb5aa92 commit f6fb313
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-forms-smart-components",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "parcel serve ./example/index.html --port 8082",
Expand Down Expand Up @@ -31,7 +31,7 @@
"intelligent-tree-select": "~0.8.3"
},
"peerDependencies": {
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.3.2.tgz"
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.3.3.tgz"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand All @@ -49,6 +49,6 @@
"react": "^17.0.2",
"react-bootstrap": "1.0.1",
"react-dom": "^17.0.2",
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.3.2.tgz"
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.3.3.tgz"
}
}

0 comments on commit f6fb313

Please sign in to comment.