We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be5f94 commit 2edf892Copy full SHA for 2edf892
lerna.json
@@ -5,5 +5,5 @@
5
"packages/*"
6
],
7
"changelogPreset": "conventionalcommits",
8
- "version": "0.2.0"
+ "version": "1.0.0"
9
}
packages/display-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hubstairs/display-js",
3
- "version": "0.2.0",
+ "version": "1.0.0",
4
"homepage": "https:/www.hubstairs.com",
"repository": {
"type": "git",
packages/display-react/package.json
"name": "@hubstairs/display-react",
@@ -59,6 +59,6 @@
59
},
60
"dependencies": {
61
"@babel/runtime": "^7.11.2",
62
- "@hubstairs/display-js": "^0.2.0"
+ "@hubstairs/display-js": "^1.0.0"
63
64
0 commit comments