Skip to content

Commit

Permalink
Merge pull request #843 from ViktorTigerstrom/2024-09-litd_0_13_4
Browse files Browse the repository at this point in the history
Bump `litd` to version `v0.13.4-alpha`
  • Loading branch information
ViktorTigerstrom authored Sep 16, 2024
2 parents 7631148 + 9bc30fa commit 414733c
Show file tree
Hide file tree
Showing 26 changed files with 25,973 additions and 15,459 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with a NodeJS base image that also contains yarn.
FROM node:16.14.2-alpine as nodejsbuilder
FROM node:22.8.0-alpine as nodejsbuilder

# Pass a tag, branch or a commit using build-arg. This allows a docker image to
# be built from a specified Git state. The default image will use the Git tip of
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the

| LiT | LND |
|-------------------|--------------|
| **v0.13.4-alpha** | v0.17.1-beta |
| **v0.13.3-alpha** | v0.17.1-beta |
| **v0.13.2-alpha** | v0.17.0-beta |
| **v0.13.1-alpha** | v0.17.0-beta |
Expand Down Expand Up @@ -159,6 +160,7 @@ The following table shows the supported combinations:

| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
|-------------------|--------------|--------------|---------------|--------------|----------------|
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
| **v0.13.3-alpha** | v0.18.2-beta | v0.28.6-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
| **v0.13.2-alpha** | v0.18.2-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
| **v0.13.1-alpha** | v0.18.1-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
Expand Down
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"react-scripts": "^5.0.1",
"sass": "1.43.4",
"storybook": "7.5.3",
"ts-protoc-gen": "0.12.0",
"ts-protoc-gen": "0.15.0",
"protoc-gen-js": "3.21.2",
"typescript": "4.1.6",
"webpack": "5.89.0"
},
Expand Down
Loading

0 comments on commit 414733c

Please sign in to comment.