Skip to content

Commit 92d8bce

Browse files
Version Packages
1 parent 3410160 commit 92d8bce

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

.changeset/dull-monkeys-matter.md

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

.changeset/khaki-cheetahs-sit.md

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

.changeset/strong-buckets-confess.md

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

packages/signals/signals-example/CHANGELOG.md

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

55
### Patch Changes
66

7+
- Updated dependencies [[`3410160c`](https://github.com/segmentio/analytics-next/commit/3410160c30024c292f252802cdb98b6b59fced0c), [`46e88198`](https://github.com/segmentio/analytics-next/commit/46e88198b2f9d3a835e02fa22317d784c6f71ebf), [`de6f86dc`](https://github.com/segmentio/analytics-next/commit/de6f86dc637dbc49f5bb55c1e44a36a2011c14b9)]:
8+
- @segment/analytics-signals@1.8.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [[`bf85047e`](https://github.com/segmentio/analytics-next/commit/bf85047e971add497d5c9ab72972394b1f27e887)]:
815
- @segment/analytics-signals@1.7.1
916

packages/signals/signals/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1190](https://github.com/segmentio/analytics-next/pull/1190) [`46e88198`](https://github.com/segmentio/analytics-next/commit/46e88198b2f9d3a835e02fa22317d784c6f71ebf) Thanks [@silesky](https://github.com/silesky)! - \* Clear signal buffer at start of new session
8+
- Prune signalBuffer to maxBufferSize on new session (if different)
9+
- Add sessionStorage storage type
10+
11+
### Patch Changes
12+
13+
- [#1192](https://github.com/segmentio/analytics-next/pull/1192) [`3410160c`](https://github.com/segmentio/analytics-next/commit/3410160c30024c292f252802cdb98b6b59fced0c) Thanks [@silesky](https://github.com/silesky)! - Always include headers in network interceptor, even if empty
14+
15+
* [#1188](https://github.com/segmentio/analytics-next/pull/1188) [`de6f86dc`](https://github.com/segmentio/analytics-next/commit/de6f86dc637dbc49f5bb55c1e44a36a2011c14b9) Thanks [@danieljackins](https://github.com/danieljackins)! - Fix sampleRate check
16+
317
## 1.7.1
418

519
### Patch Changes

packages/signals/signals/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",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"main": "./dist/cjs/index.js",
55
"license": "MIT",
66
"repository": {
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.7.1'
2+
export const version = '1.8.0'

0 commit comments

Comments
 (0)