From 4b4058c81a6a41cfa627b1a90bcd732e032fbfe6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Jan 2025 14:04:23 +0000 Subject: [PATCH] chore(release): 2.60.0-alpha.2 [skip ci] # [2.60.0-alpha.2](https://github.com/gisce/react-ooui/compare/v2.60.0-alpha.1...v2.60.0-alpha.2) (2025-01-31) ### Features * **Label:** use human_date prop and add title [skip ci] ([d7f221d](https://github.com/gisce/react-ooui/commit/d7f221d0b058ea03cb2d0c83550e2f30402e8f83)) * update gisce/ooui to v2.28.0-alpha.2 ([#869](https://github.com/gisce/react-ooui/issues/869)) ([8bd9cc4](https://github.com/gisce/react-ooui/commit/8bd9cc471adbdbfbd13f534e900e4a32b7d0ec77)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index da722486..c527388b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.1", + "version": "2.60.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.1", + "version": "2.60.0-alpha.2", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 0f75a0c0..fdd9d25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.60.0-alpha.1", + "version": "2.60.0-alpha.2", "engines": { "node": "20.5.0" },