@operato/input 8.0.0-alpha.30 → 8.0.0-alpha.33
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
|
+
## [8.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2024-10-14)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [8.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-10-11)
|
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": "8.0.0-alpha.
|
5
|
+
"version": "8.0.0-alpha.33",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -214,11 +214,11 @@
|
|
214
214
|
"@ctrl/tinycolor": "^4.1.0",
|
215
215
|
"@lit/localize": "^0.12.1",
|
216
216
|
"@material/web": "^2.0.0",
|
217
|
-
"@operato/color-picker": "^8.0.0-alpha.
|
218
|
-
"@operato/i18n": "^8.0.0-alpha.
|
219
|
-
"@operato/popup": "^8.0.0-alpha.
|
220
|
-
"@operato/styles": "^8.0.0-alpha.
|
221
|
-
"@operato/utils": "^8.0.0-alpha.
|
217
|
+
"@operato/color-picker": "^8.0.0-alpha.33",
|
218
|
+
"@operato/i18n": "^8.0.0-alpha.33",
|
219
|
+
"@operato/popup": "^8.0.0-alpha.33",
|
220
|
+
"@operato/styles": "^8.0.0-alpha.33",
|
221
|
+
"@operato/utils": "^8.0.0-alpha.33",
|
222
222
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
223
223
|
"@polymer/paper-item": "^3.0.1",
|
224
224
|
"@thebespokepixel/es-tinycolor": "^3.1.0",
|
@@ -262,5 +262,5 @@
|
|
262
262
|
"prettier --write"
|
263
263
|
]
|
264
264
|
},
|
265
|
-
"gitHead": "
|
265
|
+
"gitHead": "f5fb8cd2bf7aed9781b75e9fa2e3cf53181641c9"
|
266
266
|
}
|