Skip to content

Commit 4561a07

Browse files
Version Packages (#1075)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1635e42 commit 4561a07

File tree

12 files changed

+39
-26
lines changed

12 files changed

+39
-26
lines changed

.changeset/clean-trains-perform.md

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

.changeset/nasty-bulldogs-unite.md

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

.changeset/strong-taxis-give.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.68.0
4+
5+
### Minor Changes
6+
7+
- [#1045](https://github.com/segmentio/analytics-next/pull/1045) [`3c37def`](https://github.com/segmentio/analytics-next/commit/3c37def422f82073e7e33d2d7c7c26c4637afdc9) Thanks [@silesky](https://github.com/silesky)! - - Remove validation plugin
8+
- Remove `spark-md5` dependency
9+
- Update messageId algorithm to be consistent with node (analytics-next-[epoch time]-[uuid])
10+
- Browser Validation:
11+
- Throws errors in the EventFactory (not just in a plugin) if the event is invalid
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`3c37def`](https://github.com/segmentio/analytics-next/commit/3c37def422f82073e7e33d2d7c7c26c4637afdc9), [`1635e42`](https://github.com/segmentio/analytics-next/commit/1635e42ffae8fd8e8d18be94f47a22a802fecec8)]:
16+
- @segment/analytics-core@1.5.1
17+
318
## 1.67.0
419

520
### 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.67.0",
3+
"version": "1.68.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.0",
52+
"@segment/analytics-core": "1.5.1",
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.67.0'
2+
export const version = '1.68.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.5.1
4+
5+
### Patch Changes
6+
7+
- [#1045](https://github.com/segmentio/analytics-next/pull/1045) [`3c37def`](https://github.com/segmentio/analytics-next/commit/3c37def422f82073e7e33d2d7c7c26c4637afdc9) Thanks [@silesky](https://github.com/silesky)! - Share `EventFactory` between node and browser.
8+
9+
* [#1076](https://github.com/segmentio/analytics-next/pull/1076) [`1635e42`](https://github.com/segmentio/analytics-next/commit/1635e42ffae8fd8e8d18be94f47a22a802fecec8) Thanks [@chrisradek](https://github.com/chrisradek)! - Fixes an issue introduced in v1.66.0 that caused analytics plugins to be removed from event processing if a destination threw an error while loading.
10+
311
## 1.5.0
412

513
### 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.5.0",
3+
"version": "1.5.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c37def`](https://github.com/segmentio/analytics-next/commit/3c37def422f82073e7e33d2d7c7c26c4637afdc9), [`1635e42`](https://github.com/segmentio/analytics-next/commit/1635e42ffae8fd8e8d18be94f47a22a802fecec8)]:
8+
- @segment/analytics-core@1.5.1
9+
310
## 2.1.0
411

512
### Minor 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.0",
3+
"version": "2.1.1",
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.0",
39+
"@segment/analytics-core": "1.5.1",
4040
"@segment/analytics-generic-utils": "1.2.0",
4141
"buffer": "^6.0.3",
4242
"jose": "^5.1.0",

0 commit comments

Comments
 (0)