From c0a23f8633524821a849d3f72ec3bf957962c23d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Feb 2025 09:54:37 +0000 Subject: [PATCH] chore(release): 2.62.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.62.0](https://github.com/gisce/react-ooui/compare/v2.61.0...v2.62.0) (2025-02-10) ### Features * **Indicator:** format date, datetime and time data ([607b7ba](https://github.com/gisce/react-ooui/commit/607b7ba6344b4e81e8a59dfdadb022e107c8f9b2)) * **Indicator:** mostrar el many2one suffix si és un many2one ([2fd157c](https://github.com/gisce/react-ooui/commit/2fd157c870ef62256bc8b6b5f10eac5693c035af)) * **Indicator:** use Intl to format number with the user locale ([9a1bbbf](https://github.com/gisce/react-ooui/commit/9a1bbbfecb395647d201c411367e56890fe7ce31)) * **Many2OneSuffix:** allow to open in form in a new tab ([1447933](https://github.com/gisce/react-ooui/commit/1447933f3185695e191e4d64162957a80476e6ac)) --- 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 110bfc8f..c4a7f360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.61.0", + "version": "2.62.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.61.0", + "version": "2.62.0", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 3fb18a0a..8757ddb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.61.0", + "version": "2.62.0", "engines": { "node": "20.5.0" },