Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lnc-rn to v0.3.2-alpha #42

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fetch-libraries.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.3.1-alpha
VERSION=v0.3.2-alpha

ANDROID_ZIP_NAME=lnc-$VERSION-android.zip
IOS_ZIP_NAME=lnc-$VERSION-ios.zip
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightninglabs/lnc-rn",
"version": "0.3.1-alpha",
"version": "0.3.2-alpha",
"description": "Lightning Node Connect npm module for React Native",
"main": "dist/commonjs/index.js",
"types": "dist/typescript/index.d.ts",
@@ -44,7 +44,7 @@
},
"homepage": "https://github.com/lightninglabs/lnc-rn#readme",
"dependencies": {
"@lightninglabs/lnc-core": "^0.3.1-alpha"
"@lightninglabs/lnc-core": "^0.3.2-alpha"
},
"devDependencies": {
"@babel/core": "7.18.10",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1539,10 +1539,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@lightninglabs/lnc-core@^0.3.1-alpha":
version "0.3.1-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.1-alpha.tgz#cfd6c0857a20013fb1819b40bd1158a2edc8bcf0"
integrity sha512-I/hThdItLWJ6RU8Z27ZIXhpBS2JJuD3+TjtaQXX2CabaUYXlcN4sk+Kx8N/zG/fk8qZvjlRWum4vHu4ZX554Fg==
"@lightninglabs/lnc-core@^0.3.2-alpha":
version "0.3.2-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.2-alpha.tgz#bde028a858a77d78af4885df8bd95b036103b736"
integrity sha512-H6tG+X9txCIdxTR+GPsbImzP2Juo+6Uvq/Ipaijd7xPISzgEU4J4GNE5PEHuIZqbnBo1RmpuXnFG6dmsl3PTzQ==

"@nodelib/[email protected]":
version "2.1.5"