Skip to content

Commit

Permalink
Merge pull request #80 from Cerebellum-Network/release/0.22.0
Browse files Browse the repository at this point in the history
Release 0.22.0
  • Loading branch information
shamilkhan authored Jul 14, 2023
2 parents 4c081a8 + 3dd69c3 commit 93724af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## vNext
...

## 0.22.0
- Added Cere Mainnet link to PolkassemblyIo

## 0.21.0
- Added workflow_dispatch for Prod and Stage

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.21.0-cere",
"version": "0.22.0-cere",
"versions": {
"git": "0.21.0-cere",
"npm": "0.21.0-cere"
"git": "0.22.0-cere",
"npm": "0.22.0-cere"
},
"workspaces": [
"packages/*"
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/links/polkassembly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const PolkassemblyIo: ExternalDef = {
Astar: 'astar',
'Bifrost Polkadot': 'bifrost',
Calamari: 'calamari',
'Cere Mainnet Beta': 'cere',
'Centrifuge Mainnet': 'centrifuge',
Khala: 'khala',
Kusama: 'kusama',
Expand Down

0 comments on commit 93724af

Please sign in to comment.