From 2e14abe7f3faf71a68d1c7ba80fa8038f327101e Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Fri, 26 Jan 2024 05:35:24 -0300 Subject: [PATCH] chore(release): 1.0.0-beta.99 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8c0e54..273fdccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.99](https://github.com/ecomplus/admin/compare/v1.0.0-beta.98...v1.0.0-beta.99) (2024-01-26) + + +### Features + +* **deps:** update `@ecomplus/admin-marketplace` to v2.5.0 ([#765](https://github.com/ecomplus/admin/issues/765)) ([8108888](https://github.com/ecomplus/admin/commit/8108888341bc4b54ffb57538ab6e453bf737bc35)) + ## [1.0.0-beta.98](https://github.com/ecomplus/admin/compare/v1.0.0-beta.97...v1.0.0-beta.98) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 8121c953..ea1f590c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.98", + "version": "1.0.0-beta.99", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.98", + "version": "1.0.0-beta.99", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 25a9246f..01b0b25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.98", + "version": "1.0.0-beta.99", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {