Skip to content

Commit

Permalink
chore(release): @trixtateam/trixta-js-rjsf@v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 15, 2022
1 parent a252444 commit 9682e13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions packages/rjsf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @trixtateam/trixta-js-rjsf 1.0.0 (2022-12-15)





### Dependencies

* **@trixtateam/trixta-js-core:** upgraded to 1.0.0
14 changes: 7 additions & 7 deletions packages/rjsf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trixtateam/trixta-js-rjsf",
"version": "1.0.9-beta.0",
"version": "1.0.0",
"description": "Javascript library to integrate Trixta with RJSF",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -108,9 +108,9 @@
},
"peerDependencies": {
"@rjsf/core": ">=5.0.0-beta.13",
"@rjsf/utils":">=5.0.0-beta.13",
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
"@rjsf/utils": ">=5.0.0-beta.13",
"@rjsf/validator-ajv6": ">=5.0.0-beta.13",
"@trixtateam/trixta-js-core": "1.0.0",
"debug": "4.3.1",
"immer": ">=9.0.6",
"phoenix": "~1.5.9",
Expand Down Expand Up @@ -146,8 +146,8 @@
"@redux-saga/types": "1.2.1",
"@reduxjs/toolkit": "^1.6.1",
"@rjsf/core": ">=5.0.0-beta.13",
"@rjsf/utils":">=5.0.0-beta.13",
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
"@rjsf/utils": ">=5.0.0-beta.13",
"@rjsf/validator-ajv6": ">=5.0.0-beta.13",
"@rollup/plugin-babel": "5.2.3",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "4.1.0",
Expand All @@ -162,7 +162,7 @@
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@trixtateam/phoenix-to-redux": "1.1.1",
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
"@trixtateam/trixta-js-core": "1.0.0",
"@types/debug": "4.1.5",
"@types/jest": "^26.0.20",
"@types/json-schema": "^7.0.4",
Expand Down

0 comments on commit 9682e13

Please sign in to comment.