Skip to content

Commit f97d3da

Browse files
Version Packages (#1070)
1 parent 8f7a74a commit f97d3da

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.changeset/tall-hornets-do.md

-6
This file was deleted.

packages/consent/consent-tools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @segment/analytics-consent-tools
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#1063](https://github.com/segmentio/analytics-next/pull/1063) [`8f7a74a`](https://github.com/segmentio/analytics-next/commit/8f7a74aa42687c0d0e7facc71a5dfe0855f89d19) Thanks [@silesky](https://github.com/silesky)! - Add opt-out consent-model support, and use opt-out by default
8+
39
## 1.2.0
410

511
### Minor Changes

packages/consent/consent-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-consent-tools",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @segment/analytics-consent-wrapper-onetrust
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#1063](https://github.com/segmentio/analytics-next/pull/1063) [`8f7a74a`](https://github.com/segmentio/analytics-next/commit/8f7a74aa42687c0d0e7facc71a5dfe0855f89d19) Thanks [@silesky](https://github.com/silesky)! - Add opt-out consent-model support, and use opt-out by default
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8f7a74a`](https://github.com/segmentio/analytics-next/commit/8f7a74aa42687c0d0e7facc71a5dfe0855f89d19)]:
12+
- @segment/analytics-consent-tools@2.0.0
13+
314
## 0.4.1
415

516
### Patch Changes

packages/consent/consent-wrapper-onetrust/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-consent-wrapper-onetrust",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"keywords": [
55
"segment",
66
"analytics",
@@ -41,7 +41,7 @@
4141
"webpack": "yarn run -T webpack"
4242
},
4343
"dependencies": {
44-
"@segment/analytics-consent-tools": "1.2.0",
44+
"@segment/analytics-consent-tools": "2.0.0",
4545
"tslib": "^2.4.1"
4646
},
4747
"peerDependencies": {

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3902,7 +3902,7 @@ __metadata:
39023902
languageName: node
39033903
linkType: hard
39043904

3905-
"@segment/analytics-consent-tools@1.2.0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
3905+
"@segment/analytics-consent-tools@2.0.0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
39063906
version: 0.0.0-use.local
39073907
resolution: "@segment/analytics-consent-tools@workspace:packages/consent/consent-tools"
39083908
dependencies:
@@ -3924,7 +3924,7 @@ __metadata:
39243924
dependencies:
39253925
"@internal/config-webpack": "workspace:^"
39263926
"@internal/test-helpers": "workspace:^"
3927-
"@segment/analytics-consent-tools": 1.2.0
3927+
"@segment/analytics-consent-tools": 2.0.0
39283928
tslib: ^2.4.1
39293929
peerDependencies:
39303930
"@segment/analytics-next": ">=1.67.0"

0 commit comments

Comments
 (0)