@operato/input 9.0.0-beta.47 → 9.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.
- package/CHANGELOG.md +8 -0
- 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
|
+
## [9.0.0-beta.48](https://github.com/hatiolab/operato/compare/v9.0.0-beta.47...v9.0.0-beta.48) (2025-02-14)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [9.0.0-beta.47](https://github.com/hatiolab/operato/compare/v9.0.0-beta.46...v9.0.0-beta.47) (2025-02-14)
|
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.0-beta.
|
5
|
+
"version": "9.0.0-beta.48",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -229,7 +229,7 @@
|
|
229
229
|
"@material/web": "^2.0.0",
|
230
230
|
"@operato/i18n": "^9.0.0-beta.37",
|
231
231
|
"@operato/pickr": "^9.0.0-beta.37",
|
232
|
-
"@operato/popup": "^9.0.0-beta.
|
232
|
+
"@operato/popup": "^9.0.0-beta.48",
|
233
233
|
"@operato/styles": "^9.0.0-beta.47",
|
234
234
|
"@operato/utils": "^9.0.0-beta.38",
|
235
235
|
"@types/codemirror": "^5.60.5",
|
@@ -273,5 +273,5 @@
|
|
273
273
|
"prettier --write"
|
274
274
|
]
|
275
275
|
},
|
276
|
-
"gitHead": "
|
276
|
+
"gitHead": "18df10cb68ef8fade8172da4eff6bfd1c82a7ae9"
|
277
277
|
}
|