Skip to content

Commit 441f63e

Browse files
committed
v0.0.30
1 parent 948991a commit 441f63e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.29"
5+
"version": "0.0.30"
66
}

packages/blocks-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks-ui",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"repository": "blocks/blocks",
@@ -18,7 +18,7 @@
1818
"@theme-ui/editor": "^0.2.49",
1919
"@theme-ui/presets": "^0.2.44",
2020
"prettier": "^1.19.1",
21-
"property-controls": "^0.0.29",
21+
"property-controls": "^0.0.30",
2222
"react-beautiful-dnd": "^12.1.1",
2323
"react-feather": "^2.0.3",
2424
"theme-ui": "^0.2.49"

packages/blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocks/blocks",
33
"scope": "public",
4-
"version": "0.0.29",
4+
"version": "0.0.30",
55
"description": "The default, Theme UI-based for the Blocks editor",
66
"repository": "blocks/blocks",
77
"main": "dist/index.js",
@@ -16,7 +16,7 @@
1616
"@babel/preset-react": "^7.7.0"
1717
},
1818
"dependencies": {
19-
"property-controls": "^0.0.29"
19+
"property-controls": "^0.0.30"
2020
},
2121
"gitHead": "3e47f4ae8550682b83b07eef00b97d3dc2004402"
2222
}

packages/property-controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "property-controls",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Expose dials and knobs for your components in design tools",
55
"repository": "blocks/blocks",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)