@operato/scene-legend 1.0.0-alpha.18 → 1.0.0-alpha.20

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.20](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-06-10)
7
+
8
+ **Note:** Version bump only for package @operato/scene-legend
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+
17
+ ### :bug: Bug Fix
18
+
19
+ * latest [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([c6a5475](https://github.com/things-scene/operato-scene/commit/c6a54751a3af539840fd57d031e09ee1552a7b4c))
20
+
21
+
22
+
6
23
  ## [1.0.0-alpha.18](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-05-30)
7
24
 
8
25
 
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.18",
6
+ "version": "1.0.0-alpha.20",
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.20",
35
- "@things-factory/builder": "^5.0.0-alpha.49",
36
- "@things-factory/operato-board": "^5.0.0-alpha.49",
34
+ "@operato/board": "^1.0.0-beta.27",
35
+ "@things-factory/builder": "^5.0.0-alpha.55",
36
+ "@things-factory/operato-board": "^5.0.0-alpha.55",
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": "296c64a6b3a850b742c50d96501bb10b27df4ecd"
61
+ "gitHead": "59d1145f006e75f7e351010a98460294571d3d54"
62
62
  }