Skip to content

Commit 42ca902

Browse files
committed
Publish new branch and packages
1 parent ddf5963 commit 42ca902

28 files changed

+54
-68
lines changed

packages/common/circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ workflows:
4343
filters:
4444
branches:
4545
only:
46-
- main
47-
- feature/v2
46+
- v2-web3-onboard

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@bn-onboard/common",
3-
"version": "2.0.0-alpha.13",
2+
"name": "@web3-onboard/common",
3+
"version": "2.0.0-alpha.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ workflows:
4444
filters:
4545
branches:
4646
only:
47-
- main
48-
- feature/v2
47+
- v2-web3-onboard

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@bn-onboard/core",
3-
"version": "2.0.0-alpha.18",
2+
"name": "@web3-onboard/core",
3+
"version": "2.0.0-alpha.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/fortmatic/circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ workflows:
2424
filters:
2525
branches:
2626
only:
27-
- main
28-
- feature/v2
27+
- v2-web3-onboard

packages/fortmatic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@bn-onboard/fortmatic",
3-
"version": "2.0.0-alpha.6",
4-
"description": "Fortmatic module for Onboard.js",
2+
"name": "@web3-onboard/fortmatic",
3+
"version": "2.0.0-alpha.1",
4+
"description": "Fortmatic module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
77
"main": "dist/index.js",

packages/gnosis/circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ workflows:
2424
filters:
2525
branches:
2626
only:
27-
- main
28-
- feature/v2
27+
- v2-web3-onboard

packages/gnosis/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@bn-onboard/gnosis",
3-
"version": "2.0.0-alpha.6",
4-
"description": "Gnosis module for Onboard.js",
2+
"name": "@web3-onboard/gnosis",
3+
"version": "2.0.0-alpha.1",
4+
"description": "Gnosis module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
77
"main": "dist/index.js",

packages/injected/circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ workflows:
4242
filters:
4343
branches:
4444
only:
45-
- main
46-
- feature/v2
45+
- v2-web3-onboard

packages/injected/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@bn-onboard/injected-wallets",
3-
"version": "2.0.0-alpha.8",
4-
"description": "Injected wallets module for Onboard.js",
2+
"name": "@web3-onboard/injected-wallets",
3+
"version": "2.0.0-alpha.1",
4+
"description": "Injected wallets module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)