@operato/property-editor 10.0.0-beta.46 → 10.0.0-beta.48

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 +3 -3
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
+ ## [10.0.0-beta.48](https://github.com/hatiolab/operato/compare/v10.0.0-beta.47...v10.0.0-beta.48) (2026-05-05)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
6
14
  ## [10.0.0-beta.46](https://github.com/hatiolab/operato/compare/v10.0.0-beta.45...v10.0.0-beta.46) (2026-05-01)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "10.0.0-beta.46",
3
+ "version": "10.0.0-beta.48",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -209,7 +209,7 @@
209
209
  },
210
210
  "dependencies": {
211
211
  "@material/web": "^2.0.0",
212
- "@operato/help": "^10.0.0-beta.44",
212
+ "@operato/help": "^10.0.0-beta.48",
213
213
  "@operato/i18n": "^10.0.0-beta.2",
214
214
  "@operato/input": "^10.0.0-beta.42",
215
215
  "@operato/popup": "^10.0.0-beta.7",
@@ -251,5 +251,5 @@
251
251
  "prettier --write"
252
252
  ]
253
253
  },
254
- "gitHead": "74017ae2e883a3f26071d0663308d6a623d4d601"
254
+ "gitHead": "8021ac2769e4f93ad1540b57c75c20de7707325a"
255
255
  }