Skip to content

Commit fb81a1e

Browse files
leightktAdamj1232
andauthored
Release 2.24.7 (develop) (#1863)
* update arcana/demo packages and root version * add ts-ignore for arcana * update core, react, vue versions --------- Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
1 parent fc45122 commit fb81a1e

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

examples/with-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "module",
3333
"dependencies": {
3434
"@fontsource/fira-mono": "^4.5.10",
35-
"@web3-onboard/core": "^2.21.0-alpha.1",
35+
"@web3-onboard/core": "^2.21.0",
3636
"@web3-onboard/injected-wallets": "^2.8.5",
3737
"@web3-onboard/walletconnect": "^2.3.6",
3838
"buffer": "^6.0.3"

examples/with-vanilla-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@web3-onboard/coinbase": "^2.2.2",
31-
"@web3-onboard/core": "^2.21.0-alpha.1",
31+
"@web3-onboard/core": "^2.21.0",
3232
"@web3-onboard/injected-wallets": "^2.8.4",
3333
"@web3-onboard/walletconnect": "^2.3.5"
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.24.6",
3+
"version": "2.24.7",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/arcana-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/arcana-auth",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.",
66
"private": false,

packages/arcana-auth/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default function (opts: {
1717
const instance = new AuthProvider(opts.clientID, opts.params)
1818
await instance.init()
1919
return new Promise((resolve, reject) => {
20+
// @ts-ignore
2021
instance.provider.once('connect', () => {
2122
resolve({
2223
provider: createEIP1193Provider(instance.provider),

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.21.0-alpha.1",
3+
"version": "2.21.0",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-dev-server": "4.7.4"
2525
},
2626
"dependencies": {
27-
"@web3-onboard/arcana-auth": "^2.0.0-alpha.1",
27+
"@web3-onboard/arcana-auth": "^2.0.0",
2828
"@web3-onboard/cede-store": "^2.1.0",
2929
"@web3-onboard/blocto": "2.0.0",
3030
"@web3-onboard/coinbase": "^2.2.5",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.8.11-alpha.1",
3+
"version": "2.8.11",
44
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.21.0-alpha.1",
66+
"@web3-onboard/core": "^2.21.0",
6767
"use-sync-external-store": "1.0.0"
6868
},
6969
"peerDependencies": {

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.7.10-alpha.1",
3+
"version": "2.7.10",
44
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.21.0-alpha.1",
66+
"@web3-onboard/core": "^2.21.0",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)