Skip to content

Commit 9682e13

Browse files
chore(release): @trixtateam/[email protected]
1 parent a252444 commit 9682e13

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

packages/rjsf/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @trixtateam/trixta-js-rjsf 1.0.0 (2022-12-15)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@trixtateam/trixta-js-core:** upgraded to 1.0.0

packages/rjsf/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trixtateam/trixta-js-rjsf",
3-
"version": "1.0.9-beta.0",
3+
"version": "1.0.0",
44
"description": "Javascript library to integrate Trixta with RJSF",
55
"type": "module",
66
"source": "src/index.ts",
@@ -108,9 +108,9 @@
108108
},
109109
"peerDependencies": {
110110
"@rjsf/core": ">=5.0.0-beta.13",
111-
"@rjsf/utils":">=5.0.0-beta.13",
112-
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
113-
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
111+
"@rjsf/utils": ">=5.0.0-beta.13",
112+
"@rjsf/validator-ajv6": ">=5.0.0-beta.13",
113+
"@trixtateam/trixta-js-core": "1.0.0",
114114
"debug": "4.3.1",
115115
"immer": ">=9.0.6",
116116
"phoenix": "~1.5.9",
@@ -146,8 +146,8 @@
146146
"@redux-saga/types": "1.2.1",
147147
"@reduxjs/toolkit": "^1.6.1",
148148
"@rjsf/core": ">=5.0.0-beta.13",
149-
"@rjsf/utils":">=5.0.0-beta.13",
150-
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
149+
"@rjsf/utils": ">=5.0.0-beta.13",
150+
"@rjsf/validator-ajv6": ">=5.0.0-beta.13",
151151
"@rollup/plugin-babel": "5.2.3",
152152
"@rollup/plugin-commonjs": "17.1.0",
153153
"@rollup/plugin-json": "4.1.0",
@@ -162,7 +162,7 @@
162162
"@testing-library/react": "^11.2.7",
163163
"@testing-library/react-hooks": "^7.0.0",
164164
"@trixtateam/phoenix-to-redux": "1.1.1",
165-
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
165+
"@trixtateam/trixta-js-core": "1.0.0",
166166
"@types/debug": "4.1.5",
167167
"@types/jest": "^26.0.20",
168168
"@types/json-schema": "^7.0.4",

0 commit comments

Comments
 (0)