@ecomplus/widget-ebit 1.1.10 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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.0](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.1.13...@ecomplus/widget-ebit@1.2.0) (2022-02-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **template/cms:** using @ecomplus/storefront-cms in place of raw netlify cms ([#596](https://github.com/ecomplus/storefront/issues/596)) ([95c8d3a](https://github.com/ecomplus/storefront/commit/95c8d3ab3f73b0b1dff0a1f5f45b5abfb6dddafa)), closes [#issuecomment-1006566949](https://github.com/ecomplus/storefront/issues/issuecomment-1006566949) [#issuecomment-1003380562](https://github.com/ecomplus/storefront/issues/issuecomment-1003380562)
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.1.13](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.1.12...@ecomplus/widget-ebit@1.1.13) (2021-09-17)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** update @ecomplus/passport-client to v1.1.0 ([e43a2c0](https://github.com/ecomplus/storefront/commit/e43a2c09cb059ecb1a14b532ab5251be86739008))
23
+ * **deps:** update @ecomplus/passport-client to v1.1.1 ([b713159](https://github.com/ecomplus/storefront/commit/b7131596a14556ca53c4608a234ace3b12b39943))
24
+
25
+
26
+
27
+
28
+
29
+ ## [1.1.12](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.1.11...@ecomplus/widget-ebit@1.1.12) (2021-07-24)
30
+
31
+ **Note:** Version bump only for package @ecomplus/widget-ebit
32
+
33
+
34
+
35
+
36
+
37
+
38
+ ## [1.1.11](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.1.10...@ecomplus/widget-ebit@1.1.11) (2020-12-16)
39
+
40
+ **Note:** Version bump only for package @ecomplus/widget-ebit
41
+
42
+
43
+
44
+
45
+
6
46
  ## [1.1.10](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-ebit@1.1.9...@ecomplus/widget-ebit@1.1.10) (2020-12-15)
7
47
 
8
48
  **Note:** Version bump only for package @ecomplus/widget-ebit
package/cms.config.js CHANGED
@@ -2,6 +2,7 @@ import { name } from './package.json'
2
2
 
3
3
  export default () => ({
4
4
  label: 'Avaliações Ebit',
5
+ thumbnail: 'https://ecom.nyc3.cdn.digitaloceanspaces.com/storefront/widgets/ebit.png',
5
6
  fields: [
6
7
  {
7
8
  name: 'pkg',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-ebit",
3
- "version": "1.1.10",
3
+ "version": "1.2.0",
4
4
  "description": "Storefront plugin for Ebit",
5
5
  "main": "dist/widget-ebit.min.js",
6
6
  "module": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "jsdelivr": "dist/public/widget-ebit.var.min.js",
9
9
  "unpkg": "dist/public/widget-ebit.var.min.js",
10
10
  "scripts": {
11
- "build": "NODE_ENV=production webpack",
11
+ "build": "cross-env NODE_ENV=production webpack",
12
12
  "serve": "webpack-dev-server"
13
13
  },
14
14
  "repository": {
@@ -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.0.10",
33
+ "@ecomplus/passport-client": "^1.1.1",
34
34
  "@ecomplus/utils": "^1.4.1",
35
35
  "core-js": "3.x"
36
36
  },