Skip to content

Commit

Permalink
chore: update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 3, 2024
1 parent a1517e5 commit 46c62d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## UNRELEASED
## [21.0.0] - 2024-10-07

- Added OAuth2Provider recipe
- Added a way to run CI on unmerged PRs
- Added support for FDIs: 3.1 and 4.0. Required by: auth-react >=0.43.0 and web-js>=0.13.0
- Added support for FDIs: 3.1 and 4.0. Required by: auth-react >=0.49.0 and web-js>=0.15.0
- The `networkInterceptor` now also gets a new `params` prop in the request config.

### Breaking change

- Changes type of value in formField object to be `unknown` instead of `string` to add support for accepting any type of value in form fields.
- Only supporting CDI 5.1, Compatible with core version >= 10.0
- Only supporting CDI 5.2, Compatible with Core version >= 10.0
- Changed the default value of `overwriteSessionDuringSignInUp` to true.
- Added a new `shouldTryLinkingWithSessionUser` to sign in/up related APIs (and the related recipe functions)
- This will default to false on the API
Expand Down
2 changes: 1 addition & 1 deletion coreDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of core-driver interfaces branch names that this core supports",
"versions": ["5.1"]
"versions": ["5.2"]
}
2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
export const version = "21.0.0";

export const cdiSupported = ["5.1"];
export const cdiSupported = ["5.2"];

// Note: The actual script import for dashboard uses v{DASHBOARD_VERSION}
export const dashboardVersion = "0.13";

0 comments on commit 46c62d8

Please sign in to comment.