Skip to content

Commit

Permalink
Version Packages (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 19, 2024
1 parent 8f7a74a commit f97d3da
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/tall-hornets-do.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/consent/consent-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @segment/analytics-consent-tools

## 2.0.0

### Major Changes

- [#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

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/consent/consent-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-consent-tools",
"version": "1.2.0",
"version": "2.0.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/consent/consent-wrapper-onetrust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @segment/analytics-consent-wrapper-onetrust

## 1.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`8f7a74a`](https://github.com/segmentio/analytics-next/commit/8f7a74aa42687c0d0e7facc71a5dfe0855f89d19)]:
- @segment/analytics-consent-tools@2.0.0

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/consent-wrapper-onetrust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-consent-wrapper-onetrust",
"version": "0.4.1",
"version": "1.0.0",
"keywords": [
"segment",
"analytics",
Expand Down Expand Up @@ -41,7 +41,7 @@
"webpack": "yarn run -T webpack"
},
"dependencies": {
"@segment/analytics-consent-tools": "1.2.0",
"@segment/analytics-consent-tools": "2.0.0",
"tslib": "^2.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3902,7 +3902,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/analytics-consent-tools@1.2.0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
"@segment/analytics-consent-tools@2.0.0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
version: 0.0.0-use.local
resolution: "@segment/analytics-consent-tools@workspace:packages/consent/consent-tools"
dependencies:
Expand All @@ -3924,7 +3924,7 @@ __metadata:
dependencies:
"@internal/config-webpack": "workspace:^"
"@internal/test-helpers": "workspace:^"
"@segment/analytics-consent-tools": 1.2.0
"@segment/analytics-consent-tools": 2.0.0
tslib: ^2.4.1
peerDependencies:
"@segment/analytics-next": ">=1.67.0"
Expand Down

0 comments on commit f97d3da

Please sign in to comment.