From 507fe953f4a265974747f00b1043691a12f02fb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 10:43:27 +0000 Subject: [PATCH] chore(release): 2.20.0 [skip ci] # [2.20.0](https://github.com/gisce/react-ooui/compare/v2.19.2...v2.20.0) (2024-09-06) ### Bug Fixes * adjustments in exporting function fields ([b6248c3](https://github.com/gisce/react-ooui/commit/b6248c3b3b153ffd8457890c88e2574b88996ef1)) * allow relation fields ([6849f2c](https://github.com/gisce/react-ooui/commit/6849f2c242b6625daf0e66dcdc16ff9143a7891b)) ### Features * allow function fields in exports ([9372e9e](https://github.com/gisce/react-ooui/commit/9372e9e8cf631e7139a96474e151728d631b0a5c)) --- 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 20a87c866..0bd5edb9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.19.2", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.19.2", + "version": "2.20.0", "dependencies": { "@ant-design/plots": "^1.0.9", "@gisce/fiber-diagram": "2.1.1", diff --git a/package.json b/package.json index 02e34cb86..082b212fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.19.2", + "version": "2.20.0", "engines": { "node": "20.5.0" },