@operato/input 1.5.34 → 1.5.35

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. 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
+ ### [1.5.35](https://github.com/hatiolab/operato/compare/v1.5.34...v1.5.35) (2023-11-18)
7
+
8
+ **Note:** Version bump only for package @operato/input
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.5.34](https://github.com/hatiolab/operato/compare/v1.5.33...v1.5.34) (2023-11-18)
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.5.34",
5
+ "version": "1.5.35",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -184,8 +184,8 @@
184
184
  "@material/mwc-icon": "^0.27.0",
185
185
  "@operato/color-picker": "^1.4.64",
186
186
  "@operato/i18n": "^1.5.14",
187
- "@operato/popup": "^1.5.28",
188
- "@operato/styles": "^1.5.28",
187
+ "@operato/popup": "^1.5.35",
188
+ "@operato/styles": "^1.5.35",
189
189
  "@operato/utils": "^1.4.64",
190
190
  "@polymer/paper-dropdown-menu": "^3.2.0",
191
191
  "@polymer/paper-item": "^3.0.1",
@@ -230,5 +230,5 @@
230
230
  "prettier --write"
231
231
  ]
232
232
  },
233
- "gitHead": "d094996e18a31bc0d4610924002dbb2719aa2cb2"
233
+ "gitHead": "1f204e6fb9d39c6bb676403358b60477dd0135ae"
234
234
  }