@ecomplus/widget-martan 1.1.1 → 1.1.3

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 +2 -1
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.3](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.2...@ecomplus/widget-martan@1.1.3) (2024-03-23)
7
+
8
+ **Note:** Version bump only for package @ecomplus/widget-martan
9
+
10
+ ## [1.1.2](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.1...@ecomplus/widget-martan@1.1.2) (2024-03-23)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **widget-martan:** fix package dependencies ([1da7cd0](https://github.com/ecomplus/storefront/commit/1da7cd028b1f766a7e349356c81406eda1f9d59a))
15
+
6
16
  ## [1.1.1](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.0...@ecomplus/widget-martan@1.1.1) (2024-03-23)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-martan",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
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",
@@ -34,6 +34,7 @@
34
34
  "filename": "widget-martan.min.js"
35
35
  },
36
36
  "dependencies": {
37
+ "@ecomplus/storefront-components": "^1.0.0-beta.173",
37
38
  "@ecomplus/storefront-twbs": "^7.3.6"
38
39
  }
39
40
  }