@operato/input 2.0.0-beta.24 → 2.0.0-beta.25
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
|
+
## [2.0.0-beta.25](https://github.com/hatiolab/operato/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2024-06-17)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [2.0.0-beta.24](https://github.com/hatiolab/operato/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2024-06-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": "2.0.0-beta.
|
5
|
+
"version": "2.0.0-beta.25",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -206,7 +206,7 @@
|
|
206
206
|
"@lit/localize": "^0.12.1",
|
207
207
|
"@material/web": "^1.5.0",
|
208
208
|
"@operato/color-picker": "^2.0.0-beta.23",
|
209
|
-
"@operato/i18n": "^2.0.0-beta.
|
209
|
+
"@operato/i18n": "^2.0.0-beta.25",
|
210
210
|
"@operato/popup": "^2.0.0-beta.24",
|
211
211
|
"@operato/styles": "^2.0.0-beta.23",
|
212
212
|
"@operato/utils": "^2.0.0-beta.23",
|
@@ -253,5 +253,5 @@
|
|
253
253
|
"prettier --write"
|
254
254
|
]
|
255
255
|
},
|
256
|
-
"gitHead": "
|
256
|
+
"gitHead": "8bdf90229ff0a891441d2bd56f427a8ced58eb4d"
|
257
257
|
}
|