Skip to content

Commit 0aa4c77

Browse files
Merge pull request #40 from lightninglabs/2024-02-bump-lnc-rn-to-v0_3_1-alpha
Bump `lnc-rn` to `v0.3.1-alpha`
2 parents cf08688 + 936743c commit 0aa4c77

File tree

7 files changed

+1176
-1385
lines changed

7 files changed

+1176
-1385
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.x'
17+
node-version: '20.x'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn run build

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.x'
17+
node-version: '20.x'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn run lint

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn install --frozen-lockfile
1616
- run: npm publish --access public

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.x'
17+
node-version: '20.x'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn run prettier

fetch-libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.2.5-alpha
1+
VERSION=v0.3.1-alpha
22

33
ANDROID_ZIP_NAME=lnc-$VERSION-android.zip
44
IOS_ZIP_NAME=lnc-$VERSION-ios.zip

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-rn",
3-
"version": "0.2.5-alpha",
3+
"version": "0.3.1-alpha",
44
"description": "Lightning Node Connect npm module for React Native",
55
"main": "dist/commonjs/index.js",
66
"types": "dist/typescript/index.d.ts",
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/lightninglabs/lnc-rn#readme",
4646
"dependencies": {
47-
"@lightninglabs/lnc-core": "^0.2.5-alpha"
47+
"@lightninglabs/lnc-core": "^0.3.1-alpha"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "7.18.10",
@@ -53,10 +53,10 @@
5353
"@types/node": "17.0.16",
5454
"@types/react-native": "0.70.2",
5555
"chai": "4.3.6",
56-
"metro-react-native-babel-preset": "0.72.0",
56+
"metro-react-native-babel-preset": "0.76.9",
5757
"mocha": "9.2.2",
5858
"prettier": "2.6.0",
59-
"react-native": "0.68.2",
59+
"react-native": "0.72.10",
6060
"react-native-builder-bob": "0.18.3",
6161
"ts-loader": "9.2.6",
6262
"ts-node": "10.7.0",
@@ -65,6 +65,9 @@
6565
"tslint-config-prettier": "1.18.0",
6666
"typescript": "4.5.5"
6767
},
68+
"jest": {
69+
"preset": "react-native"
70+
},
6871
"peerDependencies": {
6972
"react": "*",
7073
"react-native": "*"

yarn.lock

Lines changed: 1164 additions & 1376 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)