Skip to content

Commit

Permalink
[Release] version 0.2.14-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Sep 14, 2023
1 parent 2704e04 commit cee2eed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.2.14-beta.1",
"version": "0.2.14-beta.2",
"versions": {
"git": "0.2.14-beta.1",
"npm": "0.2.14-beta.1"
"git": "0.2.14-beta.2",
"npm": "0.2.14-beta.2"
},
"workspaces": [
"packages/*"
Expand Down
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.14-beta.1",
"version": "0.2.14-beta.2",
"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.14-beta.1' };
export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.14-beta.2' };

0 comments on commit cee2eed

Please sign in to comment.