From d95e343809df5c24d0e11a76198ccb17d51d8b64 Mon Sep 17 00:00:00 2001 From: WRadoslaw <92513933+WRadoslaw@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:31:57 +0100 Subject: [PATCH 01/16] Show only featured video in Marketplace carousel (#5382) --- packages/atlas/src/api/hooks/nfts.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/atlas/src/api/hooks/nfts.ts b/packages/atlas/src/api/hooks/nfts.ts index 1f972726e3..6e083a9c3a 100644 --- a/packages/atlas/src/api/hooks/nfts.ts +++ b/packages/atlas/src/api/hooks/nfts.ts @@ -194,6 +194,9 @@ export const useFeaturedNftsVideos = () => { variables: { limit: 10, orderBy: [OwnedNftOrderByInput.VideoViewsNumDesc], + where: { + isFeatured_eq: true, + }, }, }) From 774f03078b197b15fe65ac75d95c2926a521b95f Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 21 Nov 2023 16:33:17 +0200 Subject: [PATCH 02/16] changelog and version bump --- CHANGELOG.md | 14 ++++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594ca25578..78acbacc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [4.13.3] - 2023-11-21 + +### Changed + + - split logs for asset uploads + +### Fixed + +- Restored featured filter for marketplace carousel +- Fixed issue with funds withdrawals +- Fixed tables markup for mobile devices +- Fixed embedded videos previews +- Optimised performance of the homepage query + ## [4.13.2] - 2023-11-14 ### Changed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 657820c6f7..0229b4fe3f 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.13.2", + "version": "4.13.3", "license": "GPL-3.0", "scripts": { "start": "vite", From 7823d77c5c7abab22a1c5550fdb1f13aad6c6b35 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 21 Nov 2023 17:12:37 +0200 Subject: [PATCH 03/16] changelog and version bump --- CHANGELOG.md | 6 ++++++ packages/atlas/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78acbacc60..b688d458f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [4.13.4] - 2023-11-21 + +### Fixed + +- Fixed incorrect width of warning banner + ## [4.13.3] - 2023-11-21 ### Changed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 0229b4fe3f..2c66b9b8c5 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.13.3", + "version": "4.13.4", "license": "GPL-3.0", "scripts": { "start": "vite", From f68312273969db4dc202c2e925a3578e100759cb Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 27 Nov 2023 13:42:10 +0200 Subject: [PATCH 04/16] changelog and version bump --- CHANGELOG.md | 12 ++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b688d458f4..6a9b6957bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [4.14.0] - 2023-11-27 + +### Added + + - Introduced client notifications in Atlas + +### Fixed + +- Fixed asset encoding check error +- Optimised the queries performance +- Fixed the missing event for funds withdrawal + ## [4.13.4] - 2023-11-21 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 2c66b9b8c5..c39582c37d 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.13.4", + "version": "4.14.0", "license": "GPL-3.0", "scripts": { "start": "vite", From 69864da46bec29c1ab27280433be70de531c3b66 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 27 Nov 2023 13:55:03 +0200 Subject: [PATCH 05/16] changelog and version bump --- CHANGELOG.md | 7 ++++++- packages/atlas/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9b6957bd..db4b4b92bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [4.14.1] - 2023-11-27 + +### Fixed + +- Fixed asset encoding check error + ## [4.14.0] - 2023-11-27 ### Added @@ -13,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed asset encoding check error - Optimised the queries performance - Fixed the missing event for funds withdrawal diff --git a/packages/atlas/package.json b/packages/atlas/package.json index c39582c37d..2d689065f2 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.0", + "version": "4.14.1", "license": "GPL-3.0", "scripts": { "start": "vite", From e1ca090c45761e1899fb2bc815daac2c4fc465dc Mon Sep 17 00:00:00 2001 From: attemka Date: Wed, 6 Dec 2023 20:13:15 +0200 Subject: [PATCH 06/16] changelog and version bump --- CHANGELOG.md | 11 +++++++++-- packages/atlas/package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4b4b92bc..aa501acffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [4.14.2] - 2023-12-06 + +### Fixed + +- Fixed mismatch for notification types +- Fixed performance issues on studio page + ## [4.14.1] - 2023-11-27 ### Fixed @@ -15,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - Introduced client notifications in Atlas +- Introduced client notifications in Atlas ### Fixed @@ -32,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - - split logs for asset uploads +- split logs for asset uploads ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 2d689065f2..87e4dbced9 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.1", + "version": "4.14.2", "license": "GPL-3.0", "scripts": { "start": "vite", From 04996d9720591e73e46982c57e1a53a90415d2c2 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 8 Dec 2023 16:59:20 +0200 Subject: [PATCH 07/16] changelog and version bump --- CHANGELOG.md | 10 ++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa501acffc..ea80f7a26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [4.14.3] - 2023-12-08 + +### Changed + +- Changed Atlas TnC + +### Fixed + +- Fixed mismatch for notification types [2] + ## [4.14.2] - 2023-12-06 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 87e4dbced9..dedfd141fe 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.2", + "version": "4.14.3", "license": "GPL-3.0", "scripts": { "start": "vite", From b866b09e886ebb88c1b7a72e6b7b07174477fff1 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Thu, 14 Dec 2023 13:41:51 +0100 Subject: [PATCH 08/16] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20?= =?UTF-8?q?adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ packages/atlas/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea80f7a26a..edda2071f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.14.3] - 2023-12-08 +### Fixed + +- Fixed atlas meta server query +- Fiex basic channel query performance + +## [4.14.3] - 2023-12-08 + ### Changed - Changed Atlas TnC diff --git a/packages/atlas/package.json b/packages/atlas/package.json index dedfd141fe..7992c2738f 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.3", + "version": "4.14.4", "license": "GPL-3.0", "scripts": { "start": "vite", From f1b9eded99391f36b87ac78dff2732ffa73c4e58 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Fri, 29 Dec 2023 13:44:51 +0100 Subject: [PATCH 09/16] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20?= =?UTF-8?q?adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- packages/atlas/package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edda2071f1..b91332efd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ 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). -## [4.14.3] - 2023-12-08 +## [4.14.5] - 2023-12-29 + +### Fixed + +- Fixed wallet problems when injecting ethereum addresses +- Removed notification polling for anonymous users + +## [4.14.4] - 2023-12-08 ### Fixed - Fixed atlas meta server query -- Fiex basic channel query performance +- Fixed basic channel query performance ## [4.14.3] - 2023-12-08 diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 7992c2738f..ac0534c587 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.4", + "version": "4.14.5", "license": "GPL-3.0", "scripts": { "start": "vite", From 0c135b011820155e438c843f2c54d21906caefbc Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Fri, 12 Jan 2024 15:38:57 +0100 Subject: [PATCH 10/16] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20?= =?UTF-8?q?adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91332efd5..9b01a4e46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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). +## [4.14.6] - 2024-01-12 + +### Fixed + +- Fixed user geolocation on viewer side +- Fixed embedded view on mobile devices + +### Changed + +- Changed YPP opt out error message to include API message, for better UX. + ## [4.14.5] - 2023-12-29 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index ac0534c587..3978183d39 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.5", + "version": "4.14.6", "license": "GPL-3.0", "scripts": { "start": "vite", From 4ce99c4465cb144cd352cefaa1ae94701c52ca62 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Fri, 9 Feb 2024 10:09:58 +0100 Subject: [PATCH 11/16] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20?= =?UTF-8?q?adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b01a4e46f..b8b99619bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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). +## [4.15.0] - 2024-02-09 + +## Added + +- Request response time logging + +### Fixed + +- Atlas and Orion email validation difference +- Lack of channel collaborator for subsequent Atlas channels of a single member that joined YPP + +### Changed + +- Changed feature arrival dates on pills +- Channel collaborator permissions +- Homepage language and category filtering + ## [4.14.6] - 2024-01-12 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 3978183d39..6eea9ac53e 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.14.6", + "version": "4.15.0", "license": "GPL-3.0", "scripts": { "start": "vite", From 0063e07e0b7f999cca0a51fe4ade36c4168ce1b5 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Thu, 22 Feb 2024 13:40:35 +0100 Subject: [PATCH 12/16] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and?= =?UTF-8?q?=20adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b99619bc..7c5272d960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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). +## [4.15.1] - 2024-02-22 + +## Added + +- Page for curators +- Video preloading for homepage and video view + +### Fixed + +- Failing guest auth request in certain scenarios +- Asset URL is now properly cached + +### Changed + +- Storage operator blacklisting logic on asset upload + ## [4.15.0] - 2024-02-09 ## Added diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 6eea9ac53e..705eb3bdd1 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.15.0", + "version": "4.15.1", "license": "GPL-3.0", "scripts": { "start": "vite", From 68d9fbcfeed6af83bac510dff8f4acce4ec9fd27 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Thu, 7 Mar 2024 12:11:14 +0100 Subject: [PATCH 13/16] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and?= =?UTF-8?q?=20adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++-- packages/atlas/package.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5272d960..78ee30bad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,26 @@ 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). +## [4.15.2] - 2024-03-07 + +### Added + +- Short video filtering +- New search UI + +### Fixed + +- Overall performance improvements +- Asset download improvements + +### Changed + +- Error message on login +- Homepage feed is now semi curated + ## [4.15.1] - 2024-02-22 -## Added +### Added - Page for curators - Video preloading for homepage and video view @@ -23,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.15.0] - 2024-02-09 -## Added +### Added - Request response time logging diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 705eb3bdd1..0dc7b5a45d 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.15.1", + "version": "4.15.2", "license": "GPL-3.0", "scripts": { "start": "vite", From d66c3be7049ccfebbb26898029c7ca500aaf7a25 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Wed, 13 Mar 2024 16:31:14 +0100 Subject: [PATCH 14/16] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and?= =?UTF-8?q?=20adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ee30bad9..761f987478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.0.0] - 2024-03-13 + +### Added + +- New types for Nara network release + +### Fixed + +- Logs during upload failure + +### Changed + +- Rolled back to previous version of Swiper due to loop issues + ## [4.15.2] - 2024-03-07 ### Added diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 0dc7b5a45d..4769759cf6 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.15.2", + "version": "5.0.0", "license": "GPL-3.0", "scripts": { "start": "vite", From 3ee8346cb90cae473c78d89882c9e2b5c33279dd Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Thu, 18 Apr 2024 10:29:00 +0200 Subject: [PATCH 15/16] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and?= =?UTF-8?q?=20adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ packages/atlas/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761f987478..82e4033598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 4769759cf6..63b4ce5ddc 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -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", From 84647d3ebefe94a248ffa2e83819cc2378ea551a Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Mon, 22 Apr 2024 12:04:31 +0200 Subject: [PATCH 16/16] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and?= =?UTF-8?q?=20adjust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e4033598..368941f4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.2.0] - 2024-04-22 + +### Added + +- CRT features +- ChangeNOW integration +- Powered by Joystream label + +### Fixed + +- Embedded player ending screen + ## [5.1.0] - 2024-04-18 - New types for Luxor network release diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 63b4ce5ddc..ac1419530b 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "5.1.0", + "version": "5.2.0", "license": "GPL-3.0", "scripts": { "start": "vite",