Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 27e3fa0

Browse files
committed
Release v0.2.3
1 parent cafaf03 commit 27e3fa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forge-dataviz-iot-reference-app",
3-
"version": "0.2.3-alpha.0",
3+
"version": "0.2.3",
44
"description": "Autodesk Forge Viewer Data Visualization Sample Application",
55
"main": "server/localserver.js",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
"socket.io": "^3.0.4",
5757
"socket.io-client": "^3.0.4",
5858
"uuid": "^8.3.2",
59-
"forge-dataviz-iot-data-modules": "0.1.5-alpha.0",
60-
"forge-dataviz-iot-react-components": "0.1.6-alpha.0"
59+
"forge-dataviz-iot-data-modules": "0.1.5",
60+
"forge-dataviz-iot-react-components": "0.1.6"
6161
}
6262
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"tween-functions": "^1.2.0",
3030
"utf-8-validate": "^5.0.2",
3131
"uuid": "^8.3.1",
32-
"forge-dataviz-iot-data-modules": "0.1.5-alpha.0"
32+
"forge-dataviz-iot-data-modules": "0.1.5"
3333
},
3434
"devDependencies": {}
3535
}

0 commit comments

Comments
 (0)