@operato/scene-indoor-map 1.2.87 → 1.3.12

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 +3 -4
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.3.12](https://github.com/things-scene/operato-scene/compare/v1.3.11...v1.3.12) (2024-02-14)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * delete unused dependency ([65a34f3](https://github.com/things-scene/operato-scene/commit/65a34f31ae688501be6cd77c8386aed0e8681442))
12
+
13
+
14
+
15
+ ## [1.2.90](https://github.com/things-scene/operato-scene/compare/v1.2.89...v1.2.90) (2023-11-22)
16
+
17
+ **Note:** Version bump only for package @operato/scene-indoor-map
18
+
19
+
20
+
21
+
22
+
6
23
  ## [1.2.87](https://github.com/things-scene/operato-scene/compare/v1.2.86...v1.2.87) (2023-11-10)
7
24
 
8
25
  **Note:** Version bump only for package @operato/scene-indoor-map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-indoor-map",
3
- "version": "1.2.87",
3
+ "version": "1.3.12",
4
4
  "description": "Indoor Map component for things-scene.",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -27,8 +27,7 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^3.2.0",
31
- "@material/mwc-icon-button": "^0.27.0"
30
+ "@hatiolab/things-scene": "^3.2.0"
32
31
  },
33
32
  "devDependencies": {
34
33
  "@hatiolab/prettier-config": "^1.0.0",
@@ -58,5 +57,5 @@
58
57
  "prettier --write"
59
58
  ]
60
59
  },
61
- "gitHead": "d795a8b7767e8b82729cd2d08d65814d3aca06b4"
60
+ "gitHead": "5cbff82a11de90b147c290194300e28f01e924de"
62
61
  }