Skip to content

Commit

Permalink
Merge pull request #1052 from blocknative/release/06-08
Browse files Browse the repository at this point in the history
Release 06-08 (develop)
  • Loading branch information
lnbc1QWFyb24 authored Jun 9, 2022
2 parents 5f3bd78 + e760b13 commit 20ca7e9
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 15 deletions.
20 changes: 19 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ aliases:
echo "$FILE exist"
circleci step halt
fi
- &generate-lock-file
run:
name: Generate lock file
Expand Down Expand Up @@ -273,6 +273,12 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/dcent
steps:
- node-build-steps
build-vue:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/vue
steps:
- node-build-steps

# Build staging/Alpha releases
build-staging-core:
Expand Down Expand Up @@ -383,6 +389,12 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/dcent
steps:
- node-staging-build-steps
build-staging-vue:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/vue
steps:
- node-staging-build-steps

workflows:
version: 2
Expand Down Expand Up @@ -495,3 +507,9 @@ workflows:
<<: *deploy_production_filters
- build-staging-dcent:
<<: *deploy_staging_filters
vue:
jobs:
- build-vue:
<<: *deploy_production_filters
- build-staging-vue:
<<: *deploy_staging_filters
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
"version": "2.2.11-alpha.3",
"version": "2.2.11",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down
4 changes: 2 additions & 2 deletions packages/dcent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/dcent",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "D'CENT module for web3-onboard",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/common": "^2.0.0",
"@web3-onboard/common": "^2.1.0",
"@ethereumjs/common": "^2.6.1",
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
},
"dependencies": {
"@web3-onboard/coinbase": "^2.0.3",
"@web3-onboard/core": "^2.2.9",
"@web3-onboard/core": "^2.2.11",
"@web3-onboard/dcent": "^2.0.0",
"@web3-onboard/fortmatic": "^2.0.2",
"@web3-onboard/gnosis": "^2.0.1",
"@web3-onboard/injected-wallets": "^2.0.7",
"@web3-onboard/injected-wallets": "^2.0.8",
"@web3-onboard/keepkey": "^2.1.0",
"@web3-onboard/keystone": "^2.1.0",
"@web3-onboard/keystone": "^2.1.1",
"@web3-onboard/ledger": "^2.1.0",
"@web3-onboard/magic": "^2.0.1",
"@web3-onboard/portis": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/injected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/injected-wallets",
"version": "2.0.8-alpha.2",
"version": "2.0.8",
"description": "Injected wallets module for web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.0.7",
"@web3-onboard/common": "^2.1.0",
"joi": "^17.4.2",
"lodash.uniqby": "^4.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/keystone",
"version": "2.1.1-alpha.1",
"version": "2.1.1",
"description": "Keystone module for web3-onboard",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
"version": "2.1.8-alpha.3",
"version": "2.1.8",
"description": "Collection of React Hooks for web3-onboard",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand All @@ -23,11 +23,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/core": "^2.2.11-alpha.3",
"@web3-onboard/common": "^2.1.0-alpha.1",
"@web3-onboard/core": "^2.2.11",
"@web3-onboard/common": "^2.1.0",
"use-sync-external-store": "1.0.0"
},
"peerDependencies": {
"react": ">=16.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.1.0",
"@web3-onboard/core": "^2.2.9",
"@web3-onboard/core": "^2.2.11",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 20ca7e9

Please sign in to comment.