Skip to content

Commit 1dc946a

Browse files
Releasing 6.3.1 (#4960)
- Changed all `@rjsf/*` dev dependencies from `^6.3.0` to `6.3.0` so that the latest version of `nx` keeps automatically updating them - Updated peer dependencies to `^6.3.x` due to type changes in `@rjsf/utils` that are required in the other libraries
1 parent 227c4bb commit 1dc946a

20 files changed

Lines changed: 214 additions & 201 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
1515
should change the heading of the (upcoming) version to include a major version bump.
1616
1717
-->
18+
# 6.3.1
19+
20+
## Dev / docs / playground
21+
22+
- Changed all `@rjsf/*` dev dependencies from `^6.3.0` to `6.3.0` so that the latest version of `nx` keeps automatically updating them
23+
- Updated peer dependencies to `^6.3.x` due to type changes in `@rjsf/utils` that are required in the other libraries
1824

1925
# 6.3.0
2026

nx.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"defaultBase": "main",
5050
"useLegacyCache": true,
5151
"release": {
52-
"projects": ["*"]
52+
"projects": ["*"],
53+
"version": {
54+
"generatorOptions": {
55+
"updateDependents": "always"
56+
}
57+
}
5358
}
5459
}

0 commit comments

Comments
 (0)