Skip to content

Commit

Permalink
Version Packages (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent 9d1b042 commit 4c479f6
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-mugs-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-starfishes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cameras-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-stingrays-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-baboons-care.md

This file was deleted.

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

## 1.76.1

### Patch Changes

- [#1207](https://github.com/segmentio/analytics-next/pull/1207) [`32582be8`](https://github.com/segmentio/analytics-next/commit/32582be828d112a31a92b16e80b15727c3a36613) Thanks [@silesky](https://github.com/silesky)! - Fix query string API not respecting source middleware

* [#1213](https://github.com/segmentio/analytics-next/pull/1213) [`9d1b042d`](https://github.com/segmentio/analytics-next/commit/9d1b042d0bb09996e5c8674b7b3e4dd3bf138e3d) Thanks [@silesky](https://github.com/silesky)! - Support addSourceMiddleware for screen events

- [#1189](https://github.com/segmentio/analytics-next/pull/1189) [`9883151f`](https://github.com/segmentio/analytics-next/commit/9883151f85d555266e40e69e876f1dec8a632c5a) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Added missing telemetry metric.

- Updated dependencies [[`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea), [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea)]:
- @segment/analytics-core@1.8.1

## 1.76.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.76.0",
"version": "1.76.1",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down Expand Up @@ -50,7 +50,7 @@
],
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.8.0",
"@segment/analytics-core": "1.8.1",
"@segment/analytics-generic-utils": "1.2.0",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
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.76.0'
export const version = '1.76.1'
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @segment/analytics-core

## 1.8.1

### Patch Changes

- [#1212](https://github.com/segmentio/analytics-next/pull/1212) [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea) Thanks [@silesky](https://github.com/silesky)! - Refactor settings

* [#1212](https://github.com/segmentio/analytics-next/pull/1212) [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea) Thanks [@silesky](https://github.com/silesky)! - Update types / variable names

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-core",
"version": "1.8.0",
"version": "1.8.1",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @segment/analytics-node

## 2.2.1

### Patch Changes

- Updated dependencies [[`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea), [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea)]:
- @segment/analytics-core@1.8.1

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "2.2.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.8.0",
"@segment/analytics-core": "1.8.1",
"@segment/analytics-generic-utils": "1.2.0",
"buffer": "^6.0.3",
"jose": "^5.1.0",
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.2.0'
export const version = '2.2.1'
8 changes: 8 additions & 0 deletions packages/signals/signals-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`32582be8`](https://github.com/segmentio/analytics-next/commit/32582be828d112a31a92b16e80b15727c3a36613), [`9d1b042d`](https://github.com/segmentio/analytics-next/commit/9d1b042d0bb09996e5c8674b7b3e4dd3bf138e3d), [`9883151f`](https://github.com/segmentio/analytics-next/commit/9883151f85d555266e40e69e876f1dec8a632c5a)]:
- @segment/analytics-next@1.76.1
- @segment/analytics-signals@1.9.0

## null

### Patch Changes

- Updated dependencies [[`00a736f3`](https://github.com/segmentio/analytics-next/commit/00a736f31326328e91c9cae0b244b9db9b0791fc)]:
- @segment/analytics-signals@1.9.0

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5920,7 +5920,7 @@ __metadata:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-browser-actions-braze": ^1.3.0
"@segment/analytics-core": 1.8.0
"@segment/analytics-core": 1.8.1
"@segment/analytics-generic-utils": 1.2.0
"@segment/analytics.js-integration": ^3.3.3
"@segment/analytics.js-integration-amplitude": ^3.3.3
Expand Down Expand Up @@ -5975,7 +5975,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.8.0
"@segment/analytics-core": 1.8.1
"@segment/analytics-generic-utils": 1.2.0
"@types/node": ^18
axios: ^1.6.2
Expand Down

0 comments on commit 4c479f6

Please sign in to comment.