Skip to content

Commit 2edf892

Browse files
committed
v1.0.0
1 parent 2be5f94 commit 2edf892

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"changelogPreset": "conventionalcommits",
8-
"version": "0.2.0"
8+
"version": "1.0.0"
99
}

packages/display-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-js",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",

packages/display-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-react",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.11.2",
62-
"@hubstairs/display-js": "^0.2.0"
62+
"@hubstairs/display-js": "^1.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)