Skip to content

Commit a435d66

Browse files
Version Packages (#943)
1 parent af8cdb4 commit a435d66

File tree

13 files changed

+37
-29
lines changed

13 files changed

+37
-29
lines changed

.changeset/beige-camels-study.md

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

.changeset/calm-donkeys-eat.md

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

.changeset/quick-lizards-clap.md

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

.changeset/spotty-geese-wave.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.55.0
4+
5+
### Minor Changes
6+
7+
- [#939](https://github.com/segmentio/analytics-next/pull/939) [`ee855ba`](https://github.com/segmentio/analytics-next/commit/ee855bad751c393a40dcbde7ae861f27d2b4da26) Thanks [@zikaari](https://github.com/zikaari)! - Move context augmentation to Page Enrichment plugin
8+
9+
* [#931](https://github.com/segmentio/analytics-next/pull/931) [`9123c0c`](https://github.com/segmentio/analytics-next/commit/9123c0c485d293ee8ba283ba7b6de6a46734449a) Thanks [@silesky](https://github.com/silesky)! - Add ability to use browser destination straight from NPM
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`ee855ba`](https://github.com/segmentio/analytics-next/commit/ee855bad751c393a40dcbde7ae861f27d2b4da26)]:
14+
- @segment/analytics-core@1.3.1
15+
316
## 1.54.0
417

518
### Minor Changes

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-next",
3-
"version": "1.54.0",
3+
"version": "1.55.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"@lukeed/uuid": "^2.0.0",
52-
"@segment/analytics-core": "1.3.0",
52+
"@segment/analytics-core": "1.3.1",
5353
"@segment/analytics.js-video-plugins": "^0.2.1",
5454
"@segment/facade": "^3.4.9",
5555
"@segment/tsub": "^2.0.0",
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.54.0'
2+
export const version = '1.55.0'

packages/core/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#939](https://github.com/segmentio/analytics-next/pull/939) [`ee855ba`](https://github.com/segmentio/analytics-next/commit/ee855bad751c393a40dcbde7ae861f27d2b4da26) Thanks [@zikaari](https://github.com/zikaari)! - Update Campaign type to be more relaxed
8+
39
## 1.3.0
410

511
### Minor Changes

packages/core/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-core",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",

packages/node/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#946](https://github.com/segmentio/analytics-next/pull/946) [`edfb8b5`](https://github.com/segmentio/analytics-next/commit/edfb8b5c4463c2ccd336fdfc7c35d4cd711f5410) Thanks [@danieljackins](https://github.com/danieljackins)! - Include sentAt field in payload
8+
9+
- Updated dependencies [[`ee855ba`](https://github.com/segmentio/analytics-next/commit/ee855bad751c393a40dcbde7ae861f27d2b4da26)]:
10+
- @segment/analytics-core@1.3.1
11+
312
## 1.1.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)