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

## 2024-02-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_fuelet_smart_contract_wallet` - `v0.0.10`](#flutter_fuelet_smart_contract_wallet---v0010)
- [`fuelet_smart_contract_wallet` - `v1.4.0`](#fuelet_smart_contract_wallet---v140)

---

#### `flutter_fuelet_smart_contract_wallet` - `v0.0.10`

- **FEAT**: accept r1 public key as b512. ([efd45373](https://github.com/Fuelet/SmartContractWalletSDK/commit/efd453737a35a28f26daa7c46c37e724810d9640))

#### `fuelet_smart_contract_wallet` - `v1.4.0`

- **FEAT**: accept r1 public key as b512. ([efd45373](https://github.com/Fuelet/SmartContractWalletSDK/commit/efd453737a35a28f26daa7c46c37e724810d9640))


## 2024-02-14

### 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.10

- **FEAT**: accept r1 public key as b512. ([efd45373](https://github.com/Fuelet/SmartContractWalletSDK/commit/efd453737a35a28f26daa7c46c37e724810d9640))

## 0.0.9+1

- Update a dependency to the latest release.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "fuelet_smart_contract_wallet-v1.3.1") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.4.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.3.1' # generated; do not edit
release_tag_name = 'fuelet_smart_contract_wallet-v1.4.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.3.1") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.4.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.3.1' # generated; do not edit
release_tag_name = 'fuelet_smart_contract_wallet-v1.4.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.9+1
version: 0.0.10
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.3.1
fuelet_smart_contract_wallet: ^1.4.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.3.1") # generated; do not edit
set(LibraryVersion "fuelet_smart_contract_wallet-v1.4.0") # generated; do not edit

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

- **FEAT**: accept r1 public key as b512. ([efd45373](https://github.com/Fuelet/SmartContractWalletSDK/commit/efd453737a35a28f26daa7c46c37e724810d9640))

## 1.3.1

- **FIX**: set provider to predicate. ([c8295d89](https://github.com/Fuelet/SmartContractWalletSDK/commit/c8295d8969923534af6da3a517a6afbf8f4b5415))
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.3.1
version: 1.4.0
repository: https://github.com/Fuelet/SmartContractWalletSDK

environment:
Expand Down

0 comments on commit c14cc3d

Please sign in to comment.