Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Aug 6, 2021
1 parent c88fc3d commit 30f6df8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "yarn tailwind:dev | docusaurus start",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "examples",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "1.0.1",
"@chakra-ui/react": "1.0.2",
"@emotion/react": "11.1.2",
"@emotion/styled": "11.0.0",
"@formiz/core": "^1.1.1",
"@formiz/core": "^1.2.0",
"@formiz/validations": "^1.0.0",
"framer-motion": "2.9.5",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.2.0",
"packages": [
"./packages/*",
"!./documentation",
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.1.1",
"version": "1.2.0",
"repository": "https://github.com/ivan-dalmet/formiz/tree/master/packages/core",
"homepage": "https://formiz-react.com/",
"author": "Ivan Dalmet <ivan@dalmet.fr> (https://ivan.dalmet.fr/)",
Expand Down

0 comments on commit 30f6df8

Please sign in to comment.