@keenmate/web-multiselect 2.0.0-rc01 → 2.0.0-rc02

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenmate/web-multiselect",
3
- "version": "2.0.0-rc01",
3
+ "version": "2.0.0-rc02",
4
4
  "description": "Lightweight multiselect web component with typeahead search, rich content support, and excellent keyboard navigation",
5
5
  "type": "module",
6
6
  "main": "./dist/multiselect.umd.js",
@@ -99,6 +99,6 @@
99
99
  "vitest": "^2.1.9"
100
100
  },
101
101
  "dependencies": {
102
- "@keenmate/web-components-core": "1.0.0-rc01"
102
+ "@keenmate/web-components-core": "1.0.0-rc02"
103
103
  }
104
104
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@keenmate/web-multiselect",
4
- "version": "2.0.0-rc01",
4
+ "version": "2.0.0-rc02",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {