@operato/scene-indoor-map 1.0.0-alpha.10 → 1.0.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -25
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
6
|
+
## [1.0.0-alpha.11](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-04-17)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @operato/scene-indoor-map
|
9
9
|
|
@@ -11,57 +11,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
## [1.0.0-alpha.
|
14
|
+
## [1.0.0-alpha.10](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-04-10)
|
15
15
|
|
16
16
|
**Note:** Version bump only for package @operato/scene-indoor-map
|
17
17
|
|
18
|
+
## [1.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-04-07)
|
18
19
|
|
19
|
-
|
20
|
-
|
20
|
+
**Note:** Version bump only for package @operato/scene-indoor-map
|
21
21
|
|
22
22
|
## [1.0.0-alpha.8](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-04-07)
|
23
23
|
|
24
24
|
**Note:** Version bump only for package @operato/scene-indoor-map
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
26
|
## [1.0.0-alpha.7](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-04-06)
|
31
27
|
|
32
28
|
**Note:** Version bump only for package @operato/scene-indoor-map
|
33
29
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
30
|
## [1.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-04-05)
|
39
31
|
|
40
|
-
|
41
32
|
### :bug: Bug Fix
|
42
33
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
34
|
+
- [@things-factory](https://github.com/things-factory) 5.0.0-alpha.36 ([459ce88](https://github.com/things-scene/operato-scene/commit/459ce884942ab11bcd1e9b9c6af7bf045b580a41))
|
35
|
+
- add activeIndex property into indoor-map ([81ea401](https://github.com/things-scene/operato-scene/commit/81ea401ae32d2e2ddc7da862bf98974bbdf8d075))
|
47
36
|
|
48
37
|
## [1.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-04-03)
|
49
38
|
|
50
|
-
|
51
39
|
### :bug: Bug Fix
|
52
40
|
|
53
|
-
|
54
|
-
|
55
|
-
|
41
|
+
- upgrade lit and operato, things-factory ([f056300](https://github.com/things-scene/operato-scene/commit/f056300c0e2f85c41715d3178f12c39bf3110a34))
|
56
42
|
|
57
43
|
## [1.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-13)
|
58
44
|
|
59
|
-
|
60
45
|
### :bug: Bug Fix
|
61
46
|
|
62
|
-
|
63
|
-
|
64
|
-
|
47
|
+
- [@operato](https://github.com/operato) 1.0.0-alpha.17 ([a8a147c](https://github.com/things-scene/operato-scene/commit/a8a147c972ed571e35d210feb3bfbc7cd31f280b))
|
65
48
|
|
66
49
|
## [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)
|
67
50
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-indoor-map",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.11",
|
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.
|
34
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
35
|
-
"@things-factory/operato-board": "^5.0.0-alpha.
|
33
|
+
"@operato/board": "^1.0.0-beta.4",
|
34
|
+
"@things-factory/builder": "^5.0.0-alpha.36",
|
35
|
+
"@things-factory/operato-board": "^5.0.0-alpha.36",
|
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": "
|
60
|
+
"gitHead": "ac16385da14ec1d27543b74a42ba34a066bfef29"
|
61
61
|
}
|