@ecomplus/widget-search-engine 1.0.0-beta.176 → 1.0.0-beta.178

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.178](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.177...@ecomplus/widget-search-engine@1.0.0-beta.178) (2024-05-02)
7
+
8
+ **Note:** Version bump only for package @ecomplus/widget-search-engine
9
+
10
+ # [1.0.0-beta.177](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.176...@ecomplus/widget-search-engine@1.0.0-beta.177) (2024-04-26)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **deps:** reverting core-js and lozad peer semver ([498daaf](https://github.com/ecomplus/storefront/commit/498daaf7a687eb7b51ce40e19633c8349fedafef))
15
+
6
16
  # [1.0.0-beta.176](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.175...@ecomplus/widget-search-engine@1.0.0-beta.176) (2024-04-25)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-search-engine",
3
- "version": "1.0.0-beta.176",
3
+ "version": "1.0.0-beta.178",
4
4
  "description": "Storefront plugin & Vue component for dynamic search page",
5
5
  "module": "src/index.js",
6
6
  "browser": "dist/widget-search-engine.min.js",
@@ -30,11 +30,11 @@
30
30
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-search-engine#readme",
31
31
  "peerDependencies": {
32
32
  "@ecomplus/utils": "^1.4.1",
33
- "core-js": "3.37.0",
33
+ "core-js": "3.x",
34
34
  "vue": ">=2 <4"
35
35
  },
36
36
  "dependencies": {
37
- "@ecomplus/storefront-components": "^1.0.0-beta.176",
37
+ "@ecomplus/storefront-components": "^1.0.0-beta.177",
38
38
  "@ecomplus/storefront-twbs": "^7.3.6"
39
39
  },
40
40
  "webpackOutput": {