diff --git a/.changeset/brave-jokes-train.md b/.changeset/brave-jokes-train.md deleted file mode 100644 index 5bf1982e9..000000000 --- a/.changeset/brave-jokes-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@segment/analytics-core': minor ---- - -Do not throw errors in .register() method. - diff --git a/.changeset/fast-moons-knock.md b/.changeset/fast-moons-knock.md deleted file mode 100644 index c2b987e90..000000000 --- a/.changeset/fast-moons-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@segment/analytics-next': minor -'@segment/analytics-core': minor ---- - -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. \ No newline at end of file diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 54012460e..71cd8ce5b 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,16 @@ # @segment/analytics-next +## 1.69.0 + +### Minor Changes + +- [#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. + +### Patch Changes + +- Updated dependencies [[`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2), [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2)]: + - @segment/analytics-core@1.6.0 + ## 1.68.0 ### Minor Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 0c36aee2b..6c0369aae 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-next", - "version": "1.68.0", + "version": "1.69.0", "repository": { "type": "git", "url": "https://github.com/segmentio/analytics-next", @@ -49,7 +49,7 @@ ], "dependencies": { "@lukeed/uuid": "^2.0.0", - "@segment/analytics-core": "1.5.1", + "@segment/analytics-core": "1.6.0", "@segment/analytics-generic-utils": "1.2.0", "@segment/analytics.js-video-plugins": "^0.2.1", "@segment/facade": "^3.4.9", diff --git a/packages/browser/src/generated/version.ts b/packages/browser/src/generated/version.ts index 2a41799fe..3698b82b5 100644 --- a/packages/browser/src/generated/version.ts +++ b/packages/browser/src/generated/version.ts @@ -1,2 +1,2 @@ // This file is generated. -export const version = '1.68.0' +export const version = '1.69.0' diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c8dac7951..4ab4051b8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @segment/analytics-core +## 1.6.0 + +### Minor Changes + +- [#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. + +* [#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. + ## 1.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1c34affbf..025170252 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-core", - "version": "1.5.1", + "version": "1.6.0", "repository": { "type": "git", "url": "https://github.com/segmentio/analytics-next", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 8ddcdf2f1..b1e35041a 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,12 @@ # @segment/analytics-node +## 2.1.2 + +### Patch Changes + +- Updated dependencies [[`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2), [`e884b61`](https://github.com/segmentio/analytics-next/commit/e884b6119db4ddbc557577539aa91b95481776a2)]: + - @segment/analytics-core@1.6.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/node/package.json b/packages/node/package.json index e52b83d41..117c3d234 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-node", - "version": "2.1.1", + "version": "2.1.2", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -36,7 +36,7 @@ }, "dependencies": { "@lukeed/uuid": "^2.0.0", - "@segment/analytics-core": "1.5.1", + "@segment/analytics-core": "1.6.0", "@segment/analytics-generic-utils": "1.2.0", "buffer": "^6.0.3", "jose": "^5.1.0", diff --git a/packages/node/src/generated/version.ts b/packages/node/src/generated/version.ts index c7eb09787..de143390f 100644 --- a/packages/node/src/generated/version.ts +++ b/packages/node/src/generated/version.ts @@ -1,2 +1,2 @@ // This file is generated. -export const version = '2.1.1' +export const version = '2.1.2' diff --git a/yarn.lock b/yarn.lock index b2bbdcaf1..cbd8b8517 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,7 +3960,7 @@ __metadata: "@internal/config": 0.0.0 "@lukeed/uuid": ^2.0.0 "@segment/analytics-browser-actions-braze": ^1.3.0 - "@segment/analytics-core": 1.5.1 + "@segment/analytics-core": 1.6.0 "@segment/analytics-generic-utils": 1.2.0 "@segment/analytics.js-integration": ^3.3.3 "@segment/analytics.js-integration-amplitude": ^3.3.3 @@ -4015,7 +4015,7 @@ __metadata: dependencies: "@internal/config": 0.0.0 "@lukeed/uuid": ^2.0.0 - "@segment/analytics-core": 1.5.1 + "@segment/analytics-core": 1.6.0 "@segment/analytics-generic-utils": 1.2.0 "@types/node": ^16 axios: ^1.6.0