diff --git a/packages/iabtcf_consent_info/CHANGELOG.md b/packages/iabtcf_consent_info/CHANGELOG.md index 8d732d3..e34de53 100644 --- a/packages/iabtcf_consent_info/CHANGELOG.md +++ b/packages/iabtcf_consent_info/CHANGELOG.md @@ -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. diff --git a/packages/iabtcf_consent_info/pubspec.yaml b/packages/iabtcf_consent_info/pubspec.yaml index d9612d1..8b96d2a 100644 --- a/packages/iabtcf_consent_info/pubspec.yaml +++ b/packages/iabtcf_consent_info/pubspec.yaml @@ -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 @@ -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 diff --git a/packages/iabtcf_consent_info_web/CHANGELOG.md b/packages/iabtcf_consent_info_web/CHANGELOG.md index 82333bd..3260221 100644 --- a/packages/iabtcf_consent_info_web/CHANGELOG.md +++ b/packages/iabtcf_consent_info_web/CHANGELOG.md @@ -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. diff --git a/packages/iabtcf_consent_info_web/example/pubspec.yaml b/packages/iabtcf_consent_info_web/example/pubspec.yaml index c77a797..2ab8fb9 100644 --- a/packages/iabtcf_consent_info_web/example/pubspec.yaml +++ b/packages/iabtcf_consent_info_web/example/pubspec.yaml @@ -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 diff --git a/packages/iabtcf_consent_info_web/pubspec.yaml b/packages/iabtcf_consent_info_web/pubspec.yaml index ecf614a..0f5f0df 100644 --- a/packages/iabtcf_consent_info_web/pubspec.yaml +++ b/packages/iabtcf_consent_info_web/pubspec.yaml @@ -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