Skip to content

Commit 2974f00

Browse files
Version Packages (#1251)
1 parent cc14e52 commit 2974f00

File tree

12 files changed

+52
-27
lines changed

12 files changed

+52
-27
lines changed

.changeset/lazy-snakes-add.md

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

.changeset/perfect-actors-tease.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.78.0
4+
5+
### Minor Changes
6+
7+
- [#1246](https://github.com/segmentio/analytics-next/pull/1246) [`ee838db5`](https://github.com/segmentio/analytics-next/commit/ee838db5b361fc52a400ab2fb8bae50bff4d262b) Thanks [@silesky](https://github.com/silesky)! - Fix argument resolver bug where the following would not set the correct options:
8+
```ts
9+
analytics.page(
10+
null,
11+
'foo',
12+
{ url: "https://foo.com" },
13+
{ context: { __eventOrigin: { type: 'Signal' } } // would not be set correctly
14+
)
15+
```
16+
317
## 1.77.0
418
519
### Minor Changes

packages/browser/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-next",
3-
"version": "1.77.0",
3+
"version": "1.78.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
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.77.0'
2+
export const version = '1.78.0'

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 [[`ee838db5`](https://github.com/segmentio/analytics-next/commit/ee838db5b361fc52a400ab2fb8bae50bff4d262b)]:
8+
- @segment/analytics-next@1.78.0
9+
- @segment/analytics-signals@1.11.1
10+
11+
## null
12+
13+
### Patch Changes
14+
715
- Updated dependencies [[`0596bc45`](https://github.com/segmentio/analytics-next/commit/0596bc455b9ecf8ed179f1be5decb0a4b89bb9a5)]:
816
- @segment/analytics-signals@1.11.0
917

packages/signals/signals-runtime/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1250](https://github.com/segmentio/analytics-next/pull/1250) [`d5829da8`](https://github.com/segmentio/analytics-next/commit/d5829da8ce6a1664d9be2e00960791d929ee73bc) Thanks [@silesky](https://github.com/silesky)! - Transpile to ES5
8+
39
## 1.3.0
410

511
### Minor Changes

packages/signals/signals-runtime/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-signals-runtime",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"keywords": [
55
"segment"
66
],

packages/signals/signals/CHANGELOG.md

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

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- [#1246](https://github.com/segmentio/analytics-next/pull/1246) [`ee838db5`](https://github.com/segmentio/analytics-next/commit/ee838db5b361fc52a400ab2fb8bae50bff4d262b) Thanks [@silesky](https://github.com/silesky)! - Fix argument resolver bug where the following would not set the correct options:
8+
```ts
9+
analytics.page(
10+
null,
11+
'foo',
12+
{ url: "https://foo.com" },
13+
{ context: { __eventOrigin: { type: 'Signal' } } // would not be set correctly
14+
)
15+
```
16+
- Updated dependencies [[`d5829da8`](https://github.com/segmentio/analytics-next/commit/d5829da8ce6a1664d9be2e00960791d929ee73bc)]:
17+
- @segment/[email protected]
18+
319
## 1.11.0
420
521
### Minor Changes

packages/signals/signals/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-signals",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"license": "Twilio Software Development Kit License Agreement 2.0",
55
"main": "./dist/cjs/index.js",
66
"repository": {
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@segment/analytics-generic-utils": "1.2.0",
47-
"@segment/analytics-signals-runtime": "1.3.0",
47+
"@segment/analytics-signals-runtime": "1.4.0",
4848
"idb": "^8.0.0",
4949
"tslib": "^2.4.1"
5050
},

0 commit comments

Comments
 (0)