Skip to content

Commit a8b0fc8

Browse files
Version Packages (#840)
1 parent fdc004b commit a8b0fc8

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

.changeset/quiet-islands-kneel.md

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

.changeset/red-ears-sleep.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.51.5
4+
5+
### Patch Changes
6+
7+
- [#838](https://github.com/segmentio/analytics-next/pull/838) [`55a48a0`](https://github.com/segmentio/analytics-next/commit/55a48a0d1e3589fc6b4896e94b79c857cabf1006) Thanks [@silesky](https://github.com/silesky)! - Refactor page enrichment to only call page defaults once, and simplify logic
8+
9+
* [#839](https://github.com/segmentio/analytics-next/pull/839) [`fdc004b`](https://github.com/segmentio/analytics-next/commit/fdc004bebaa48206c710aab703b164b41e8fa984) Thanks [@silesky](https://github.com/silesky)! - Fixes a utm-parameter parsing bug where overridden page.search properties would not be reflected in the context.campaign object
10+
11+
```ts
12+
analytics.page(undefined, undefined, {search: "?utm_source=123&utm_content=content" )
13+
analytics.track("foo", {url: "....", search: "?utm_source=123&utm_content=content" )
14+
15+
// should result in a context.campaign of:
16+
{ source: 123, content: 'content'}
17+
```
18+
319
## 1.51.4
420
521
### Patch 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.51.4",
3+
"version": "1.51.5",
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.51.4'
2+
export const version = '1.51.5'

0 commit comments

Comments
 (0)