Skip to content

Commit

Permalink
馃煟 Release 5.1.0
Browse files Browse the repository at this point in the history
Merge pull request #6191 from thesan/release/luxor
  • Loading branch information
WRadoslaw committed Apr 18, 2024
2 parents 38e4ea9 + 3bb36e6 commit ae90116
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 176 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.0] - 2024-04-18

- New types for Luxor network release

## [5.0.0] - 2024-03-13

### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"typescript": "^5.1.6"
},
"resolutions": {
"@polkadot/api": "10.1.4",
"@polkadot/keyring": "11.1.1",
"@polkadot/types": "10.1.4",
"@polkadot/api": "10.7.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "10.7.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/networks": "9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/atlas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/atlas",
"description": "UI for consuming Joystream - a user governed video platform",
"version": "5.0.0",
"version": "5.1.0",
"license": "GPL-3.0",
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@hookform/resolvers": "^2.9.10",
"@joystream/js": "^1.4.0",
"@joystream/metadata-protobuf": "2.8.1",
"@joystream/types": "4.3.0",
"@joystream/types": "4.5.0",
"@livesession/sdk": "^1.1.4",
"@loadable/component": "^5.15.2",
"@lottiefiles/react-lottie-player": "^3.5.0",
Expand Down

0 comments on commit ae90116

Please sign in to comment.