@ecomplus/widget-ebit 1.2.2 → 1.2.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 +6 -0
  2. package/package.json +2 -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.2.3](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.2.2...@ecomplus/widget-ebit@1.2.3) (2023-11-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update `@ecomplus/passport-client` to v1.2.1 ([23181c8](https://github.com/ecomplus/storefront/commit/23181c85c136e9dd8d54add7cf43186f6811dab2))
11
+
6
12
  ## [1.2.2](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.2.1...@ecomplus/widget-ebit@1.2.2) (2023-08-24)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-ebit",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Storefront plugin for Ebit",
5
5
  "main": "dist/widget-ebit.min.js",
6
6
  "module": "src/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-ebit#readme",
32
32
  "peerDependencies": {
33
- "@ecomplus/passport-client": "^1.1.2",
33
+ "@ecomplus/passport-client": "^1.2.1",
34
34
  "@ecomplus/utils": "^1.4.1",
35
35
  "core-js": "3.x"
36
36
  },