@operato/scene-legend 1.2.35 → 1.2.36

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 +3 -2
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.2.36](https://github.com/things-scene/operato-scene/compare/v1.2.35...v1.2.36) (2023-05-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * license ([d37d485](https://github.com/things-scene/operato-scene/commit/d37d48597407dea1ad022e674f2899720e56d695))
12
+
13
+
14
+
6
15
  ## [1.2.35](https://github.com/things-scene/operato-scene/compare/v1.2.34...v1.2.35) (2023-05-10)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,9 +2,10 @@
2
2
  "name": "@operato/scene-legend",
3
3
  "description": "Legend component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "1.2.35",
5
+ "version": "1.2.36",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
+ "license": "MIT",
8
9
  "things-scene": true,
9
10
  "publishConfig": {
10
11
  "access": "public",
@@ -57,5 +58,5 @@
57
58
  "prettier --write"
58
59
  ]
59
60
  },
60
- "gitHead": "2c452af5fa8f482098d3f52afa2bc73eb2a4d36d"
61
+ "gitHead": "65a40a190365b3b6256409b6491af360e36d1a98"
61
62
  }