@ecomplus/widget-search 1.0.0-beta.172 → 1.0.0-beta.173

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.0.0-beta.173](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search@1.0.0-beta.172...@ecomplus/widget-search@1.0.0-beta.173) (2024-04-16)
7
+
8
+ **Note:** Version bump only for package @ecomplus/widget-search
9
+
6
10
  # [1.0.0-beta.172](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search@1.0.0-beta.171...@ecomplus/widget-search@1.0.0-beta.172) (2024-04-10)
7
11
 
8
12
  **Note:** Version bump only for package @ecomplus/widget-search
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-search",
3
- "version": "1.0.0-beta.172",
3
+ "version": "1.0.0-beta.173",
4
4
  "description": "Storefront plugin with Vue component for instant search engine on E-Com Plus stores",
5
5
  "module": "src/index.js",
6
6
  "browser": "dist/widget-search.min.js",
@@ -32,7 +32,7 @@
32
32
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-search#readme",
33
33
  "peerDependencies": {
34
34
  "@ecomplus/utils": "^1.4.1",
35
- "core-js": "3.x",
35
+ "core-js": "3.36.1",
36
36
  "vue": ">=2 <4"
37
37
  },
38
38
  "dependencies": {