Skip to content

Commit fef1830

Browse files
Version Packages (#1285)
1 parent 6483541 commit fef1830

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/eight-adults-type.md

-5
This file was deleted.

.changeset/empty-eagles-buy.md

-5
This file was deleted.

packages/signals/signals-example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`64835418`](https://github.com/segmentio/analytics-next/commit/64835418f9dc6cc16fbc6fa7580c565dfb3a446a), [`64835418`](https://github.com/segmentio/analytics-next/commit/64835418f9dc6cc16fbc6fa7580c565dfb3a446a)]:
8+
- @segment/analytics-signals@1.13.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [[`37df4c96`](https://github.com/segmentio/analytics-next/commit/37df4c96c50db9fdde3e9ab1a37b72299a504a5c)]:
815
- @segment/analytics-next@1.81.0
916
- @segment/analytics-signals@1.12.1

packages/signals/signals/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @segment/analytics-signals
22

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- [#1284](https://github.com/segmentio/analytics-next/pull/1284) [`64835418`](https://github.com/segmentio/analytics-next/commit/64835418f9dc6cc16fbc6fa7580c565dfb3a446a) Thanks [@silesky](https://github.com/silesky)! - Fix CSP errors with sandboxStrategy: global
8+
9+
* [#1284](https://github.com/segmentio/analytics-next/pull/1284) [`64835418`](https://github.com/segmentio/analytics-next/commit/64835418f9dc6cc16fbc6fa7580c565dfb3a446a) Thanks [@silesky](https://github.com/silesky)! - Update max signals in buffer to 100
10+
311
## 1.12.1
412

513
### Patch Changes

packages/signals/signals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-signals",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"license": "Twilio Software Development Kit License Agreement 2.0",
55
"main": "./dist/cjs/index.js",
66
"repository": {
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.12.1'
2+
export const version = '1.13.0'

0 commit comments

Comments
 (0)