From d29dddee799b7d3b08ea96d38f1a6c82013df2e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 15:07:30 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-05-14) ### Features * **form:** add code editor field ([52685e0](https://github.com/cern-sis/react-formule/commit/52685e0bb23a76c7d48fe44d0b7c98ed7c028af5)) * **form:** add right click action to copy field id ([c0d46e8](https://github.com/cern-sis/react-formule/commit/c0d46e83d9cbd6abbedabea7dd339b0f5d87e09e)) * **form:** updates FieldTemplate to display fields as modals ([#32](https://github.com/cern-sis/react-formule/issues/32)) ([d25bba4](https://github.com/cern-sis/react-formule/commit/d25bba417679363e84356f324988c94c5483a056)) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5f1866..d8ff2e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-formule", "private": false, - "version": "0.1.0", + "version": "1.0.0", "author": "CERN", "license": "MIT", "repository": { @@ -67,6 +67,8 @@ "devDependencies": { "@commitlint/cli": "^19.0.3", "@commitlint/config-conventional": "^19.0.3", + "@semantic-release/changelog": "^6.0.3", + "@semantic-release/git": "^10.0.1", "@testing-library/react": "^14.0.0", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.15",