@operato/property-editor 0.2.45 → 0.2.49

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 +40 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.49](https://github.com/hatiolab/operato/compare/v0.2.48...v0.2.49) (2021-12-14)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.2.48](https://github.com/hatiolab/operato/compare/v0.2.47...v0.2.48) (2021-12-14)
15
+
16
+
17
+ ### :rocket: New Features
18
+
19
+ * add ox-input-data, ox-input-code into @operato/input ([4951a6b](https://github.com/hatiolab/operato/commit/4951a6bf76456491018829be521637dcedb068fe))
20
+
21
+
22
+ ### :bug: Bug Fix
23
+
24
+ * upgrade @hatiolab/things-scene ([1ca0161](https://github.com/hatiolab/operato/commit/1ca0161aa2e844c939613aa0109ad3e12606786d))
25
+
26
+
27
+
28
+ ### [0.2.47](https://github.com/hatiolab/operato/compare/v0.2.46...v0.2.47) (2021-12-13)
29
+
30
+
31
+ ### :bug: Bug Fix
32
+
33
+ * custom-elements.json ([d6677ed](https://github.com/hatiolab/operato/commit/d6677edb05244b6801a53d1fcdffbd67151f4131))
34
+
35
+
36
+
37
+ ### [0.2.46](https://github.com/hatiolab/operato/compare/v0.2.45...v0.2.46) (2021-12-12)
38
+
39
+
40
+ ### :rocket: New Features
41
+
42
+ * add operato/board modeller ([2acd6b3](https://github.com/hatiolab/operato/commit/2acd6b31a4d91317fa84ecee67874d2242968ec6))
43
+
44
+
45
+
6
46
  ### [0.2.45](https://github.com/hatiolab/operato/compare/v0.2.44...v0.2.45) (2021-12-11)
7
47
 
8
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "0.2.45",
3
+ "version": "0.2.49",
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.26",
38
+ "@hatiolab/things-scene": "^2.7.28",
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": "443daca83ed888a12671bc35f8298c400eaa8a43"
73
+ "gitHead": "9a384d8b1eb814d71dd1146d3eb8e0754b763d97"
74
74
  }