Skip to content

Commit f92b8d6

Browse files
Version Packages (#1214)
1 parent 8e0162b commit f92b8d6

File tree

14 files changed

+62
-40
lines changed

14 files changed

+62
-40
lines changed

.changeset/heavy-taxis-suffer.md

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

.changeset/nasty-peaches-watch.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.77.0
4+
5+
### Minor Changes
6+
7+
- [#1204](https://github.com/segmentio/analytics-next/pull/1204) [`8e0162b9`](https://github.com/segmentio/analytics-next/commit/8e0162b9553419448b7975337a53fa1c66e70d47) Thanks [@silesky](https://github.com/silesky)! - - Make Segment.io config type-safe
8+
9+
- Add new `headers` setting, along with `priority`.
10+
11+
```ts
12+
analytics.load("<YOUR_WRITE_KEY>",
13+
{
14+
integrations: {
15+
'Segment.io': {
16+
deliveryStrategy: {
17+
strategy: "standard" // also works for 'batching'
18+
config: {
19+
headers: { 'x-api-key': 'foo' } or () => {...}
20+
priority: 'low',
21+
},
22+
},
23+
},
24+
},
25+
}
26+
)
27+
```
28+
329
## 1.76.1
430

531
### Patch 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.76.1",
3+
"version": "1.77.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.76.1'
2+
export const version = '1.77.0'

packages/consent/consent-tools/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#1204](https://github.com/segmentio/analytics-next/pull/1204) [`8e0162b9`](https://github.com/segmentio/analytics-next/commit/8e0162b9553419448b7975337a53fa1c66e70d47) Thanks [@silesky](https://github.com/silesky)! - Update types
8+
39
## 2.0.1
410

511
### Patch Changes

packages/consent/consent-tools/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-consent-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",

packages/consent/consent-wrapper-onetrust/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @segment/analytics-consent-wrapper-onetrust
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e0162b9`](https://github.com/segmentio/analytics-next/commit/8e0162b9553419448b7975337a53fa1c66e70d47)]:
8+
- @segment/analytics-consent-tools@2.0.2
9+
310
## 1.1.1
411

512
### Patch Changes

packages/consent/consent-wrapper-onetrust/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-consent-wrapper-onetrust",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"keywords": [
55
"segment",
66
"analytics",
@@ -43,7 +43,7 @@
4343
"webpack": "yarn run -T webpack"
4444
},
4545
"dependencies": {
46-
"@segment/analytics-consent-tools": "2.0.1",
46+
"@segment/analytics-consent-tools": "2.0.2",
4747
"tslib": "^2.4.1"
4848
},
4949
"peerDependencies": {

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

0 commit comments

Comments
 (0)