@operato/scene-legend 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 +7 -24
- 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-legend
|
9
9
|
|
@@ -11,56 +11,39 @@ 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-legend
|
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-legend
|
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-legend
|
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-legend
|
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
|
-
|
34
|
+
- [@things-factory](https://github.com/things-factory) 5.0.0-alpha.36 ([459ce88](https://github.com/things-scene/operato-scene/commit/459ce884942ab11bcd1e9b9c6af7bf045b580a41))
|
46
35
|
|
47
36
|
## [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)
|
48
37
|
|
49
|
-
|
50
38
|
### :bug: Bug Fix
|
51
39
|
|
52
|
-
|
53
|
-
|
54
|
-
|
40
|
+
- upgrade lit and operato, things-factory ([f056300](https://github.com/things-scene/operato-scene/commit/f056300c0e2f85c41715d3178f12c39bf3110a34))
|
55
41
|
|
56
42
|
## [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)
|
57
43
|
|
58
|
-
|
59
44
|
### :bug: Bug Fix
|
60
45
|
|
61
|
-
|
62
|
-
|
63
|
-
|
46
|
+
- [@operato](https://github.com/operato) 1.0.0-alpha.17 ([a8a147c](https://github.com/things-scene/operato-scene/commit/a8a147c972ed571e35d210feb3bfbc7cd31f280b))
|
64
47
|
|
65
48
|
## [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)
|
66
49
|
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "Legend component for things-scene.",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "heartyoh",
|
6
|
-
"version": "1.0.0-alpha.
|
6
|
+
"version": "1.0.0-alpha.11",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
9
9
|
"things-scene": true,
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@hatiolab/prettier-config": "^1.0.0",
|
34
|
-
"@operato/board": "^1.0.0-beta.
|
35
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
36
|
-
"@things-factory/operato-board": "^5.0.0-alpha.
|
34
|
+
"@operato/board": "^1.0.0-beta.4",
|
35
|
+
"@things-factory/builder": "^5.0.0-alpha.36",
|
36
|
+
"@things-factory/operato-board": "^5.0.0-alpha.36",
|
37
37
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
38
38
|
"@typescript-eslint/parser": "^4.33.0",
|
39
39
|
"@web/dev-server": "^0.1.28",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"prettier --write"
|
59
59
|
]
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "ac16385da14ec1d27543b74a42ba34a066bfef29"
|
62
62
|
}
|