Skip to content

Commit

Permalink
[Release] beta version 0.2.15-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Sep 28, 2023
1 parent 5b0aa88 commit d1c0444
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: 'sw-chain-list-assets'
gitHubToken: ${{ secrets.GH_AUTOMATION_TOKEN }}
branch: github.ref_name
branch: ${{ github.ref_name }}
directory: './packages/chain-list-assets/public'
wranglerVersion: '3'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.2.15-beta.9",
"version": "0.2.15-beta.10",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-list-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.2.15-beta.9",
"version": "0.2.15-beta.10",
"main": "index.js"
}
2 changes: 1 addition & 1 deletion packages/chain-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.2.15-beta.9",
"version": "0.2.15-beta.10",
"main": "index.js",
"dependencies": {
"@polkadot/dev": "0.67.167",
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-list/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.15-beta.9' };
export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.15-beta.10' };

0 comments on commit d1c0444

Please sign in to comment.