Skip to content

Commit

Permalink
[Release] [Beta] Version 0.2.96-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Nov 28, 2024
1 parent 505fd47 commit 3f56a4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.96-beta.2",
"version": "0.2.96-beta.3",
"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.96-beta.2",
"version": "0.2.96-beta.3",
"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.96-beta.2",
"version": "0.2.96-beta.3",
"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.96-beta.2' };
export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.96-beta.3' };
2 changes: 1 addition & 1 deletion scripts/patch/patch-api.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Md5} from "ts-md5";
export const DEV_LOGO_PREFIX = "https://dev.sw-chain-list-assets.pages.dev";
export const PRODUCT_LOGO_PREFIX = "https://chain-list-assets.subwallet.app";
export const STABLE_VERSION = '0.2.95';
export const PATCH_VERSION = '0.2.96-beta.2';
export const PATCH_VERSION = '0.2.96-beta.3';
export const PATCH_SAVE_DIR = `./packages/chain-list-assets/public/patch/${STABLE_VERSION}`;
export const PATCH_SAVE_DEV = `${PATCH_SAVE_DIR}/preview.json`;
export const PATCH_SAVE_STABLE = `${PATCH_SAVE_DIR}/list.json`;
Expand Down

0 comments on commit 3f56a4c

Please sign in to comment.