From d09cc7d9169c07d8025010ea5a3571a99bcb8129 Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Fri, 27 Oct 2023 01:14:33 -0300 Subject: [PATCH] chore(release): 1.0.0-beta.93 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b7f494..2ac5d8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-beta.93](https://github.com/ecomplus/admin/compare/v1.0.0-beta.92...v1.0.0-beta.93) (2023-10-27) + + +### Features + +* add filter spec and offer ([fce83b7](https://github.com/ecomplus/admin/commit/fce83b711a558660a10b0fbbd83e25bf753a07a8)) +* **settings:** option to skip variations ([18b2dab](https://github.com/ecomplus/admin/commit/18b2dab09c3de24b25337d803a6c71f0cc10e456)) + + +### Bug Fixes + +* get filter table to export ([ed4c933](https://github.com/ecomplus/admin/commit/ed4c933abbce3a0b72b418768f6ff69d8f4c7cfe)) +* **product:** scroller image too tiny and could not delete video ([8392e81](https://github.com/ecomplus/admin/commit/8392e8136f543a7b698f16c4ca56ba8c8e983a71)) + ## [1.0.0-beta.92](https://github.com/ecomplus/admin/compare/v1.0.0-beta.91...v1.0.0-beta.92) (2023-10-24) diff --git a/package-lock.json b/package-lock.json index 8fefdf10..c0fb21ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.92", + "version": "1.0.0-beta.93", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.92", + "version": "1.0.0-beta.93", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 6c33c67e..f547a76a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.92", + "version": "1.0.0-beta.93", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {