diff --git a/.changeset/upgrade-web-elements-2-5-2.md b/.changeset/upgrade-web-elements-2-5-2.md deleted file mode 100644 index 8cdf0fd..0000000 --- a/.changeset/upgrade-web-elements-2-5-2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nylas/react": patch ---- - -Upgrade @nylas/web-elements dependency to 2.5.2: -- Fix schedulerApiUrl not being applied before the connector's first API call when using React wrappers on a full page refresh. The connector now syncs the latest schedulerApiUrl prop value before every data fetch, ensuring EU and other non-US regions work correctly regardless of prop timing. - -- [nylas-scheduling] The scheduler now automatically detects the user's browser language and displays localized content when a supported language is available. Previously, users always saw English unless the ?lang= URL parameter or defaultLanguage prop was explicitly set. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a83da8b..aa4ebe2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @nylas/react +## 3.2.2 + +### Patch Changes + +- bab1dad: Upgrade @nylas/web-elements dependency to 2.5.2: + - Fix schedulerApiUrl not being applied before the connector's first API call when using React wrappers on a full page refresh. The connector now syncs the latest schedulerApiUrl prop value before every data fetch, ensuring EU and other non-US regions work correctly regardless of prop timing. + - [nylas-scheduling] The scheduler now automatically detects the user's browser language and displays localized content when a supported language is available. Previously, users always saw English unless the ?lang= URL parameter or defaultLanguage prop was explicitly set. + ## 3.2.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 887c1a5..adf303d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nylas/react", - "version": "3.2.1", + "version": "3.2.2", "description": "React components and hooks for Nylas API integration", "type": "module", "scripts": {