@operato/property-editor 8.2.6 → 8.2.9

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ### [8.2.9](https://github.com/hatiolab/operato/compare/v8.2.8...v8.2.9) (2025-05-29)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [8.2.7](https://github.com/hatiolab/operato/compare/v8.2.6...v8.2.7) (2025-05-26)
15
+
16
+ **Note:** Version bump only for package @operato/property-editor
17
+
18
+
19
+
20
+
21
+
6
22
  ### [8.2.6](https://github.com/hatiolab/operato/compare/v8.2.5...v8.2.6) (2025-05-23)
7
23
 
8
24
  **Note:** Version bump only for package @operato/property-editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "8.2.6",
3
+ "version": "8.2.9",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -192,7 +192,7 @@
192
192
  },
193
193
  "dependencies": {
194
194
  "@material/web": "^2.0.0",
195
- "@operato/help": "^8.2.6",
195
+ "@operato/help": "^8.2.9",
196
196
  "@operato/i18n": "^8.2.5",
197
197
  "@operato/input": "^8.2.5",
198
198
  "@operato/popup": "^8.2.5",
@@ -234,5 +234,5 @@
234
234
  "prettier --write"
235
235
  ]
236
236
  },
237
- "gitHead": "40d62fa2498f708b02b88b19c6155654b8c1897d"
237
+ "gitHead": "a5d8fbebbd9e03c2a5d3dddbf7ab82f5164ed619"
238
238
  }