@ecomplus/widget-search-engine 1.0.0-beta.168 → 1.0.0-beta.169

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.169](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.168...@ecomplus/widget-search-engine@1.0.0-beta.169) (2024-03-22)
7
+
8
+ **Note:** Version bump only for package @ecomplus/widget-search-engine
9
+
6
10
  # [1.0.0-beta.168](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.167...@ecomplus/widget-search-engine@1.0.0-beta.168) (2024-03-21)
7
11
 
8
12
  **Note:** Version bump only for package @ecomplus/widget-search-engine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-search-engine",
3
- "version": "1.0.0-beta.168",
3
+ "version": "1.0.0-beta.169",
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",
@@ -34,7 +34,7 @@
34
34
  "vue": ">=2 <4"
35
35
  },
36
36
  "dependencies": {
37
- "@ecomplus/storefront-components": "^1.0.0-beta.169",
37
+ "@ecomplus/storefront-components": "^1.0.0-beta.170",
38
38
  "@ecomplus/storefront-twbs": "^7.3.6"
39
39
  },
40
40
  "webpackOutput": {