@operato/property-editor 9.0.18 → 9.0.19

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 +9 -0
  2. package/package.json +8 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.19](https://github.com/hatiolab/operato/compare/v9.0.18...v9.0.19) (2025-08-02)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * add ox-input-secret, ox-property-editor-secret, ox-grist-secret ([32f732a](https://github.com/hatiolab/operato/commit/32f732a7cea8d898647c03aaa052e01afc0510aa))
12
+
13
+
14
+
6
15
  ### [9.0.18](https://github.com/hatiolab/operato/compare/v9.0.17...v9.0.18) (2025-08-02)
7
16
 
8
17
  **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.18",
3
+ "version": "9.0.19",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -47,6 +47,7 @@
47
47
  "./ox-property-editor-password.js": "./dist/src/ox-property-editor-password.js",
48
48
  "./ox-property-editor-range.js": "./dist/src/ox-property-editor-range.js",
49
49
  "./ox-property-editor-select.js": "./dist/src/ox-property-editor-select.js",
50
+ "./ox-property-editor-secret.js": "./dist/src/ox-property-editor-secret.js",
50
51
  "./ox-property-editor-string.js": "./dist/src/ox-property-editor-string.js",
51
52
  "./ox-property-editor-textarea.js": "./dist/src/ox-property-editor-textarea.js",
52
53
  "./ox-property-editor-scene-component-id.js": "./dist/src/ox-property-editor-scene-component-id.js",
@@ -139,6 +140,9 @@
139
140
  "ox-property-editor-select.js": [
140
141
  "dist/src/ox-property-editor-select.d.ts"
141
142
  ],
143
+ "ox-property-editor-secret.js": [
144
+ "dist/src/ox-property-editor-secret.d.ts"
145
+ ],
142
146
  "ox-property-editor-string.js": [
143
147
  "dist/src/ox-property-editor-string.d.ts"
144
148
  ],
@@ -197,9 +201,9 @@
197
201
  },
198
202
  "dependencies": {
199
203
  "@material/web": "^2.0.0",
200
- "@operato/help": "^9.0.18",
204
+ "@operato/help": "^9.0.19",
201
205
  "@operato/i18n": "^9.0.1",
202
- "@operato/input": "^9.0.18",
206
+ "@operato/input": "^9.0.19",
203
207
  "@operato/popup": "^9.0.1",
204
208
  "lit": "^3.1.2",
205
209
  "lodash-es": "^4.17.21"
@@ -239,5 +243,5 @@
239
243
  "prettier --write"
240
244
  ]
241
245
  },
242
- "gitHead": "dcdec0a9b69f91147af870a080c70af3dba8d63e"
246
+ "gitHead": "d0bcf3506065d002d237bb2b12c1944ed10f13eb"
243
247
  }