Skip to content

Commit

Permalink
chore: v2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Nov 23, 2023
1 parent ff2f245 commit c9b396b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can use Bitcoin Connect without any build tools:
> NOTE: LNC connector is not supported!
```html
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.3.1/dist/index.browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.4.1/dist/index.browser.js"></script>
```

## 🤙 Usage
Expand Down
2 changes: 1 addition & 1 deletion demos/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Bitcoin Connect</title>
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.3.1/dist/index.browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.4.1/dist/index.browser.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion demos/html/minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Bitcoin Connect</title>
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.3.1/dist/index.browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@getalby/bitcoin-connect@2.4.1/dist/index.browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion demos/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@getalby/bitcoin-connect-react": "2.4.0-alpha.3",
"@getalby/bitcoin-connect-react": "2.4.1",
"@getalby/lightning-tools": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/bitcoin-connect",
"version": "2.4.0-alpha.7",
"version": "2.4.1",
"description": "Web components to connect to a lightning wallet and power a website with WebLN",
"type": "module",
"source": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/bitcoin-connect-react",
"version": "2.4.0-alpha.7",
"version": "2.4.1",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.cjs",
Expand All @@ -21,7 +21,7 @@
"build": "microbundle --globals react=React --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react"
},
"dependencies": {
"@getalby/bitcoin-connect": "2.4.0-alpha.7"
"@getalby/bitcoin-connect": "2.4.1"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
8 changes: 4 additions & 4 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1018,10 +1018,10 @@
"@babel/helper-validator-identifier" "^7.22.5"
to-fast-properties "^2.0.0"

"@getalby/[email protected].0-alpha.7":
version "2.4.0-alpha.7"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-2.4.0-alpha.7.tgz#ae9901f7e2e1796c61de1919a26dfa7baadabb89"
integrity sha512-ADWiiEtcdbgfKnzhQOfCr7CFGuBG0oNqL3rFBUtBAFyEvRq87GKg8S9q7+pIK4+XUL4WiiAGXb+EORPxJq9W4A==
"@getalby/[email protected].1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-2.4.1.tgz#a2d5f4e559a6ad53cdb78f710f56ca7b0850ee39"
integrity sha512-OeL+wibVjPusIRbZ/mqm5l54TstJJi1F45nuO7Z0/7AxQibYbCDD9Nf9jXsWl/zyJdzeETxKxbtUyB0S7cqswQ==
dependencies:
"@getalby/lightning-tools" "^4.2.0"
"@getalby/sdk" "^2.6.0"
Expand Down

0 comments on commit c9b396b

Please sign in to comment.