@operato/scene-indoor-map 1.0.0-alpha.19 → 1.0.0-alpha.21

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 +17 -0
  2. package/package.json +5 -5
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.21](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-06-16)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest [@operato](https://github.com/operato) ([8384a79](https://github.com/things-scene/operato-scene/commit/8384a79c616db7c5fb437a480bb8c8337b75db84))
12
+
13
+
14
+
15
+ ## [1.0.0-alpha.20](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-06-10)
16
+
17
+ **Note:** Version bump only for package @operato/scene-indoor-map
18
+
19
+
20
+
21
+
22
+
6
23
  ## [1.0.0-alpha.19](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-06-09)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-indoor-map",
3
- "version": "1.0.0-alpha.19",
3
+ "version": "1.0.0-alpha.21",
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-beta.27",
34
- "@things-factory/builder": "^5.0.0-alpha.55",
35
- "@things-factory/operato-board": "^5.0.0-alpha.55",
33
+ "@operato/board": "^1.0.0-beta.32",
34
+ "@things-factory/builder": "^5.0.0-zeta.1",
35
+ "@things-factory/operato-board": "^5.0.0-zeta.1",
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": "0e8c68029820e33b371d24b4af5632678ed6ae21"
60
+ "gitHead": "eb6fab63e55c177e1e741757a5de4d242bf84039"
61
61
  }