@operato/property-editor 9.0.13 → 9.0.14

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ### [9.0.14](https://github.com/hatiolab/operato/compare/v9.0.13...v9.0.14) (2025-07-27)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
6
14
  ### [9.0.13](https://github.com/hatiolab/operato/compare/v9.0.12...v9.0.13) (2025-07-27)
7
15
 
8
16
  **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": "9.0.13",
3
+ "version": "9.0.14",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -197,9 +197,9 @@
197
197
  },
198
198
  "dependencies": {
199
199
  "@material/web": "^2.0.0",
200
- "@operato/help": "^9.0.13",
200
+ "@operato/help": "^9.0.14",
201
201
  "@operato/i18n": "^9.0.1",
202
- "@operato/input": "^9.0.13",
202
+ "@operato/input": "^9.0.14",
203
203
  "@operato/popup": "^9.0.1",
204
204
  "lit": "^3.1.2",
205
205
  "lodash-es": "^4.17.21"
@@ -239,5 +239,5 @@
239
239
  "prettier --write"
240
240
  ]
241
241
  },
242
- "gitHead": "0e44fdf42992aa54fabf86123d3cda5577e2bd81"
242
+ "gitHead": "ffdfaeea43360a45e16c089b4bf36f6d4a01335f"
243
243
  }