Skip to content

Commit 4c479f6

Browse files
Version Packages (#1208)
1 parent 9d1b042 commit 4c479f6

File tree

15 files changed

+45
-34
lines changed

15 files changed

+45
-34
lines changed

.changeset/chilly-mugs-applaud.md

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

.changeset/few-starfishes-bake.md

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

.changeset/hip-cameras-brake.md

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

.changeset/old-stingrays-tie.md

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

.changeset/spicy-baboons-care.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.76.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
- [#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.
12+
13+
- Updated dependencies [[`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea), [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea)]:
14+
- @segment/analytics-core@1.8.1
15+
316
## 1.76.0
417

518
### 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.76.0",
3+
"version": "1.76.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
@@ -50,7 +50,7 @@
5050
],
5151
"dependencies": {
5252
"@lukeed/uuid": "^2.0.0",
53-
"@segment/analytics-core": "1.8.0",
53+
"@segment/analytics-core": "1.8.1",
5454
"@segment/analytics-generic-utils": "1.2.0",
5555
"@segment/analytics.js-video-plugins": "^0.2.1",
5656
"@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.76.0'
2+
export const version = '1.76.1'

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.8.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
311
## 1.8.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.8.0",
3+
"version": "1.8.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.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea), [`7f9d5a00`](https://github.com/segmentio/analytics-next/commit/7f9d5a00747d885f794c7e05b6f0d1576580bfea)]:
8+
- @segment/analytics-core@1.8.1
9+
310
## 2.2.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.2.0",
3+
"version": "2.2.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.8.0",
39+
"@segment/analytics-core": "1.8.1",
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.2.0'
2+
export const version = '2.2.1'

packages/signals/signals-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Patch Changes
66

7+
- 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)]:
8+
- @segment/analytics-next@1.76.1
9+
- @segment/analytics-signals@1.9.0
10+
11+
## null
12+
13+
### Patch Changes
14+
715
- Updated dependencies [[`00a736f3`](https://github.com/segmentio/analytics-next/commit/00a736f31326328e91c9cae0b244b9db9b0791fc)]:
816
- @segment/analytics-signals@1.9.0
917

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5920,7 +5920,7 @@ __metadata:
59205920
"@internal/config": 0.0.0
59215921
"@lukeed/uuid": ^2.0.0
59225922
"@segment/analytics-browser-actions-braze": ^1.3.0
5923-
"@segment/analytics-core": 1.8.0
5923+
"@segment/analytics-core": 1.8.1
59245924
"@segment/analytics-generic-utils": 1.2.0
59255925
"@segment/analytics.js-integration": ^3.3.3
59265926
"@segment/analytics.js-integration-amplitude": ^3.3.3
@@ -5975,7 +5975,7 @@ __metadata:
59755975
dependencies:
59765976
"@internal/config": 0.0.0
59775977
"@lukeed/uuid": ^2.0.0
5978-
"@segment/analytics-core": 1.8.0
5978+
"@segment/analytics-core": 1.8.1
59795979
"@segment/analytics-generic-utils": 1.2.0
59805980
"@types/node": ^18
59815981
axios: ^1.6.2

0 commit comments

Comments
 (0)