Skip to content

Commit 1a49fd1

Browse files
Version Packages (#1329)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e26961 commit 1a49fd1

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/nine-dolphins-talk.md

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

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.3
4+
5+
### Patch Changes
6+
7+
- [#1328](https://github.com/segmentio/analytics-next/pull/1328) [`1e269614`](https://github.com/segmentio/analytics-next/commit/1e2696141424942e4b89e72b42d54b682dfd026f) Thanks [@chenxzhang](https://github.com/chenxzhang)! - Fix filtering of non-consented integrations
8+
39
## 2.0.2
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.2",
3+
"version": "2.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1e269614`](https://github.com/segmentio/analytics-next/commit/1e2696141424942e4b89e72b42d54b682dfd026f)]:
8+
- @segment/analytics-consent-tools@2.0.3
9+
310
## 1.1.2
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.2",
3+
"version": "1.1.3",
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.2",
46+
"@segment/analytics-consent-tools": "2.0.3",
4747
"tslib": "^2.4.1"
4848
},
4949
"peerDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4336,7 +4336,7 @@ __metadata:
43364336
languageName: node
43374337
linkType: hard
43384338

4339-
"@segment/[email protected].2, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
4339+
"@segment/[email protected].3, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
43404340
version: 0.0.0-use.local
43414341
resolution: "@segment/analytics-consent-tools@workspace:packages/consent/consent-tools"
43424342
dependencies:
@@ -4358,7 +4358,7 @@ __metadata:
43584358
dependencies:
43594359
"@internal/config-webpack": "workspace:^"
43604360
"@internal/test-helpers": "workspace:^"
4361-
"@segment/analytics-consent-tools": 2.0.2
4361+
"@segment/analytics-consent-tools": 2.0.3
43624362
"@types/jsdom": ^16.2.14
43634363
jsdom: ^19.0.0
43644364
tslib: ^2.4.1

0 commit comments

Comments
 (0)