@operato/input 8.0.0-beta.2 → 8.0.0-beta.5

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 +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
+ ## [8.0.0-beta.5](https://github.com/hatiolab/operato/compare/v8.0.0-beta.4...v8.0.0-beta.5) (2025-01-10)
7
+
8
+ **Note:** Version bump only for package @operato/input
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.0.0-beta.2](https://github.com/hatiolab/operato/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2025-01-08)
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-beta.2",
5
+ "version": "8.0.0-beta.5",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -220,7 +220,7 @@
220
220
  "@material/web": "^2.0.0",
221
221
  "@operato/color-picker": "^8.0.0-beta.2",
222
222
  "@operato/i18n": "^8.0.0-beta.2",
223
- "@operato/popup": "^8.0.0-beta.2",
223
+ "@operato/popup": "^8.0.0-beta.5",
224
224
  "@operato/styles": "^8.0.0-beta.2",
225
225
  "@operato/utils": "^8.0.0-beta.2",
226
226
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -266,5 +266,5 @@
266
266
  "prettier --write"
267
267
  ]
268
268
  },
269
- "gitHead": "ee1b5124995accb99272d3b5854f3df1d8746dda"
269
+ "gitHead": "7c70814f95cd4f22508b513575984ceca6eb1bff"
270
270
  }