Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoplavkov committed Nov 4, 2023
1 parent aaae3f7 commit ac15c10
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

5 changes: 5 additions & 0 deletions packages/flutter_fuelet_contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_fuelet_contracts/android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_fuelet_contracts/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions packages/fuelet_contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet_contracts/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ac15c10

Please sign in to comment.