@operato/input 9.0.33 → 9.0.34

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 +7 -7
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.34](https://github.com/hatiolab/operato/compare/v9.0.33...v9.0.34) (2025-09-15)
7
+
8
+ **Note:** Version bump only for package @operato/input
9
+
10
+
11
+
12
+
13
+
6
14
  ### [9.0.33](https://github.com/hatiolab/operato/compare/v9.0.32...v9.0.33) (2025-09-15)
7
15
 
8
16
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "9.0.33",
5
+ "version": "9.0.34",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -235,11 +235,11 @@
235
235
  "@ctrl/tinycolor": "4.1.0",
236
236
  "@lit/localize": "^0.12.1",
237
237
  "@material/web": "^2.0.0",
238
- "@operato/i18n": "^9.0.1",
239
- "@operato/pickr": "^9.0.1",
240
- "@operato/popup": "^9.0.21",
241
- "@operato/styles": "^9.0.1",
242
- "@operato/utils": "^9.0.21",
238
+ "@operato/i18n": "^9.0.34",
239
+ "@operato/pickr": "^9.0.34",
240
+ "@operato/popup": "^9.0.34",
241
+ "@operato/styles": "^9.0.34",
242
+ "@operato/utils": "^9.0.34",
243
243
  "@types/codemirror": "^5.60.5",
244
244
  "@undecaf/zbar-wasm": "^0.11.0",
245
245
  "codemirror": "^6.0.1",
@@ -281,5 +281,5 @@
281
281
  "prettier --write"
282
282
  ]
283
283
  },
284
- "gitHead": "1597806a79b9ecc945fee09c92a1595c6f718d18"
284
+ "gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
285
285
  }