Skip to content

Commit

Permalink
Version Packages (#1038)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 5, 2024
1 parent d212633 commit a9b99ad
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changeset/message-id-backward-compatibility.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-fireants-reflect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-pets-boil.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @segment/analytics-next

## 1.65.0

### Minor Changes

- [#945](https://github.com/segmentio/analytics-next/pull/945) [`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c) Thanks [@zikaari](https://github.com/zikaari)! - Load destinations lazily and start sending events as each becomes available instead of waiting for all to load first

### Patch Changes

- [#1036](https://github.com/segmentio/analytics-next/pull/1036) [`f65c131`](https://github.com/segmentio/analytics-next/commit/f65c131a62f979b6629b086b3eb9cd9b3ffefe31) Thanks [@danieljackins](https://github.com/danieljackins)! - Fix schema-filter bug

- Updated dependencies [[`95fd2fd`](https://github.com/segmentio/analytics-next/commit/95fd2fd801da26505ddcead96ffaa83aa4364994), [`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c)]:
- @segment/analytics-core@1.5.0
- @segment/analytics-generic-utils@1.2.0

## 1.64.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-next",
"version": "1.64.0",
"version": "1.65.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down Expand Up @@ -49,8 +49,8 @@
],
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.4.1",
"@segment/analytics-generic-utils": "1.1.1",
"@segment/analytics-core": "1.5.0",
"@segment/analytics-generic-utils": "1.2.0",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated.
export const version = '1.64.0'
export const version = '1.65.0'
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @segment/analytics-core

## 1.5.0

### Minor Changes

- [#945](https://github.com/segmentio/analytics-next/pull/945) [`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c) Thanks [@zikaari](https://github.com/zikaari)! - Load destinations lazily and start sending events as each becomes available instead of waiting for all to load first

### Patch Changes

- [#1043](https://github.com/segmentio/analytics-next/pull/1043) [`95fd2fd`](https://github.com/segmentio/analytics-next/commit/95fd2fd801da26505ddcead96ffaa83aa4364994) Thanks [@silesky](https://github.com/silesky)! - This ensures backward compatibility with analytics-node by modifying '@segment/analytics-core'. Specifically, the changes prevent the generation of a messageId if it is already set. This adjustment aligns with the behavior outlined in analytics-node's source code [here](https://github.com/segmentio/analytics-node/blob/master/index.js#L195-L201).

While this is a core release, only the node library is affected, as the browser has its own EventFactory atm.

- Updated dependencies [[`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c)]:
- @segment/analytics-generic-utils@1.2.0

## 1.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-core",
"version": "1.4.1",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down Expand Up @@ -34,7 +34,7 @@
"packageManager": "[email protected]",
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-generic-utils": "1.1.1",
"@segment/analytics-generic-utils": "1.2.0",
"dset": "^3.1.2",
"tslib": "^2.4.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/generic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @segment/analytics-generic-utils

## 1.2.0

### Minor Changes

- [#945](https://github.com/segmentio/analytics-next/pull/945) [`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c) Thanks [@zikaari](https://github.com/zikaari)! - Load destinations lazily and start sending events as each becomes available instead of waiting for all to load first

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-generic-utils",
"version": "1.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
14 changes: 14 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @segment/analytics-node

## 2.1.0

### Minor Changes

- [#1043](https://github.com/segmentio/analytics-next/pull/1043) [`95fd2fd`](https://github.com/segmentio/analytics-next/commit/95fd2fd801da26505ddcead96ffaa83aa4364994) Thanks [@silesky](https://github.com/silesky)! - This ensures backward compatibility with analytics-node by modifying '@segment/analytics-core'. Specifically, the changes prevent the generation of a messageId if it is already set. This adjustment aligns with the behavior outlined in analytics-node's source code [here](https://github.com/segmentio/analytics-node/blob/master/index.js#L195-L201).

While this is a core release, only the node library is affected, as the browser has its own EventFactory atm.

### Patch Changes

- Updated dependencies [[`95fd2fd`](https://github.com/segmentio/analytics-next/commit/95fd2fd801da26505ddcead96ffaa83aa4364994), [`d212633`](https://github.com/segmentio/analytics-next/commit/d21263369d5980f4f57b13795524dbc345a02e5c)]:
- @segment/analytics-core@1.5.0
- @segment/analytics-generic-utils@1.2.0

## 2.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-node",
"version": "2.0.0",
"version": "2.1.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.4.1",
"@segment/analytics-generic-utils": "1.1.1",
"@segment/analytics-core": "1.5.0",
"@segment/analytics-generic-utils": "1.2.0",
"buffer": "^6.0.3",
"jose": "^5.1.0",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated.
export const version = '2.0.0'
export const version = '2.1.0'
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3939,13 +3939,13 @@ __metadata:
resolution: "@segment/analytics-core@workspace:packages/core"
dependencies:
"@lukeed/uuid": ^2.0.0
"@segment/analytics-generic-utils": 1.1.1
"@segment/analytics-generic-utils": 1.2.0
dset: ^3.1.2
tslib: ^2.4.1
languageName: unknown
linkType: soft

"@segment/analytics-generic-utils@1.1.1, @segment/analytics-generic-utils@workspace:packages/generic-utils":
"@segment/analytics-generic-utils@1.2.0, @segment/analytics-generic-utils@workspace:packages/generic-utils":
version: 0.0.0-use.local
resolution: "@segment/analytics-generic-utils@workspace:packages/generic-utils"
dependencies:
Expand All @@ -3960,8 +3960,8 @@ __metadata:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-browser-actions-braze": ^1.3.0
"@segment/analytics-core": 1.4.1
"@segment/analytics-generic-utils": 1.1.1
"@segment/analytics-core": 1.5.0
"@segment/analytics-generic-utils": 1.2.0
"@segment/analytics.js-integration": ^3.3.3
"@segment/analytics.js-integration-amplitude": ^3.3.3
"@segment/analytics.js-video-plugins": ^0.2.1
Expand Down Expand Up @@ -4017,8 +4017,8 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.4.1
"@segment/analytics-generic-utils": 1.1.1
"@segment/analytics-core": 1.5.0
"@segment/analytics-generic-utils": 1.2.0
"@types/node": ^16
axios: ^1.6.0
buffer: ^6.0.3
Expand Down

0 comments on commit a9b99ad

Please sign in to comment.