@ecomplus/widget-ebit 1.2.2 → 1.2.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 +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.2.4](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.2.3...@ecomplus/widget-ebit@1.2.4) (2024-04-16)
7
+
8
+ **Note:** Version bump only for package @ecomplus/widget-ebit
9
+
10
+ ## [1.2.3](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.2.2...@ecomplus/widget-ebit@1.2.3) (2023-11-06)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **deps:** update `@ecomplus/passport-client` to v1.2.1 ([23181c8](https://github.com/ecomplus/storefront/commit/23181c85c136e9dd8d54add7cf43186f6811dab2))
15
+
6
16
  ## [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
17
 
8
18
  ### 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.4",
4
4
  "description": "Storefront plugin for Ebit",
5
5
  "main": "dist/widget-ebit.min.js",
6
6
  "module": "src/index.js",
@@ -30,9 +30,9 @@
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
- "core-js": "3.x"
35
+ "core-js": "3.36.1"
36
36
  },
37
37
  "webpackOutput": {
38
38
  "library": "widgetEbit",