Skip to content

Commit

Permalink
move changelog section to minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Jul 28, 2023
1 parent c00282a commit fde491d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
should change the heading of the (upcoming) version to include a major version bump.
-->
# 5.12.0

## Dev / playground

- update playground vite config to use sources directly, allowing to reload changes in it without additional build step
- moving from `dts-cli` to use individual dev tools directly, updating package publish config
- tsc for generating type definitions and esm modules
- esbuild for CJS bundle
- rollup for UMD bundle

# 5.11.1

## @rjsf/utils
Expand All @@ -23,14 +33,6 @@ should change the heading of the (upcoming) version to include a major version b
- Updated `getClosestMatchingOption()` to use `resolveAllReferences()` for all oneOf/anyOf schemas
- Updated `resolveAnyOrOneOfSchemas()` to use `resolveAllReferences()` for all oneOf/anyOf schemas

## Dev / playground

- update playground vite config to use sources directly, allowing to reload changes in it without additional build step
- moving from `dts-cli` to use individual dev tools directly, updating package publish config
- tsc for generating type definitions and esm modules
- esbuild for CJS bundle
- rollup for UMD bundle

# 5.11.0

## @rjsf/core
Expand Down

0 comments on commit fde491d

Please sign in to comment.