diff --git a/README.md b/README.md index 8d07ef3..36a6307 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ You can use Bitcoin Connect without any build tools: ```html diff --git a/package.json b/package.json index 81d10c5..94c0c8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getalby/bitcoin-connect", - "version": "3.3.0-beta.2", + "version": "3.3.0", "description": "Web components to connect to a lightning wallet and power a website with WebLN", "type": "module", "source": "src/index.ts", diff --git a/react/package.json b/react/package.json index 557f217..db02dc3 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@getalby/bitcoin-connect-react", - "version": "3.3.0-beta.4", + "version": "3.3.0", "type": "module", "source": "src/index.ts", "main": "./dist/index.cjs", @@ -23,10 +23,11 @@ ], "scripts": { "dev": "microbundle --globals react=React --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react watch", + "prepack": "yarn build", "build": "microbundle --globals react=React --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react" }, "dependencies": { - "@getalby/bitcoin-connect": "^3.3.0-beta.2" + "@getalby/bitcoin-connect": "^3.3.0" }, "devDependencies": { "@types/react": "^18.2.21", diff --git a/react/yarn.lock b/react/yarn.lock index 14184f3..48ce92c 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -1018,10 +1018,10 @@ "@babel/helper-validator-identifier" "^7.22.5" to-fast-properties "^2.0.0" -"@getalby/bitcoin-connect@^3.3.0-beta.2": - version "3.3.0-beta.2" - resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.3.0-beta.2.tgz#9491763ddc731b9cf9c425f6de1cbe5c47af5cd8" - integrity sha512-U/ZzIGUQjM42KeN6F08bi//86MTmHxMmm9wrQZE4ir+DjrkXABcLXu6yxRkMV5MVWtpUlCj5OBO89+TVMciptA== +"@getalby/bitcoin-connect@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.3.0.tgz#7a53bf884729e8ff3e692e059d2b9c02ba75fa4b" + integrity sha512-3e4oGasmz6EdX+xwzS/bFv9nZmZcFSafSgrabpX9ejvBGS93sntZ8yFwLf0ynyvpxcUbeCq4Ww0Vt3TlQmwgug== dependencies: "@getalby/lightning-tools" "^5.0.3" "@getalby/sdk" "^3.2.3"