Skip to content

Commit

Permalink
Version Packages (#109)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @comet/[email protected]

### Patch Changes

-   3c5b342: Fix brevo error handling error

Fix brevo error handling causing contact import to fail if contact does
not exists in brevo yet

## @comet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 11, 2024
1 parent 3c5b342 commit 1f72644
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/large-mice-sort.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.1.3

## 2.1.2

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

## 2.1.3

### Patch Changes

- 3c5b342: Fix brevo error handling error

Fix brevo error handling causing contact import to fail if contact does not exists in brevo yet

## 2.1.2

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

0 comments on commit 1f72644

Please sign in to comment.