From 6326c95848ec2249c4fe5c56928dfdad555c358e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 12:29:18 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/cern-sis/react-formule/compare/v1.0.0...v1.1.0) (2024-08-08) ### Bug Fixes * **demo:** fix scroll in mobile layout ([1515624](https://github.com/cern-sis/react-formule/commit/15156245eb79abcfb00ba0323314ae52df4c954f)) * **form:** fix field deletion ([79108ac](https://github.com/cern-sis/react-formule/commit/79108ac72cd49d1ed2d17eeef205fbe6bf2c17f8)) ### Features * **codeeditor:** add diff viewer, types, schema viewer to demo ([6d7f546](https://github.com/cern-sis/react-formule/commit/6d7f54620a3597a1ccf46e25b0aeb2c366b1105c)) * **form:** add option to hide field labels ([a784c03](https://github.com/cern-sis/react-formule/commit/a784c03480535cd5a1815892a08532930d1f646f)) * **form:** add published version of fields ([1a250b0](https://github.com/cern-sis/react-formule/commit/1a250b0993f7ffb35f59c1909352745918da819e)) * **form:** add support for anchor links ([ecf6acb](https://github.com/cern-sis/react-formule/commit/ecf6acb0dab548fd764e04df80b991d34cf9ae54)) * **form:** add touch screen support for dnd ([9b42323](https://github.com/cern-sis/react-formule/commit/9b423231b895f918f7eb431a3714736a4307d9cf)) * **form:** highlight anchored field ([3b431d3](https://github.com/cern-sis/react-formule/commit/3b431d30be9ef9f46dfde97478c930f63bf6c48d)) * **form:** make rjsf separator customizable and change to `::` ([8bc84b0](https://github.com/cern-sis/react-formule/commit/8bc84b054ba1a2b4cf8ef279f92cc2a98fa02421)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af2db2b..f54c0d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-formule", "private": false, - "version": "1.0.0", + "version": "1.1.0", "author": "CERN", "license": "MIT", "repository": {