Skip to content

Commit f898a8c

Browse files
Version Packages (#1064)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3f3bee commit f898a8c

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.changeset/small-phones-allow.md

-10
This file was deleted.

.changeset/three-turkeys-talk.md

-5
This file was deleted.

packages/browser/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @segment/analytics-next
22

3+
## 1.67.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
```ts
9+
addDestinationMiddleware('*', ({ ... }) => {
10+
...
11+
})
12+
```
13+
14+
### Patch Changes
15+
16+
- [#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
17+
318
## 1.66.0
419

520
### Minor Changes

packages/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-next",
3-
"version": "1.66.0",
3+
"version": "1.67.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.66.0'
2+
export const version = '1.67.0'

0 commit comments

Comments
 (0)