From c409820bbd89eed082d18d21b7a1d68269c9efdf Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Fri, 29 Dec 2023 13:44:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20adjust?= =?UTF-8?q?=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 c3bd158547..9d3151a47a 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",