Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 20, 2025
1 parent ada83cf commit df5fe1a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 26 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-dogs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-moons-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-flies-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-months-run.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @comet/brevo-admin

## 2.2.0

### Minor Changes

- f07d79a: Adds `createBrevoTestContactsPage` for creating a test contacts page, that is indepent from the main list.

Remove `email` and `redirectionUrl` from `brevoContactsPageAttributesConfig`

- d32e9e8: Replace the `TextField` with a `FinalFormSelect` component in the `TestEmailCampaignForm`, allowing users to choose contacts directly from the `TestContactList`
- ada83cf: Add filter for `sendingState` in `EmailCampaignsGrid`

## 2.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/brevo-admin",
"version": "2.1.6",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet-brevo-module/",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @comet/brevo-api

## 2.2.0

### Minor Changes

- f07d79a: Adds `createBrevoTestContactsPage` for creating a test contacts page, that is indepent from the main list.

Remove `email` and `redirectionUrl` from `brevoContactsPageAttributesConfig`

- ada83cf: Add filter for `sendingState` in `EmailCampaignsGrid`
- dd93185: Add `BREVO_FOLDER_ID` to environment variables to allow overwriting default value `1`

## 2.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/brevo-api",
"version": "2.1.6",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet-brevo-module/",
Expand Down

0 comments on commit df5fe1a

Please sign in to comment.