From 648932f8342d711c5b7d6da5e3cd3be94b468e90 Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Fri, 6 Jan 2023 13:39:19 +0100 Subject: [PATCH] Update the changelog and version --- CHANGELOG.md | 10 ++++++++-- packages/ui/package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8439b7e7..4855cf7a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.1.0] - +## [1.1.0] - 2023-01-06 ### Added - Description in the forum category headers. @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The hire limit on single postion openings. - The temporary "Insufficient balance to cover fee" message on the vesting claim modal. +## [1.0.1] - 2023-01-05 + +### Fixed +- Proposal view crashing due to high amounts of JOY + ## [1.0.0] - 2022-12-16 ### Added @@ -66,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2022-12-02 [unreleased]: https://github.com/Joystream/pioneer/compare/v1.1.0...HEAD -[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.0...v1.1.0 +[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.1...v1.1.0 +[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Joystream/pioneer/compare/v0.1.1...v1.0.0 [0.1.1]: https://github.com/Joystream/pioneer/commits/v0.1.1 diff --git a/packages/ui/package.json b/packages/ui/package.json index 950c31e21d..9e6f4bff19 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@joystream/pioneer", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-only", "scripts": { "build": "node --max_old_space_size=4096 ./build.js",