Skip to content

Commit 2a80cd6

Browse files
Version Packages (#1021)
1 parent 8fbe1a0 commit 2a80cd6

File tree

19 files changed

+80
-45
lines changed

19 files changed

+80
-45
lines changed

.changeset/fifty-trains-act.md

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

.changeset/khaki-steaks-brush.md

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

.changeset/orange-mirrors-sleep.md

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

.changeset/plenty-socks-shave.md

Lines changed: 0 additions & 6 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.62.1
4+
5+
### Patch Changes
6+
7+
- [#1009](https://github.com/segmentio/analytics-next/pull/1009) [`f476038`](https://github.com/segmentio/analytics-next/commit/f47603881b787cc81fa1da4496bdbde9eb325a0f) Thanks [@silesky](https://github.com/silesky)! - If initialPageview is true, capture page context as early as possible
8+
9+
- Updated dependencies [[`7b93e7b`](https://github.com/segmentio/analytics-next/commit/7b93e7b50fa293aebaf6767a44bf7708b231d5cd)]:
10+
- @segment/analytics-generic-utils@1.1.1
11+
- @segment/analytics-core@1.4.1
12+
313
## 1.62.0
414

515
### Minor Changes

packages/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-next",
3-
"version": "1.62.0",
3+
"version": "1.62.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
@@ -49,8 +49,8 @@
4949
],
5050
"dependencies": {
5151
"@lukeed/uuid": "^2.0.0",
52-
"@segment/analytics-core": "1.4.0",
53-
"@segment/analytics-generic-utils": "1.1.0",
52+
"@segment/analytics-core": "1.4.1",
53+
"@segment/analytics-generic-utils": "1.1.1",
5454
"@segment/analytics.js-video-plugins": "^0.2.1",
5555
"@segment/facade": "^3.4.9",
5656
"@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.62.0'
2+
export const version = '1.62.1'

packages/consent/consent-tools/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#1009](https://github.com/segmentio/analytics-next/pull/1009) [`f476038`](https://github.com/segmentio/analytics-next/commit/f47603881b787cc81fa1da4496bdbde9eb325a0f) Thanks [@silesky](https://github.com/silesky)! - If initialPageview is true, call analytics.page() as early as possible to avoid stale page context.
8+
9+
### Patch Changes
10+
11+
- [#1020](https://github.com/segmentio/analytics-next/pull/1020) [`7b93e7b`](https://github.com/segmentio/analytics-next/commit/7b93e7b50fa293aebaf6767a44bf7708b231d5cd) Thanks [@silesky](https://github.com/silesky)! - Add tslib to resolve unsound dependency warning.
12+
313
## 1.1.0
414

515
### Minor Changes

packages/consent/consent-tools/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-consent-tools",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",

packages/consent/consent-wrapper-onetrust/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#1009](https://github.com/segmentio/analytics-next/pull/1009) [`f476038`](https://github.com/segmentio/analytics-next/commit/f47603881b787cc81fa1da4496bdbde9eb325a0f) Thanks [@silesky](https://github.com/silesky)! - If initialPageview is true, call analytics.page() as early as possible to avoid stale page context.
8+
9+
### Patch Changes
10+
11+
- [#1020](https://github.com/segmentio/analytics-next/pull/1020) [`7b93e7b`](https://github.com/segmentio/analytics-next/commit/7b93e7b50fa293aebaf6767a44bf7708b231d5cd) Thanks [@silesky](https://github.com/silesky)! - Add tslib to resolve unsound dependency warning.
12+
13+
- Updated dependencies [[`7b93e7b`](https://github.com/segmentio/analytics-next/commit/7b93e7b50fa293aebaf6767a44bf7708b231d5cd), [`f476038`](https://github.com/segmentio/analytics-next/commit/f47603881b787cc81fa1da4496bdbde9eb325a0f)]:
14+
- @segment/analytics-consent-tools@1.2.0
15+
316
## 0.3.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)