@operato/scene-indoor-map 1.0.0-alpha.2 → 1.0.0-alpha.3

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.3](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * [@operato](https://github.com/operato) 1.0.0-alpha.15 ([52c63fe](https://github.com/things-scene/operato-scene/commit/52c63fe1efde1a8fe6a9dc3b6852b1b2e12322bf))
12
+
13
+
14
+
6
15
  ## [1.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-13)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-indoor-map",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "Indoor Map component for things-scene.",
5
5
  "license": "MIT",
6
6
  "author": "heartyoh",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@operato/board": "^1.0.0-alpha.14",
34
- "@things-factory/builder": "^5.0.0-alpha.5",
35
- "@things-factory/operato-board": "^5.0.0-alpha.5",
33
+ "@operato/board": "^1.0.0-alpha.15",
34
+ "@things-factory/builder": "^5.0.0-alpha.6",
35
+ "@things-factory/operato-board": "^5.0.0-alpha.6",
36
36
  "@typescript-eslint/eslint-plugin": "^4.33.0",
37
37
  "@typescript-eslint/parser": "^4.33.0",
38
38
  "@web/dev-server": "^0.1.28",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "5cdd6fef45cb25cbc17638b400443d93592a6136"
60
+ "gitHead": "c0d9e3d83f59884ec05d6e5b5c66346384961972"
61
61
  }