Skip to content

Commit 9b61f3c

Browse files
committed
(chore): 🌼 publish 0.0.41
1 parent 64e2951 commit 9b61f3c

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.40"
10+
"version": "0.0.41"
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.40",
3+
"version": "0.0.41",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"repository": "blocks/blocks",
@@ -19,7 +19,7 @@
1919
"@theme-ui/presets": "^0.2.44",
2020
"lodash.merge": "^4.6.2",
2121
"prettier": "^1.19.1",
22-
"property-controls": "^0.0.40",
22+
"property-controls": "^0.0.41",
2323
"react-beautiful-dnd": "^12.1.1",
2424
"react-feather": "^2.0.3",
2525
"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.40",
3+
"version": "0.0.41",
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.40",
19-
"property-controls": "^0.0.40"
18+
"@blocks/blocks": "^0.0.41",
19+
"property-controls": "^0.0.41"
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.40",
3+
"version": "0.0.41",
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)