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",

0 commit comments

Comments
 (0)