Skip to content

Commit a7e2edc

Browse files
committed
v0.0.38
1 parent a3ea340 commit a7e2edc

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.9.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.0.37"
5+
"version": "0.0.38"
66
}

packages/atlaskit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-forms-processor-atlaskit",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "jest",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-forms-processor",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"description": "A forms processor for statically declaring forms with dynamic behaviour",
55
"main": "dist/index.js",
66
"scripts": {

packages/examples/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "react-forms-processor-examples",
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -18,10 +18,10 @@
1818
"lodash": "^4.17.10",
1919
"react-ace": "^6.1.1",
2020
"react-beautiful-dnd": "^8.0.5",
21-
"react-forms-processor": "^0.0.37",
22-
"react-forms-processor-atlaskit": "^0.0.37",
23-
"react-forms-processor-formbuilder": "^0.0.37",
24-
"react-forms-processor-material-ui": "^0.0.37",
21+
"react-forms-processor": "^0.0.38",
22+
"react-forms-processor-atlaskit": "^0.0.38",
23+
"react-forms-processor-formbuilder": "^0.0.38",
24+
"react-forms-processor-material-ui": "^0.0.38",
2525
"react-markdown": "^3.3.2"
2626
},
2727
"peerDependencies": {

packages/formbuilder/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-forms-processor-formbuilder",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "jest",
@@ -15,8 +15,8 @@
1515
"@atlaskit/tabs": "^7.1.3",
1616
"lodash": "^4.17.10",
1717
"react-beautiful-dnd": "^9.0.2",
18-
"react-forms-processor": "^0.0.37",
19-
"react-forms-processor-atlaskit": "^0.0.37"
18+
"react-forms-processor": "^0.0.38",
19+
"react-forms-processor-atlaskit": "^0.0.38"
2020
},
2121
"peerDependencies": {
2222
"react": "^16.4",

packages/material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-forms-processor-material-ui",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)