@ecomplus/widget-user 1.0.0-beta.174 → 1.0.0-beta.175

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.0.0-beta.175](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-user@1.0.0-beta.174...@ecomplus/widget-user@1.0.0-beta.175) (2024-04-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** reverting core-js and lozad peer semver ([498daaf](https://github.com/ecomplus/storefront/commit/498daaf7a687eb7b51ce40e19633c8349fedafef))
11
+
6
12
  # [1.0.0-beta.174](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-user@1.0.0-beta.173...@ecomplus/widget-user@1.0.0-beta.174) (2024-04-25)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-user",
3
- "version": "1.0.0-beta.174",
3
+ "version": "1.0.0-beta.175",
4
4
  "description": "Storefront plugin with Vue component customer identification for E-Com Plus stores",
5
5
  "module": "src/index.js",
6
6
  "browser": "dist/widget-user.min.js",
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-user#readme",
32
32
  "peerDependencies": {
33
33
  "@ecomplus/utils": "^1.4.1",
34
- "core-js": "3.37.0",
34
+ "core-js": "3.x",
35
35
  "vue": ">=2 <4"
36
36
  },
37
37
  "dependencies": {