Skip to content

Commit

Permalink
[RELEASE] 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kizaonline committed Nov 27, 2024
1 parent 2c6ddd7 commit 2444186
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.10.0] - 2024-11-27

### Fixed

- submit button conditional logic not taking into account conditional elements
Expand All @@ -22,6 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `useUserMeetsMfaRequirement` hook
- `<CalendarBookingsForm /> & <CalendarBookingsRescheduleForm /> & `<CalendarBookingsCancelForm />`

### Dependencies

- depend upon [@nylas/react](https://www.npmjs.com/package/@nylas/react) 1.3.1

- depend upon [qrcode.react](https://www.npmjs.com/package/qrcode.react) [4.1.0](https://github.com/zpao/qrcode.react/releases/tag/v4.1.0)

## [6.9.2] - 2024-11-13

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oneblink/apps-react",
"description": "Helper functions for OneBlink apps in ReactJS.",
"version": "6.10.0-beta.11",
"version": "6.10.0",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/apps-react/issues"
Expand Down

0 comments on commit 2444186

Please sign in to comment.