diff --git a/.changeset/small-phones-allow.md b/.changeset/small-phones-allow.md deleted file mode 100644 index 60b44c495..000000000 --- a/.changeset/small-phones-allow.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@segment/analytics-next': minor ---- - -Allow `*` in integration name field to apply middleware to all destinations plugins. -```ts -addDestinationMiddleware('*', ({ ... }) => { - ... -}) -``` diff --git a/.changeset/three-turkeys-talk.md b/.changeset/three-turkeys-talk.md deleted file mode 100644 index 031b690bd..000000000 --- a/.changeset/three-turkeys-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@segment/analytics-next': patch ---- - -fix: fixes buffering for legacy destinations diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index ce1088627..7ae64e11f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,20 @@ # @segment/analytics-next +## 1.67.0 + +### Minor Changes + +- [#1053](https://github.com/segmentio/analytics-next/pull/1053) [`fd09fbc`](https://github.com/segmentio/analytics-next/commit/fd09fbcc943449eccbfe985dfed083b746bd2cab) Thanks [@silesky](https://github.com/silesky)! - Allow `*` in integration name field to apply middleware to all destinations plugins. + ```ts + addDestinationMiddleware('*', ({ ... }) => { + ... + }) + ``` + +### Patch Changes + +- [#1067](https://github.com/segmentio/analytics-next/pull/1067) [`e3f3bee`](https://github.com/segmentio/analytics-next/commit/e3f3bee5831abbe9b3005f77266f72ccda65f9e6) Thanks [@oscb](https://github.com/oscb)! - fix: fixes buffering for legacy destinations + ## 1.66.0 ### Minor Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index a007d8cd7..72e330971 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-next", - "version": "1.66.0", + "version": "1.67.0", "repository": { "type": "git", "url": "https://github.com/segmentio/analytics-next", diff --git a/packages/browser/src/generated/version.ts b/packages/browser/src/generated/version.ts index b78db69d5..1e6c66c1d 100644 --- a/packages/browser/src/generated/version.ts +++ b/packages/browser/src/generated/version.ts @@ -1,2 +1,2 @@ // This file is generated. -export const version = '1.66.0' +export const version = '1.67.0'