@ecomplus/widget-martan 1.1.6 → 1.1.8

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.1.8](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.7...@ecomplus/widget-martan@1.1.8) (2024-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update all non-major dependencies ([#1035](https://github.com/ecomplus/storefront/issues/1035)) ([18b0e97](https://github.com/ecomplus/storefront/commit/18b0e97b454adc8bcc35bc3cb398900e4cc7ee66))
11
+
12
+ ## [1.1.7](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.6...@ecomplus/widget-martan@1.1.7) (2024-04-16)
13
+
14
+ **Note:** Version bump only for package @ecomplus/widget-martan
15
+
6
16
  ## [1.1.6](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.5...@ecomplus/widget-martan@1.1.6) (2024-04-10)
7
17
 
8
18
  **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.6",
3
+ "version": "1.1.8",
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",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@ecomplus/utils": "^1.4.1",
38
- "core-js": "3.x",
38
+ "core-js": "3.37.0",
39
39
  "vue": ">=2 <4"
40
40
  },
41
41
  "dependencies": {
42
- "@ecomplus/storefront-components": "^1.0.0-beta.175",
42
+ "@ecomplus/storefront-components": "^1.0.0-beta.176",
43
43
  "@ecomplus/storefront-twbs": "^7.3.6",
44
44
  "@glidejs/glide": "^3.6.0",
45
45
  "axios": "^0.27.2 || ^1.1.2"