From 868040e8c5c61eb147ee4460287e94b52da8dd36 Mon Sep 17 00:00:00 2001 From: Zextras Bot Date: Mon, 10 Jun 2024 15:40:25 +0200 Subject: [PATCH] chore(release): 1.2.5 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d9572..9ed18ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.5](https://github.com/zextras/carbonio-ui-preview/compare/v1.2.4...v1.2.5) (2024-06-10) + ### [1.2.4](https://github.com/zextras/carbonio-ui-preview/compare/v1.2.3...v1.2.4) (2024-06-10) diff --git a/package-lock.json b/package-lock.json index 581b269..8b73ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zextras/carbonio-ui-preview", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zextras/carbonio-ui-preview", - "version": "1.2.4", + "version": "1.2.5", "license": "AGPL-3.0-only", "dependencies": { "core-js": "^3.37.1", diff --git a/package.json b/package.json index b4eda2d..9686ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zextras/carbonio-ui-preview", - "version": "1.2.4", + "version": "1.2.5", "description": "Preview ui utility for Zextras Carbonio", "main": "./lib/index.js", "module": "./lib/index.js",