Skip to content

Commit fc4e463

Browse files
chore: version packages
1 parent 0ba7885 commit fc4e463

File tree

5 files changed

+29
-25
lines changed

5 files changed

+29
-25
lines changed

.changeset/add-react-and-tweak-connect.md

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

packages/nylas-connect/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 0ba7885: Add `@nylas/react` to the monorepo with initial components, hooks, and build setup.
8+
- Introduces React utilities for integrating with the Nylas platform
9+
- Includes basic docs and distribution configuration
10+
11+
Cosmetic updates to `@nylas/connect`.
12+
- Style and documentation polish; no functional changes
13+
314
## 1.2.0
415

516
### Minor Changes

packages/nylas-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/connect",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Modern, lightweight Nylas connection library with PKCE support",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/react/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 0ba7885: Add `@nylas/react` to the monorepo with initial components, hooks, and build setup.
8+
- Introduces React utilities for integrating with the Nylas platform
9+
- Includes basic docs and distribution configuration
10+
11+
Cosmetic updates to `@nylas/connect`.
12+
- Style and documentation polish; no functional changes
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [0ba7885]
17+
- @nylas/connect@1.2.1
18+
319
## 2.2.4
420

521
### Patch Changes
@@ -129,7 +145,6 @@
129145
## 🚨 BREAKING CHANGES 🚨
130146

131147
### Prop Changes/Additions
132-
133148
- The `enableEventTypes` property controls which event types are enabled in the Scheduler editor.
134149
- Default value:
135150

@@ -146,12 +161,10 @@
146161
```
147162

148163
### UI Changes
149-
150164
- The scheduler editor body height has increased from 610px to 900px to accommodate the calendar view for Group Events
151165
- Clicking "Create new" now opens a type selection screen where users can choose the scheduling configuration they want to create
152166

153167
### Configuration and Set-up Changes
154-
155168
- The previous approach of hardcoding a single scheduling method using the availability_method (e.g., 'max-availability', 'collective', 'max-fairness') is no longer supported.
156169

157170
Before:
@@ -186,7 +199,6 @@
186199
```
187200

188201
`enableEventTypes` controls which event types are enabled.
189-
190202
- By default, all event types are enabled and users will see a selection screen when creating a new event.
191203
- You can disable specific event types by setting them to `false`.
192204
- At least one event type must remain enabled at all times.
@@ -208,7 +220,6 @@
208220
### New Event Types
209221

210222
The scheduler components now emit the following new events for group event operations:
211-
212223
- `groupEventCreateTriggered`
213224
- `groupEventUpdateTriggered`
214225
- `groupEventDeleteTriggered`
@@ -547,12 +558,10 @@
547558
### Patch Changes
548559

549560
- [#367](https://github.com/nylas/nylas/pull/367) [`eed1e4c`](https://github.com/nylas/nylas/commit/eed1e4cc01c5d12b5c88e94d69d306d5119346f5) Thanks [@pooja169usp](https://github.com/pooja169usp)!
550-
551561
- Fixed default selected calendar not selected when creating a config using MS account.
552562
- Fixed the issue with booking an event where the default selected value in the dropdown was not sent until changed.
553563

554564
- [#368](https://github.com/nylas/nylas/pull/368) [`eed1e4c`](https://github.com/nylas/nylas/commit/eed1e4cc01c5d12b5c88e94d69d306d5119346f5) Thanks [@pooja169usp](https://github.com/pooja169usp)!
555-
556565
- Updated the Scheduling component to fetch availability only if the ui settings request passes. This prevents the additional API request if the config is invalid.
557566
- Appended the guest info, additional fields and timeslot to the bokedEventInfo event
558567

@@ -568,7 +577,6 @@
568577
- [#357](https://github.com/nylas/nylas/pull/357) [`ef9faff`](https://github.com/nylas/nylas/commit/ef9faffb27c33830ce4e59b7bbd324e73b913fef) Thanks [@pooja169usp](https://github.com/pooja169usp)! - Bundle a separate folder dist/cdn for CDN usage. This improves the loading time by including all the necessary dependencies required for a component to load (Each component is imported individually).
569578

570579
- [#364](https://github.com/nylas/nylas/pull/364) [`8f84ba8`](https://github.com/nylas/nylas/commit/8f84ba8d34513d4ccd0a9725913cbc356a765a02) Thanks [@pooja169usp](https://github.com/pooja169usp)!
571-
572580
- Modified how the Editor manages manual confirmations:
573581
- If `organizer_confirmation_url` is not set by developers, the `<nylas-booking-confirmation-type>` component will no longer appear in the editor
574582
- Added validation for configuration creation to ensure that if developers override `booking_type` to "organizer-confirmation", they must also set `organizer_confirmation_url`, otherwise a validation error will be triggered.

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": "2.2.4",
3+
"version": "3.0.0",
44
"description": "React components and hooks for Nylas API integration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)