Skip to content

Commit

Permalink
Merge pull request #40 from lightninglabs/2024-02-bump-lnc-rn-to-v0_3…
Browse files Browse the repository at this point in the history
…_1-alpha

Bump `lnc-rn` to `v0.3.1-alpha`
  • Loading branch information
ViktorTigerstrom authored Mar 1, 2024
2 parents cf08688 + 936743c commit 0aa4c77
Show file tree
Hide file tree
Showing 7 changed files with 1,176 additions and 1,385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run build
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run lint
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run prettier
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.2.5-alpha
VERSION=v0.3.1-alpha

ANDROID_ZIP_NAME=lnc-$VERSION-android.zip
IOS_ZIP_NAME=lnc-$VERSION-ios.zip
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightninglabs/lnc-rn",
"version": "0.2.5-alpha",
"version": "0.3.1-alpha",
"description": "Lightning Node Connect npm module for React Native",
"main": "dist/commonjs/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/lightninglabs/lnc-rn#readme",
"dependencies": {
"@lightninglabs/lnc-core": "^0.2.5-alpha"
"@lightninglabs/lnc-core": "^0.3.1-alpha"
},
"devDependencies": {
"@babel/core": "7.18.10",
Expand All @@ -53,10 +53,10 @@
"@types/node": "17.0.16",
"@types/react-native": "0.70.2",
"chai": "4.3.6",
"metro-react-native-babel-preset": "0.72.0",
"metro-react-native-babel-preset": "0.76.9",
"mocha": "9.2.2",
"prettier": "2.6.0",
"react-native": "0.68.2",
"react-native": "0.72.10",
"react-native-builder-bob": "0.18.3",
"ts-loader": "9.2.6",
"ts-node": "10.7.0",
Expand All @@ -65,6 +65,9 @@
"tslint-config-prettier": "1.18.0",
"typescript": "4.5.5"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
Expand Down
2,540 changes: 1,164 additions & 1,376 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0aa4c77

Please sign in to comment.