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 Jun 12, 2024
1 parent 68155db commit 72383fc
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 8 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_fuelet_smart_contract_wallet` - `v0.0.13+1`](#flutter_fuelet_smart_contract_wallet---v00131)
- [`fuelet_smart_contract_wallet` - `v1.9.0`](#fuelet_smart_contract_wallet---v190)

---

#### `flutter_fuelet_smart_contract_wallet` - `v0.0.13+1`

- **FIX**: update networks and asset ids. ([546df5f6](https://github.com/Fuelet/SmartContractWalletSDK/commit/546df5f61e527aecf70c7ce5a6a3830afa43e38d))

#### `fuelet_smart_contract_wallet` - `v1.9.0`

- **FIX**: update networks and asset ids. ([546df5f6](https://github.com/Fuelet/SmartContractWalletSDK/commit/546df5f61e527aecf70c7ce5a6a3830afa43e38d))
- **FEAT**: upgrade underlying sdk. ([68155db4](https://github.com/Fuelet/SmartContractWalletSDK/commit/68155db4ca9cb4a9319b5aa6b303a843ea209ca8))


## 2024-05-23

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_fuelet_smart_contract_wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.13+1

- **FIX**: update networks and asset ids. ([546df5f6](https://github.com/Fuelet/SmartContractWalletSDK/commit/546df5f61e527aecf70c7ce5a6a3830afa43e38d))

## 0.0.13

- Bump "flutter_fuelet_smart_contract_wallet" to `0.0.13`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "fuelet_smart_contract_wallet-v1.8.0") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.9.0") # generated; do not edit
set(PROJECT_NAME "fuelet_smart_contract_wallet")

# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'fuelet_smart_contract_wallet-v1.8.0' # generated; do not edit
release_tag_name = 'fuelet_smart_contract_wallet-v1.9.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "fuelet_smart_contract_wallet-v1.8.0") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.9.0") # generated; do not edit

# The Flutter tooling requires that developers have CMake 3.10 or later
# installed. You should not increase this version, as doing so will cause
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'fuelet_smart_contract_wallet-v1.8.0' # generated; do not edit
release_tag_name = 'fuelet_smart_contract_wallet-v1.9.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_smart_contract_wallet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_fuelet_smart_contract_wallet
description: Flutter bridge for Fuelet smart contract wallet
version: 0.0.13
version: 0.0.13+1
homepage: https://github.com/Fuelet/SmartContractWalletSDK

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
fuelet_smart_contract_wallet: ^1.8.0
fuelet_smart_contract_wallet: ^1.9.0
convert: ^3.1.1

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "fuelet_smart_contract_wallet-v1.8.0") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.9.0") # generated; do not edit

# TODO Remove this workaround once Flutter supports Windows ARM.
# https://github.com/flutter/flutter/issues/116196
Expand Down
5 changes: 5 additions & 0 deletions packages/fuelet_smart_contract_wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.9.0

- **FIX**: update networks and asset ids. ([546df5f6](https://github.com/Fuelet/SmartContractWalletSDK/commit/546df5f61e527aecf70c7ce5a6a3830afa43e38d))
- **FEAT**: upgrade underlying sdk. ([68155db4](https://github.com/Fuelet/SmartContractWalletSDK/commit/68155db4ca9cb4a9319b5aa6b303a843ea209ca8))

## 1.8.0

- Bump "fuelet_smart_contract_wallet" to `1.8.0`.
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet_smart_contract_wallet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fuelet_smart_contract_wallet
description: Dart bridge for Fuelet smart contract wallet
version: 1.8.0
version: 1.9.0
repository: https://github.com/Fuelet/SmartContractWalletSDK

environment:
Expand Down

0 comments on commit 72383fc

Please sign in to comment.