@operato/scene-legend 1.0.0-alpha.21 → 1.0.0-alpha.22

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 +4 -4
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.22](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-06-16)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest @hatiolab/things-scene ([0928090](https://github.com/things-scene/operato-scene/commit/09280903b4b0280ee8a76a4d1c2a0bf8d0997563))
12
+
13
+
14
+
6
15
  ## [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
16
 
8
17
 
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.21",
6
+ "version": "1.0.0-alpha.22",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -26,12 +26,12 @@
26
26
  "migration": "things-factory-migration"
27
27
  },
28
28
  "dependencies": {
29
- "@hatiolab/things-scene": "^3.0.12",
29
+ "@hatiolab/things-scene": "^3.0.13",
30
30
  "lit": "^2.2.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@hatiolab/prettier-config": "^1.0.0",
34
- "@operato/board": "^1.0.0-beta.32",
34
+ "@operato/board": "^1.0.0-beta.33",
35
35
  "@things-factory/builder": "^5.0.0-zeta.1",
36
36
  "@things-factory/operato-board": "^5.0.0-zeta.1",
37
37
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -58,5 +58,5 @@
58
58
  "prettier --write"
59
59
  ]
60
60
  },
61
- "gitHead": "eb6fab63e55c177e1e741757a5de4d242bf84039"
61
+ "gitHead": "5d982a9a5803854d809093925be1c1888ff9eff8"
62
62
  }