@operato/scene-ar 1.1.5 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.1.8](https://github.com/things-scene/operato-scene/compare/v1.1.7...v1.1.8) (2022-11-05)
7
+
8
+ **Note:** Version bump only for package @operato/scene-ar
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.1.5](https://github.com/things-scene/operato-scene/compare/v1.1.4...v1.1.5) (2022-11-05)
7
15
 
8
16
 
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.1.5",
6
+ "version": "1.1.8",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "412dd47dbdd764d4bf0e13ca423b35667e641784"
60
+ "gitHead": "69c2b91e518f119fe5ecc0406902709edea110b3"
61
61
  }