diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e8b2b..ca531aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [2.5.2](https://github.com/ecomplus/admin-marketplace/compare/v2.5.0...v2.5.2) (2024-04-26) + + +### Bug Fixes + +* avoid empty string columns on csv import/export ([#292](https://github.com/ecomplus/admin-marketplace/issues/292)) ([f50e59d](https://github.com/ecomplus/admin-marketplace/commit/f50e59d8c17345ee982cc97f41e36f339aa91c31)) +* **deps:** update all non-major dependencies ([#288](https://github.com/ecomplus/admin-marketplace/issues/288)) ([ec97e0a](https://github.com/ecomplus/admin-marketplace/commit/ec97e0a2120fe80940bad0dd326eae14ad5e8da2)) +* **deps:** update all non-major dependencies ([#290](https://github.com/ecomplus/admin-marketplace/issues/290)) ([d7c750a](https://github.com/ecomplus/admin-marketplace/commit/d7c750a2c3d2aa81519e9d00632234ec00a914a1)) +* **deps:** update all non-major dependencies ([#293](https://github.com/ecomplus/admin-marketplace/issues/293)) ([4a71fb6](https://github.com/ecomplus/admin-marketplace/commit/4a71fb671796b47b8578d625680f30173b86ed58)) + ### [2.5.1](https://github.com/ecomplus/admin-marketplace/compare/v2.5.0...v2.5.1) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 8f55679..3e2e93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin-marketplace", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/admin-marketplace", - "version": "2.5.1", + "version": "2.5.2", "license": "AGPL-3.0", "dependencies": { "@ecomplus/apps-manager": "^1.0.1", diff --git a/package.json b/package.json index 5726183..ecd8260 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/admin-marketplace", "description": "Apps marketplace for E-Com Plus admin with Vue.js SPA", - "version": "2.5.1", + "version": "2.5.2", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build",