Skip to content

Commit e656ee6

Browse files
committedOct 31, 2020
Update Lerna versioning strategy
1 parent 7649767 commit e656ee6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.0-alpha.0"
5+
"version": "independent"
66
}

‎packages/chonky-icon-fontawesome/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chonky-icon-fontawesome",
3-
"version": "2.0.0-alpha.65+7f51f66",
3+
"version": "2.0.0-alpha.66",
44
"description": "FontAwesome icon component for Chonky file browser",
55
"main": "lib/index.js",
66
"files": [
@@ -20,7 +20,7 @@
2020
"@fortawesome/free-brands-svg-icons": "5.13.1",
2121
"@fortawesome/free-solid-svg-icons": "^5.13.1",
2222
"@fortawesome/react-fontawesome": "^0.1.12",
23-
"chonky": "^2.0.0-alpha.65+7f51f66"
23+
"chonky": "^2.0.0-alpha.65"
2424
},
2525
"homepage": "https://chonky.io/",
2626
"author": {
@@ -44,7 +44,7 @@
4444
"file-browser",
4545
"react-component"
4646
],
47-
"gitHead": "7f51f66a3ffec6b66bb6abeeec0cbd09323c095e",
47+
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
4848
"devDependencies": {
4949
"@testing-library/dom": "^7.26.3",
5050
"@testing-library/jest-dom": "^5.11.5",

‎packages/chonky/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chonky",
3-
"version": "2.0.0-alpha.65+7f51f66",
3+
"version": "2.0.0-alpha.65+7649767",
44
"description": "A File Browser component for React",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -73,7 +73,7 @@
7373
"file-browser",
7474
"react-component"
7575
],
76-
"gitHead": "7f51f66a3ffec6b66bb6abeeec0cbd09323c095e",
76+
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
7777
"devDependencies": {
7878
"@testing-library/dom": "^7.26.3",
7979
"@testing-library/jest-dom": "^5.11.5",

0 commit comments

Comments
 (0)
Please sign in to comment.