Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Dec 1, 2022
1 parent ce765e7 commit cc39d14
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/iabtcf_consent_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

> Note: This release has breaking changes.
- **FEAT**: add `ConsentInfo.purposeConsents|purposeLegitimateInterests`.
- **FEAT**: expose `raw` consent info from CMP SDK in `BasicConsentInfo`.
- **BREAKING** **FEAT**: rename `ConsentInfo.publisherConsent` to `publisherConsents`.

## 2.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/iabtcf_consent_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Flutter plugin for reading IAB TCF v2.0 user consent information, such as
made available through CMP SDKs, like Funding Choices's
User Messaging Platform (UMP).
version: 2.0.0
version: 3.0.0
repository: https://github.com/blaugold/iabtcf_consent_info
issue_tracker: https://github.com/blaugold/iabtcf_consent_info/issues

Expand All @@ -17,7 +17,7 @@ dependencies:
meta: ^1.3.0
rxdart: ^0.26.0
iabtcf_consent_info_platform_interface: ^1.0.5
iabtcf_consent_info_web: ^2.0.0
iabtcf_consent_info_web: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
9 changes: 9 additions & 0 deletions packages/iabtcf_consent_info_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.0.0

> Note: This release has breaking changes.
- **FIX**: provide type argument to js_util `getProperty`.
- **FEAT**: add `ConsentInfo.purposeConsents|purposeLegitimateInterests`.
- **FEAT**: expose `raw` consent info from CMP SDK in `BasicConsentInfo`.
- **BREAKING** **FEAT**: rename `ConsentInfo.publisherConsent` to `publisherConsents`.

## 2.0.0

> Note: This release has breaking changes.
Expand Down
3 changes: 1 addition & 2 deletions packages/iabtcf_consent_info_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
iabtcf_consent_info: ^2.0.0

iabtcf_consent_info: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/iabtcf_consent_info_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iabtcf_consent_info_web
description: Web implementation of the iabtcf_consent_info plugin.
version: 2.0.0
version: 3.0.0
repository: https://github.com/blaugold/iabtcf_consent_info
issue_tracker: https://github.com/blaugold/iabtcf_consent_info/issues

Expand Down

0 comments on commit cc39d14

Please sign in to comment.