@ecomplus/widget-ebit 1.1.13 → 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,17 @@
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
+
6
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)
7
18
 
8
19
 
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.13",
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",