Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.25.6 (develop) #2175

Merged
merged 34 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
80569eb
Merge pull request #2031 from blocknative/release/2.24.18
Adamj1232 Dec 19, 2023
ea121ac
Merge pull request #2032 from blocknative/release/2.24.18
Adamj1232 Dec 19, 2023
ba7e8e3
Release 2.24.19 (#2043)
Adamj1232 Jan 11, 2024
836d4b1
[FIX] - Update node version required for Walletconnect package (#2045)
Adamj1232 Jan 11, 2024
7920ac8
Updated config.yml
Adamj1232 Jan 11, 2024
2cb0bd5
Updated config.yml
Adamj1232 Jan 11, 2024
c87eb21
Release 2.24.19 (docs) (#2044)
Adamj1232 Jan 11, 2024
b376ddd
Release 2.25.0 (#2102)
Adamj1232 Mar 21, 2024
2fb9721
Release 2.25.0 (#2104)
Adamj1232 Mar 21, 2024
2ddd3f7
Update MetaMask CCI node version to 18.18.1 (#2105)
Adamj1232 Mar 22, 2024
72437d9
Bump CCI resource class for MetaMask module (#2106)
Adamj1232 Mar 22, 2024
4827858
Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)
Adamj1232 Mar 22, 2024
12809c3
Refine CCI workflow for Prod Release, update Node V for MetaMask and …
Adamj1232 Mar 22, 2024
76cb64a
Release 2.25.0 (docs) (#2103)
Adamj1232 Mar 22, 2024
96e987d
Release 2.25.1 (#2118)
Adamj1232 Mar 26, 2024
1770d7a
Release 2.25.1 (docs) (#2119)
Adamj1232 Mar 26, 2024
be8e7c8
Update docs node version
Adamj1232 Mar 26, 2024
bb95408
Release 2.25.2 (#2133)
Adamj1232 Apr 4, 2024
04ba2dc
Release 2.25.2 (docs) (#2134)
Adamj1232 Apr 4, 2024
a2350b6
Release 2.25.3 (#2143)
Adamj1232 Apr 9, 2024
ca4886d
Release 2.25.3 (main - version fix for injected) (#2145)
Adamj1232 Apr 9, 2024
8a0ab7b
Release 2.25.3 (docs) (#2144)
Adamj1232 Apr 9, 2024
fcc97d5
Release 2.25.5 (#2164)
Adamj1232 Apr 15, 2024
47a26b9
Release 2.25.5 (docs) (#2165)
Adamj1232 Apr 15, 2024
13f4918
update versions
leightkt Apr 22, 2024
8af4125
merge main
leightkt Apr 22, 2024
d4e5a4c
merge docs
leightkt Apr 22, 2024
c7fe72f
yarn
leightkt Apr 22, 2024
fc9d9f8
reset yarn
leightkt Apr 22, 2024
24a8282
reset yarn.lock for docs
leightkt Apr 22, 2024
dae38ea
update docs package
leightkt Apr 22, 2024
0261742
Merge branch 'develop' into release/2.25.6
leightkt Apr 22, 2024
1e83ef3
update metamask in docs and demo, yarn docs
leightkt Apr 22, 2024
746b789
remove alpha tags from docs
leightkt Apr 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "^2.0.0",
"@web3-onboard/blocto": "^2.0.0",
"@web3-onboard/capsule": "^2.0.1",
"@web3-onboard/capsule": "^2.0.2",
"@web3-onboard/cede-store": "^2.2.0",
"@web3-onboard/coinbase": "^2.2.7",
"@web3-onboard/core": "^2.21.6",
Expand All @@ -72,7 +72,7 @@
"@web3-onboard/keystone": "^2.3.7",
"@web3-onboard/ledger": "^2.6.0",
"@web3-onboard/magic": "^2.1.7",
"@web3-onboard/metamask": "^2.0.5",
"@web3-onboard/metamask": "^2.0.6",
"@web3-onboard/mew-wallet": "^2.0.4",
"@web3-onboard/phantom": "^2.0.3",
"@web3-onboard/portis": "^2.1.7",
Expand Down
2,355 changes: 716 additions & 1,639 deletions docs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-onboard-monorepo",
"version": "2.25.5",
"version": "2.25.6",
"private": true,
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/capsule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/capsule",
"version": "2.0.2-alpha.1",
"version": "2.0.2",
"description": "Capsule SDK wallet module for connecting to Web3-Onboard. 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, 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.",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "2.0.1",
"@web3-onboard/blocto": "^2.0.1",
"@web3-onboard/capsule": "2.0.2-alpha.1",
"@web3-onboard/capsule": "2.0.2",
"@web3-onboard/cede-store": "^2.2.0",
"@web3-onboard/core": "^2.21.6",
"@web3-onboard/coinbase": "^2.2.7",
Expand All @@ -47,7 +47,7 @@
"@web3-onboard/keystone": "^2.3.8",
"@web3-onboard/ledger": "^2.6.0",
"@web3-onboard/magic": "^2.1.6",
"@web3-onboard/metamask": "^2.0.5",
"@web3-onboard/metamask": "^2.0.6",
"@web3-onboard/mew-wallet": "^2.0.3",
"@web3-onboard/phantom": "^2.0.3",
"@web3-onboard/portis": "^2.1.6",
Expand Down
6 changes: 5 additions & 1 deletion packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
import venlyModule from '@web3-onboard/venly'
import bitgetModule from '@web3-onboard/bitget'
import particleAuthModule from '@web3-onboard/particle-network'
import capsuleModule, { Environment, OAuthMethod, Theme } from '@web3-onboard/capsule'
import capsuleModule, {
Environment,
OAuthMethod,
Theme
} from '@web3-onboard/capsule'
import {
recoverAddress,
arrayify,
Expand Down
2 changes: 1 addition & 1 deletion packages/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/metamask",
"version": "2.0.6-alpha.1",
"version": "2.0.6",
"description": "MetaMask SDK wallet module for connecting to Web3-Onboard. 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, 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.",
"keywords": [
"Ethereum",
Expand Down
Loading