Merge branch 'v0.7.2-dev1'

* v0.7.2-dev1:
  update version to 0.7.2-dev1
  update version to 0.7.2.dev1
This commit is contained in:
Roei Erez
2025-03-12 16:03:38 +02:00
16 changed files with 23 additions and 23 deletions

2
cli/Cargo.lock generated
View File

@@ -714,7 +714,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid" name = "breez-sdk-liquid"
version = "0.7.1" version = "0.7.2-dev1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

6
lib/Cargo.lock generated
View File

@@ -588,7 +588,7 @@ dependencies = [
[[package]] [[package]]
name = "bindings-react-native" name = "bindings-react-native"
version = "0.7.1" version = "0.7.2-dev1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askama 0.11.1", "askama 0.11.1",
@@ -792,7 +792,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid" name = "breez-sdk-liquid"
version = "0.7.1" version = "0.7.2-dev1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -845,7 +845,7 @@ dependencies = [
[[package]] [[package]]
name = "breez-sdk-liquid-bindings" name = "breez-sdk-liquid-bindings"
version = "0.7.1" version = "0.7.2-dev1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"breez-sdk-liquid", "breez-sdk-liquid",

View File

@@ -24,7 +24,7 @@ members = ["bindings", "bindings/langs/react-native", "core", "wasm"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.7.1" version = "0.7.2-dev1"
[workspace.lints.clippy] [workspace.lints.clippy]
empty_line_after_doc_comments = "allow" empty_line_after_doc_comments = "allow"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "bindings-react-native" name = "bindings-react-native"
version = "0.7.1" version = "0.7.2-dev1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
name: breez_liquid name: breez_liquid
description: Dart bindings for the Breez Liquid SDK description: Dart bindings for the Breez Liquid SDK
version: 0.7.1 version: 0.7.2-dev1
homepage: https://breez.technology homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none' publish_to: 'none'

View File

@@ -1,4 +1,4 @@
version '0.7.1' // generated; do not edit version '0.7.2-dev1' // generated; do not edit
group 'technology.breez.flutter_breez_liquid' group 'technology.breez.flutter_breez_liquid'
buildscript { buildscript {

View File

@@ -1,4 +1,4 @@
version '0.7.1' // generated; do not edit version '0.7.2-dev1' // generated; do not edit
group 'technology.breez.flutter_breez_liquid' group 'technology.breez.flutter_breez_liquid'
buildscript { buildscript {

View File

@@ -1,4 +1,4 @@
version = '0.7.1' # generated; do not edit version = '0.7.2-dev1' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing. # Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.7.1' # generated; do not edit version = '0.7.2-dev1' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly, # We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here. # so we have to fetch the correct version here.

View File

@@ -1,4 +1,4 @@
version = '0.7.1' # generated; do not edit version = '0.7.2-dev1' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing. # Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.7.1' # generated; do not edit version = '0.7.2-dev1' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly, # We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here. # so we have to fetch the correct version here.

View File

@@ -1,6 +1,6 @@
name: flutter_breez_liquid name: flutter_breez_liquid
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
version: 0.7.1 version: 0.7.2-dev1
homepage: https://breez.technology homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-flutter repository: https://github.com/breez/breez-sdk-liquid-flutter
publish_to: 'none' publish_to: 'none'

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
versionName "0.7.1" versionName "0.7.2-dev1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY') buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY')

View File

@@ -1,11 +1,11 @@
PODS: PODS:
- boost (1.76.0) - boost (1.76.0)
- breez_sdk_liquid (0.7.1): - breez_sdk_liquid (0.7.2-dev1):
- BreezSDKLiquid (= 0.7.1) - BreezSDKLiquid (= 0.7.2-dev1)
- React-Core - React-Core
- breez_sdk_liquidFFI (0.7.1) - breez_sdk_liquidFFI (0.7.2-dev1)
- BreezSDKLiquid (0.7.1): - BreezSDKLiquid (0.7.2-dev1):
- breez_sdk_liquidFFI (= 0.7.1) - breez_sdk_liquidFFI (= 0.7.2-dev1)
- CocoaAsyncSocket (7.6.5) - CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6) - DoubleConversion (1.1.6)
- FBLazyVector (0.70.15) - FBLazyVector (0.70.15)

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-breez-sdk-liquid-example", "name": "react-native-breez-sdk-liquid-example",
"version": "0.7.1", "version": "0.7.2-dev1",
"private": true, "private": true,
"scripts": { "scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache", "clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",
@@ -13,7 +13,7 @@
"rebuild": "rm -rf node_modules && yarn && yarn pods" "rebuild": "rm -rf node_modules && yarn && yarn pods"
}, },
"dependencies": { "dependencies": {
"@breeztech/react-native-breez-sdk-liquid": "0.7.1", "@breeztech/react-native-breez-sdk-liquid": "0.7.2-dev1",
"@dreson4/react-native-quick-bip39": "^0.0.5", "@dreson4/react-native-quick-bip39": "^0.0.5",
"react": "18.1.0", "react": "18.1.0",
"react-native": "0.70.15", "react-native": "0.70.15",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@breeztech/react-native-breez-sdk-liquid", "name": "@breeztech/react-native-breez-sdk-liquid",
"version": "0.7.1", "version": "0.7.2-dev1",
"description": "React Native Breez Liquid SDK", "description": "React Native Breez Liquid SDK",
"repository": "https://github.com/breez/breez-sdk-liquid", "repository": "https://github.com/breez/breez-sdk-liquid",
"author": "Breez <contact@breez.technology> (https://github.com/breez)", "author": "Breez <contact@breez.technology> (https://github.com/breez)",