Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-05-14)

### Features

* **form:** add code editor field ([52685e0](52685e0))
* **form:** add right click action to copy field id ([c0d46e8](c0d46e8))
* **form:** updates FieldTemplate to display fields as modals ([#32](#32)) ([d25bba4](d25bba4))
  • Loading branch information
semantic-release-bot authored and miguelgrc committed May 23, 2024
1 parent 4499ad5 commit d29ddde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-formule",
"private": false,
"version": "0.1.0",
"version": "1.0.0",
"author": "CERN",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d29ddde

Please sign in to comment.