Skip to content

Commit 6bf8814

Browse files
chore: version packages (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bab1dad commit 6bf8814

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.changeset/upgrade-web-elements-2-5-2.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nylas/react
22

3+
## 3.2.2
4+
5+
### Patch Changes
6+
7+
- bab1dad: Upgrade @nylas/web-elements dependency to 2.5.2:
8+
- 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.
9+
- [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.
10+
311
## 3.2.1
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/react",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "React components and hooks for Nylas API integration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)