We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32c5a commit b77000cCopy full SHA for b77000c
.circleci/config.yml
@@ -83,7 +83,7 @@ aliases:
83
name: Publish package to NPM
84
command: npm publish --access public
85
86
- - &publish-npm-next
+ - &publish-npm-tag-as-next
87
run:
88
89
command: npm publish --tag next --access public
@@ -143,7 +143,7 @@ commands:
143
yarn build
144
- *save-cache
145
- *create-npm-config
146
- - *publish-npm
+ - *publish-npm-tag-as-next
147
- save-build-flag
148
149
jobs:
packages/common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/common",
3
- "version": "2.0.9-alpha.2",
+ "version": "2.0.9-alpha.3",
4
"scripts": {
5
"build": "rollup -c",
6
"dev": "rollup -c -w",
0 commit comments