@operato/scene-ar 1.0.0-alpha.31 → 1.0.0-alpha.33
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,23 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.0.0-alpha.33](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-07-09)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/scene-ar
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [1.0.0-alpha.32](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-07-09)
|
15
|
+
|
16
|
+
|
17
|
+
### :bug: Bug Fix
|
18
|
+
|
19
|
+
* latest [@things-factory](https://github.com/things-factory) ([a5ea8ba](https://github.com/things-scene/operato-scene/commit/a5ea8ba70af7ac74e7cdee77fb74a152a0079366))
|
20
|
+
|
21
|
+
|
22
|
+
|
6
23
|
## [1.0.0-alpha.31](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-07-07)
|
7
24
|
|
8
25
|
**Note:** Version bump only for package @operato/scene-ar
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "AR Modelviewer component for things-scene",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "heartyoh",
|
6
|
-
"version": "1.0.0-alpha.
|
6
|
+
"version": "1.0.0-alpha.33",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
9
9
|
"things-scene": true,
|
@@ -30,8 +30,8 @@
|
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@hatiolab/prettier-config": "^1.0.0",
|
33
|
-
"@things-factory/builder": "^5.0.0-zeta.
|
34
|
-
"@things-factory/operato-board": "^5.0.0-zeta.
|
33
|
+
"@things-factory/builder": "^5.0.0-zeta.14",
|
34
|
+
"@things-factory/operato-board": "^5.0.0-zeta.14",
|
35
35
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
36
36
|
"@typescript-eslint/parser": "^4.33.0",
|
37
37
|
"@web/dev-server": "^0.1.28",
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"prettier --write"
|
57
57
|
]
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "e5e75469ed573a82fc972e3ad7fd044d94a5e981"
|
60
60
|
}
|