@operato/property-editor 0.2.42 → 0.2.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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
+ ### [0.2.46](https://github.com/hatiolab/operato/compare/v0.2.45...v0.2.46) (2021-12-12)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * add operato/board modeller ([2acd6b3](https://github.com/hatiolab/operato/commit/2acd6b31a4d91317fa84ecee67874d2242968ec6))
12
+
13
+
14
+
15
+ ### [0.2.45](https://github.com/hatiolab/operato/compare/v0.2.44...v0.2.45) (2021-12-11)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * upgrade @hatiolab/things-scene ([2cc3473](https://github.com/hatiolab/operato/commit/2cc347302bfbb0e2f4a68ad26e60dc8fb910a14e))
21
+
22
+
23
+
24
+ ### [0.2.44](https://github.com/hatiolab/operato/compare/v0.2.43...v0.2.44) (2021-12-09)
25
+
26
+
27
+ ### :bug: Bug Fix
28
+
29
+ * upgrade @hatiolab/things-scene version ([d6448e9](https://github.com/hatiolab/operato/commit/d6448e9c59c4f718cdf5c2f0cd62bc7a53d0a9a9))
30
+
31
+
32
+
33
+ ### [0.2.43](https://github.com/hatiolab/operato/compare/v0.2.42...v0.2.43) (2021-12-08)
34
+
35
+ **Note:** Version bump only for package @operato/property-editor
36
+
37
+
38
+
39
+
40
+
6
41
  ### [0.2.42](https://github.com/hatiolab/operato/compare/v0.2.41...v0.2.42) (2021-12-07)
7
42
 
8
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "0.2.42",
3
+ "version": "0.2.46",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "@custom-elements-manifest/analyzer": "^0.4.17",
37
37
  "@hatiolab/prettier-config": "^1.0.0",
38
- "@hatiolab/things-scene": "^2.7.24",
38
+ "@hatiolab/things-scene": "^2.7.27",
39
39
  "@material/mwc-fab": "^0.25.3",
40
40
  "@material/mwc-icon": "^0.25.3",
41
41
  "@open-wc/eslint-config": "^4.3.0",
@@ -70,5 +70,5 @@
70
70
  "prettier --write"
71
71
  ]
72
72
  },
73
- "gitHead": "fa3123c9e7f26df80d1a89fc36ee2542d93ea295"
73
+ "gitHead": "70591a39c0b794a2a7765e9fcddb3e716ae95ecf"
74
74
  }