Skip to content

Commit 903e965

Browse files
Release 5.24.7 (#4516)
* Releasing 5.24.7 - Fixing build issues on publish * v5.24.7 * - Updated `package.json` `exports` to improve them * - Fixed `CHANGELOG.md` * - Revert `validator-ajv6` package.json exports
1 parent 22d1387 commit 903e965

File tree

20 files changed

+423
-171
lines changed

20 files changed

+423
-171
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
# Docusaurus doesn't support Node 14. These tasks can be removed once Node 14 is EOL (May 2023)
4242
- name: Build with Netlify badge (no docs)
4343
if: github.ref != 'refs/heads/main' && matrix.node-version == '14.x'
44-
run: npx nx run-many --target=build --exclude=@rjsf/docs
44+
run: npx nx run-many --target=build --exclude=@rjsf/docs --parallel=false
4545
env:
4646
VITE_SHOW_NETLIFY_BADGE: true
4747
NODE_OPTIONS: --max_old_space_size=4096
4848
- name: Build (no docs)
4949
if: github.ref == 'refs/heads/main' && matrix.node-version == '14.x'
50-
run: npx nx run-many --target=build --exclude=@rjsf/docs
50+
run: npx nx run-many --target=build --exclude=@rjsf/docs --parallel=false
5151
env:
5252
NODE_OPTIONS: --max_old_space_size=4096
5353

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ 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+
# 5.24.7
19+
20+
## Dev / docs / playground
21+
22+
- Fixed build issues with small change to `core/src/tsconfig.json` and improvements to the `exports` for ESM support
23+
- Run NX serially in the pipelines to avoid odd out-of-sequence build issues
24+
1825
# 5.24.6
1926

2027
## @rjsf/core

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.24.6",
3+
"version": "5.24.7",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

+68-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)