Skip to content

Commit

Permalink
Version Packages (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
1 parent 712f592 commit 9eaff30
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/smooth-mirrors-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-waves-learn.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- [#1071](https://github.com/segmentio/analytics-next/pull/1071) [`a102cbb`](https://github.com/segmentio/analytics-next/commit/a102cbb2569b39163410058b001f82209e0e509c) Thanks [@silesky](https://github.com/silesky)! - Light consent tools and onetrust refactoring to reduce code footprint.

* [#1072](https://github.com/segmentio/analytics-next/pull/1072) [`712f592`](https://github.com/segmentio/analytics-next/commit/712f592fc93879698a79790c46f0eb9458473d31) Thanks [@silesky](https://github.com/silesky)! - Update consent change event name

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/consent/consent-wrapper-onetrust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @segment/analytics-consent-wrapper-onetrust

## 1.0.1

### Patch Changes

- [#1071](https://github.com/segmentio/analytics-next/pull/1071) [`a102cbb`](https://github.com/segmentio/analytics-next/commit/a102cbb2569b39163410058b001f82209e0e509c) Thanks [@silesky](https://github.com/silesky)! - Light consent tools and onetrust refactoring to reduce code footprint.

- Updated dependencies [[`a102cbb`](https://github.com/segmentio/analytics-next/commit/a102cbb2569b39163410058b001f82209e0e509c), [`712f592`](https://github.com/segmentio/analytics-next/commit/712f592fc93879698a79790c46f0eb9458473d31)]:
- @segment/analytics-consent-tools@2.0.1

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"keywords": [
"segment",
"analytics",
Expand Down Expand Up @@ -41,7 +41,7 @@
"webpack": "yarn run -T webpack"
},
"dependencies": {
"@segment/analytics-consent-tools": "2.0.0",
"@segment/analytics-consent-tools": "2.0.1",
"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/[email protected].0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
"@segment/[email protected].1, @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": 2.0.0
"@segment/analytics-consent-tools": 2.0.1
tslib: ^2.4.1
peerDependencies:
"@segment/analytics-next": ">=1.67.0"
Expand Down

0 comments on commit 9eaff30

Please sign in to comment.