Skip to content

Commit ef959f6

Browse files
Version Packages (#1081)
1 parent e884b61 commit ef959f6

File tree

11 files changed

+35
-21
lines changed

11 files changed

+35
-21
lines changed

.changeset/brave-jokes-train.md

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

.changeset/fast-moons-knock.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.69.0
4+
5+
### Minor Changes
6+
7+
- [#1080](https://github.com/segmentio/analytics-next/pull/1080) [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2) Thanks [@silesky](https://github.com/silesky)! - Addresses an issue where, if one of the non-destination actions fails to load/is blocked, the entire SDK fails to load. This is most notable in GA4, where, if GA was blocked, Segment initialization would fail.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2), [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2)]:
12+
- @segment/analytics-core@1.6.0
13+
314
## 1.68.0
415

516
### 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.68.0",
3+
"version": "1.69.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.5.1",
52+
"@segment/analytics-core": "1.6.0",
5353
"@segment/analytics-generic-utils": "1.2.0",
5454
"@segment/analytics.js-video-plugins": "^0.2.1",
5555
"@segment/facade": "^3.4.9",
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.68.0'
2+
export const version = '1.69.0'

packages/core/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#1080](https://github.com/segmentio/analytics-next/pull/1080) [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2) Thanks [@silesky](https://github.com/silesky)! - Do not throw errors in .register() method.
8+
9+
* [#1080](https://github.com/segmentio/analytics-next/pull/1080) [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2) Thanks [@silesky](https://github.com/silesky)! - Addresses an issue where, if one of the non-destination actions fails to load/is blocked, the entire SDK fails to load. This is most notable in GA4, where, if GA was blocked, Segment initialization would fail.
10+
311
## 1.5.1
412

513
### Patch 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.5.1",
3+
"version": "1.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",

packages/node/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2), [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2)]:
8+
- @segment/analytics-core@1.6.0
9+
310
## 2.1.1
411

512
### Patch Changes

packages/node/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-node",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@lukeed/uuid": "^2.0.0",
39-
"@segment/analytics-core": "1.5.1",
39+
"@segment/analytics-core": "1.6.0",
4040
"@segment/analytics-generic-utils": "1.2.0",
4141
"buffer": "^6.0.3",
4242
"jose": "^5.1.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 = '2.1.1'
2+
export const version = '2.1.2'

0 commit comments

Comments
 (0)