Skip to content

Commit

Permalink
v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Dec 5, 2019
1 parent 9b81ecc commit 4d28531
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.32",
"@docusaurus/preset-classic": "2.0.0-alpha.32",
"@formiz/core": "^1.0.0-rc.2",
"@formiz/core": "^1.0.0-rc.3",
"@formiz/validations": "^1.0.0-rc.2",
"classnames": "2.2.6",
"prop-types": "15.7.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "examples",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"private": true,
"dependencies": {
"@chakra-ui/core": "^0.4.1",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@formiz/core": "^1.0.0-rc.2",
"@formiz/core": "^1.0.0-rc.3",
"@formiz/validations": "^1.0.0-rc.2",
"emotion-theming": "^10.0.19",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.1.3",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"packages": [
"./packages/*",
"!./docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formiz/core",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"repository": "https://github.com/ivan-dalmet/formiz/tree/master/packages/core",
"homepage": "https://formiz-react.com/",
"author": "Ivan Dalmet <[email protected]> (https://ivan.dalmet.fr/)",
Expand Down

0 comments on commit 4d28531

Please sign in to comment.