@ecomplus/widget-martan 1.1.3 → 1.1.4

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 +6 -0
  2. package/package.json +9 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.1.4](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.3...@ecomplus/widget-martan@1.1.4) (2024-03-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **widget-martan:** fix package peer dependencies ([f7c6fe1](https://github.com/ecomplus/storefront/commit/f7c6fe1d51e759a76a37c148728950b04ff96afe))
11
+
6
12
  ## [1.1.3](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.2...@ecomplus/widget-martan@1.1.3) (2024-03-23)
7
13
 
8
14
  **Note:** Version bump only for package @ecomplus/widget-martan
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-martan",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Storefront plugin for martan product reviews, product q&a",
5
5
  "main": "dist/widget-martan.min.js",
6
6
  "module": "src/index.js",
@@ -33,8 +33,15 @@
33
33
  "library": "widgetMartan",
34
34
  "filename": "widget-martan.min.js"
35
35
  },
36
+ "peerDependencies": {
37
+ "@ecomplus/utils": "^1.4.1",
38
+ "core-js": "3.x",
39
+ "vue": ">=2 <4"
40
+ },
36
41
  "dependencies": {
37
42
  "@ecomplus/storefront-components": "^1.0.0-beta.173",
38
- "@ecomplus/storefront-twbs": "^7.3.6"
43
+ "@ecomplus/storefront-twbs": "^7.3.6",
44
+ "@glidejs/glide": "^3.6.0",
45
+ "axios": "^0.27.2 || ^1.1.2"
39
46
  }
40
47
  }