Skip to content

Commit a7aa543

Browse files
committed
v0.0.34
1 parent 7317c70 commit a7aa543

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.33"
5+
"version": "0.0.34"
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.33",
3+
"version": "0.0.34",
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.33",
21+
"property-controls": "^0.0.34",
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,6 +1,6 @@
11
{
22
"name": "@blocks/blocks",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "The default, Theme UI-based for the Blocks editor",
55
"repository": "blocks/blocks",
66
"main": "dist/index.js",
@@ -15,6 +15,6 @@
1515
"@babel/preset-react": "7.7.4"
1616
},
1717
"dependencies": {
18-
"property-controls": "^0.0.33"
18+
"property-controls": "^0.0.34"
1919
}
2020
}

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.33",
3+
"version": "0.0.34",
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)