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 11, 2023
1 parent b586cd9 commit defb1cc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`iabtcf_consent_info` - `v3.1.0`](#iabtcf_consent_info---v310)

---

#### `iabtcf_consent_info` - `v3.1.0`

- **FEAT**: add purpose 11: Use limited data to select content (#12).

4 changes: 4 additions & 0 deletions packages/iabtcf_consent_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.0

- **FEAT**: add purpose 11: Use limited data to select content (#12).

## 3.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 3.0.0
version: 3.1.0
repository: https://github.com/blaugold/iabtcf_consent_info
issue_tracker: https://github.com/blaugold/iabtcf_consent_info/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/iabtcf_consent_info_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
iabtcf_consent_info: ^3.0.0
iabtcf_consent_info: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit defb1cc

Please sign in to comment.