Skip to content

Commit 11a4efa

Browse files
author
Austin Green
committed
chore(release): publish
1 parent 3c38586 commit 11a4efa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"version": "6.0.3",
2+
"version": "6.1.0",
33
"npmClient": "yarn",
4-
"npmClientArgs": ["--no-lockfile"],
4+
"npmClientArgs": [
5+
"--no-lockfile"
6+
],
57
"changelog": {
68
"repo": "zendeskgarden/react-components",
79
"cacheDir": ".changelog",

packages/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/zendeskgarden/react-components/issues"
1010
},
11-
"version": "6.0.1",
11+
"version": "6.1.0",
1212
"main": "./dist/index.js",
1313
"files": [
1414
"dist"

packages/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/zendeskgarden/react-components/issues"
1010
},
11-
"version": "6.0.1",
11+
"version": "6.1.0",
1212
"main": "./dist/index.js",
1313
"files": [
1414
"dist"

0 commit comments

Comments
 (0)