@operato/input 9.0.0 → 9.0.1
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.
- package/CHANGELOG.md +8 -0
- 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.1](https://github.com/hatiolab/operato/compare/v9.0.0...v9.0.1) (2025-07-01)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [9.0.0](https://github.com/hatiolab/operato/compare/v9.0.0-beta.92...v9.0.0) (2025-06-30)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @operato/input
|
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.
|
5
|
+
"version": "9.0.1",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -227,11 +227,11 @@
|
|
227
227
|
"@ctrl/tinycolor": "^4.1.0",
|
228
228
|
"@lit/localize": "^0.12.1",
|
229
229
|
"@material/web": "^2.0.0",
|
230
|
-
"@operato/i18n": "^9.0.
|
231
|
-
"@operato/pickr": "^9.0.
|
232
|
-
"@operato/popup": "^9.0.
|
233
|
-
"@operato/styles": "^9.0.
|
234
|
-
"@operato/utils": "^9.0.
|
230
|
+
"@operato/i18n": "^9.0.1",
|
231
|
+
"@operato/pickr": "^9.0.1",
|
232
|
+
"@operato/popup": "^9.0.1",
|
233
|
+
"@operato/styles": "^9.0.1",
|
234
|
+
"@operato/utils": "^9.0.1",
|
235
235
|
"@types/codemirror": "^5.60.5",
|
236
236
|
"@undecaf/zbar-wasm": "^0.11.0",
|
237
237
|
"codemirror": "^6.0.1",
|
@@ -273,5 +273,5 @@
|
|
273
273
|
"prettier --write"
|
274
274
|
]
|
275
275
|
},
|
276
|
-
"gitHead": "
|
276
|
+
"gitHead": "28e94ba161590458a69c7d68e93aa9283fd95531"
|
277
277
|
}
|