Skip to content

Commit 47b5ff9

Browse files
committed
(chore) 🌼 publish 0.0.39
1 parent 6f6eff7 commit 47b5ff9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"message": "(chore) :blossom: publish %v"
88
}
99
},
10-
"version": "0.0.38"
10+
"version": "0.0.39"
1111
}

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.38",
3+
"version": "0.0.39",
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.38",
21+
"property-controls": "^0.0.39",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocks/blocks",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "The default, Theme UI-based for the Blocks editor",
55
"repository": "blocks/blocks",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"@babel/preset-react": "7.7.4"
1616
},
1717
"dependencies": {
18-
"@blocks/blocks": "^0.0.38",
19-
"property-controls": "^0.0.38"
18+
"@blocks/blocks": "^0.0.39",
19+
"property-controls": "^0.0.39"
2020
}
2121
}

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