Skip to content

Commit

Permalink
Version Packages (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2024
1 parent b1cff9b commit 8f7cf94
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/six-rivers-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-geese-tease.md

This file was deleted.

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

## 2.0.2

## 2.0.1

## 2.0.0
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.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet-brevo-module/",
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @comet/brevo-api

## 2.0.2

### Patch Changes

- 06c18b7: Fix campaign statistics

Addressed an issue where the globalStats property was being used to retrieve campaign stats, but it wasn’t working as expected. We now use the campaignStats property instead, which returns a list. The first value from this list is now used to show accurate campaign statistics.

- b1cff9b: Fix searching contacts

Previously, Brevo returned a 400 error when an email address was not found. The implementation has been updated to correctly handle the 404 status code instead of 400. As a result, the contact search functionality now works as expected without throwing an error when no matching email address is found.

## 2.0.1

### 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.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet-brevo-module/",
Expand Down

0 comments on commit 8f7cf94

Please sign in to comment.