Skip to content

Commit ef93c3b

Browse files
Version Packages (#1358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd49851 commit ef93c3b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/beige-timers-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-middleware-chunk-name.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @segment/analytics-next
22

3+
## 1.83.0
4+
5+
### Minor Changes
6+
7+
- [#1356](https://github.com/segmentio/analytics-next/pull/1356) [`bd498512`](https://github.com/segmentio/analytics-next/commit/bd498512dd539af91cf88606496c3f2e3e312f5d) Thanks [@laksh-twilio](https://github.com/laksh-twilio)! - Fixes #1336 NullAnalytics was accidentally removed from the public exports in commit b611746 (PR #1090) when exports were changed from wildcard to explicit. This restores the export for users who need NullAnalytics in their test code.
8+
9+
### Patch Changes
10+
11+
- [#1357](https://github.com/segmentio/analytics-next/pull/1357) [`a70d9e69`](https://github.com/segmentio/analytics-next/commit/a70d9e694246e58fd7da965250c4cdd445038c67) Thanks [@chenxzhang](https://github.com/chenxzhang)! - Rename middleware chunk name to avoid collision with Next.js middleware entrypoint
12+
313
## 1.82.0
414

515
### Minor Changes

packages/browser/package.json

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

0 commit comments

Comments
 (0)