@operato/input 1.14.3 → 1.17.2

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 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
+ ### [1.17.2](https://github.com/hatiolab/operato/compare/v1.17.1...v1.17.2) (2024-02-28)
7
+
8
+ **Note:** Version bump only for package @operato/input
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.14.3](https://github.com/hatiolab/operato/compare/v1.14.2...v1.14.3) (2024-02-05)
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": "1.14.3",
5
+ "version": "1.17.2",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -193,7 +193,7 @@
193
193
  "@material/mwc-icon": "^0.27.0",
194
194
  "@operato/color-picker": "^1.4.64",
195
195
  "@operato/i18n": "^1.5.14",
196
- "@operato/popup": "^1.13.9",
196
+ "@operato/popup": "^1.17.2",
197
197
  "@operato/styles": "^1.12.3",
198
198
  "@operato/utils": "^1.13.9",
199
199
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -239,5 +239,5 @@
239
239
  "prettier --write"
240
240
  ]
241
241
  },
242
- "gitHead": "cb8f455eb045bff6ea9123101394e0b0fe013707"
242
+ "gitHead": "953573e87b156ac2ce143009555fb2ec4f1162ee"
243
243
  }