Skip to content

Commit

Permalink
Version Packages (#1064)
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 Apr 12, 2024
1 parent e3f3bee commit f898a8c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/small-phones-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-turkeys-talk.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated.
export const version = '1.66.0'
export const version = '1.67.0'

0 comments on commit f898a8c

Please sign in to comment.