@operato/input 7.0.54 → 7.0.56
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 +4 -4
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
|
+
### [7.0.56](https://github.com/hatiolab/operato/compare/v7.0.55...v7.0.56) (2024-08-18)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/input
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
### [7.0.54](https://github.com/hatiolab/operato/compare/v7.0.53...v7.0.54) (2024-08-18)
|
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": "7.0.
|
5
|
+
"version": "7.0.56",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -208,8 +208,8 @@
|
|
208
208
|
"@material/web": "^1.5.0",
|
209
209
|
"@operato/color-picker": "^7.0.53",
|
210
210
|
"@operato/i18n": "^7.0.53",
|
211
|
-
"@operato/popup": "^7.0.
|
212
|
-
"@operato/styles": "^7.0.
|
211
|
+
"@operato/popup": "^7.0.56",
|
212
|
+
"@operato/styles": "^7.0.56",
|
213
213
|
"@operato/utils": "^7.0.53",
|
214
214
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
215
215
|
"@polymer/paper-item": "^3.0.1",
|
@@ -254,5 +254,5 @@
|
|
254
254
|
"prettier --write"
|
255
255
|
]
|
256
256
|
},
|
257
|
-
"gitHead": "
|
257
|
+
"gitHead": "739d3191f3ceec33de0600958d434b9207864274"
|
258
258
|
}
|