Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - iabtcf_consent_info@3.4.0
  • Loading branch information
blaugold committed Sep 10, 2024
1 parent 1dccbbe commit 97a1295
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-10

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`iabtcf_consent_info` - `v3.4.0`](#iabtcf_consent_info---v340)

---

#### `iabtcf_consent_info` - `v3.4.0`

- **FEAT**: set JVM target to 1.8.


## 2024-09-10

### Changes
Expand Down
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.4.0

- **FEAT**: set JVM target to 1.8.

## 3.3.0

- **FEAT**: upgrade kotlin to `1.8.22` (#25).
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.3.0
version: 3.4.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.3.0
iabtcf_consent_info: ^3.4.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 97a1295

Please sign in to comment.