From ac15c1085ff001a1c2b3c844708bc76bde14b802 Mon Sep 17 00:00:00 2001 From: mpoplavkov Date: Sat, 4 Nov 2023 17:09:10 +0100 Subject: [PATCH] chore(release): publish packages - flutter_fuelet_contracts@0.0.10 - fuelet_contracts@1.8.0 --- CHANGELOG.md | 33 +++++++++++++++++++ .../flutter_fuelet_contracts/CHANGELOG.md | 5 +++ .../android/CMakeLists.txt | 2 +- .../ios/flutter_fuelet_contracts.podspec | 2 +- .../flutter_fuelet_contracts/pubspec.yaml | 4 +-- packages/fuelet_contracts/CHANGELOG.md | 6 ++++ packages/fuelet_contracts/pubspec.yaml | 2 +- 7 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08625b1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2023-11-04 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_fuelet_contracts` - `v0.0.10`](#flutter_fuelet_contracts---v0010) + - [`fuelet_contracts` - `v1.8.0`](#fuelet_contracts---v180) + +--- + +#### `flutter_fuelet_contracts` - `v0.0.10` + + - **FEAT**: beta4 token contract ([#5](https://github.com/Fuelet/fuelet-contracts/issues/5)). ([aaae3f72](https://github.com/Fuelet/fuelet-contracts/commit/aaae3f7298d50d089fcd7fac2f1c01ba94a826b6)) + - **FEAT**: get rid of the send coins predicate. ([22db868a](https://github.com/Fuelet/fuelet-contracts/commit/22db868af64fad9b29847d89ce07ec306ca7925e)) + +#### `fuelet_contracts` - `v1.8.0` + + - **FEAT**: beta4 token contract ([#5](https://github.com/Fuelet/fuelet-contracts/issues/5)). ([aaae3f72](https://github.com/Fuelet/fuelet-contracts/commit/aaae3f7298d50d089fcd7fac2f1c01ba94a826b6)) + - **FEAT**: upgrade frb to 1.75.3. ([8ddc01d5](https://github.com/Fuelet/fuelet-contracts/commit/8ddc01d59ab19b452b57633d88c3c4f86b9631b6)) + - **FEAT**: get rid of the send coins predicate. ([22db868a](https://github.com/Fuelet/fuelet-contracts/commit/22db868af64fad9b29847d89ce07ec306ca7925e)) + diff --git a/packages/flutter_fuelet_contracts/CHANGELOG.md b/packages/flutter_fuelet_contracts/CHANGELOG.md index 802a710..81a89d6 100644 --- a/packages/flutter_fuelet_contracts/CHANGELOG.md +++ b/packages/flutter_fuelet_contracts/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.10 + + - **FEAT**: beta4 token contract ([#5](https://github.com/Fuelet/fuelet-contracts/issues/5)). ([aaae3f72](https://github.com/Fuelet/fuelet-contracts/commit/aaae3f7298d50d089fcd7fac2f1c01ba94a826b6)) + - **FEAT**: get rid of the send coins predicate. ([22db868a](https://github.com/Fuelet/fuelet-contracts/commit/22db868af64fad9b29847d89ce07ec306ca7925e)) + ## 0.0.9+1 - Update a dependency to the latest release. diff --git a/packages/flutter_fuelet_contracts/android/CMakeLists.txt b/packages/flutter_fuelet_contracts/android/CMakeLists.txt index a78b146..df00c75 100644 --- a/packages/flutter_fuelet_contracts/android/CMakeLists.txt +++ b/packages/flutter_fuelet_contracts/android/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "fuelet_contracts-v1.7.0") # generated; do not edit +set(LibraryVersion "fuelet_contracts-v1.8.0") # generated; do not edit # Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here # to download the Android binaries into src/main/jniLibs/ and does not build anything. diff --git a/packages/flutter_fuelet_contracts/ios/flutter_fuelet_contracts.podspec b/packages/flutter_fuelet_contracts/ios/flutter_fuelet_contracts.podspec index 9953ff8..86e9907 100644 --- a/packages/flutter_fuelet_contracts/ios/flutter_fuelet_contracts.podspec +++ b/packages/flutter_fuelet_contracts/ios/flutter_fuelet_contracts.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'fuelet_contracts-v1.7.0' # generated; do not edit +release_tag_name = 'fuelet_contracts-v1.8.0' # generated; do not edit # We cannot distribute the XCFramework alongside the library directly, # so we have to fetch the correct version here. diff --git a/packages/flutter_fuelet_contracts/pubspec.yaml b/packages/flutter_fuelet_contracts/pubspec.yaml index 15b6155..d46a74f 100644 --- a/packages/flutter_fuelet_contracts/pubspec.yaml +++ b/packages/flutter_fuelet_contracts/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_fuelet_contracts description: Flutter Plugin for Fuelet Sway contracts -version: 0.0.9+1 +version: 0.0.10 homepage: https://github.com/Fuelet/fuelet_contracts/tree/main/packages/flutter_fuelet_contracts environment: @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter plugin_platform_interface: ^2.0.2 - fuelet_contracts: ^1.7.0 + fuelet_contracts: ^1.8.0 js: ^0.6.5 dev_dependencies: flutter_lints: ^2.0.0 diff --git a/packages/fuelet_contracts/CHANGELOG.md b/packages/fuelet_contracts/CHANGELOG.md index 69c58f1..cb090ee 100644 --- a/packages/fuelet_contracts/CHANGELOG.md +++ b/packages/fuelet_contracts/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.0 + + - **FEAT**: beta4 token contract ([#5](https://github.com/Fuelet/fuelet-contracts/issues/5)). ([aaae3f72](https://github.com/Fuelet/fuelet-contracts/commit/aaae3f7298d50d089fcd7fac2f1c01ba94a826b6)) + - **FEAT**: upgrade frb to 1.75.3. ([8ddc01d5](https://github.com/Fuelet/fuelet-contracts/commit/8ddc01d59ab19b452b57633d88c3c4f86b9631b6)) + - **FEAT**: get rid of the send coins predicate. ([22db868a](https://github.com/Fuelet/fuelet-contracts/commit/22db868af64fad9b29847d89ce07ec306ca7925e)) + ## 1.7.0 - **FEAT**: switch to updated predicate. diff --git a/packages/fuelet_contracts/pubspec.yaml b/packages/fuelet_contracts/pubspec.yaml index c2ffadd..cff3a6a 100644 --- a/packages/fuelet_contracts/pubspec.yaml +++ b/packages/fuelet_contracts/pubspec.yaml @@ -1,6 +1,6 @@ name: fuelet_contracts description: Dart FFI bridge to Fuelet Sway contracts -version: 1.7.0 +version: 1.8.0 homepage: https://github.com/Fuelet/fuelet_contracts/tree/main/packages/fuelet_contracts environment: