From 4e175a9f5cc7eff527492c3becf6dc55ac7a4186 Mon Sep 17 00:00:00 2001 From: Myriad DevOps <108708827+myriaddevops@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:00:50 +0700 Subject: [PATCH] chore(main): release 2.5.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82060b80e..78e1e13b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [2.5.0](https://github.com/myriadsocial/myriad-web/compare/2.4.0...2.5.0) (2024-01-16) + + +### Features + +* add new octopus and rococo icons ([#1899](https://github.com/myriadsocial/myriad-web/issues/1899)) ([81190fd](https://github.com/myriadsocial/myriad-web/commit/81190fdf2c2e7bb42d67452a3c79ab0ccb7e9d76)) +* add PAT & account sharing setting ([#1907](https://github.com/myriadsocial/myriad-web/issues/1907)) ([e15a84b](https://github.com/myriadsocial/myriad-web/commit/e15a84bfa85ba4aaa5fd91e83032ce612332f72e)) +* add rococo to the exclusive content currency list ([a73f694](https://github.com/myriadsocial/myriad-web/commit/a73f6948f1df587cf62e02c150383f895257e872)) +* added new compression in webpack ([2a1ce61](https://github.com/myriadsocial/myriad-web/commit/2a1ce619e433c370476abc0e283c1c3a6e712bb2)) +* loopback api limit 10 ([7a8b5f2](https://github.com/myriadsocial/myriad-web/commit/7a8b5f21d10e7dec33c9e49fc4e54881cbd6797a)) +* remove huge image performance bottlenecks ([6f35d1a](https://github.com/myriadsocial/myriad-web/commit/6f35d1a7719c19e83f7af2dfe7b537ef7c7727fc)) + + +### Bug Fixes + +* add editors to timeline creation ([#1918](https://github.com/myriadsocial/myriad-web/issues/1918)) ([e3414fe](https://github.com/myriadsocial/myriad-web/commit/e3414fee036fd4f34ad4af1364e8b994bb999985)) +* add scroll ([#1919](https://github.com/myriadsocial/myriad-web/issues/1919)) ([9f2440d](https://github.com/myriadsocial/myriad-web/commit/9f2440de5406c8d0b9126f3443eb3fa45d862498)) +* dependency issue ([#1932](https://github.com/myriadsocial/myriad-web/issues/1932)) ([bc5d491](https://github.com/myriadsocial/myriad-web/commit/bc5d49181c29db453894def55080dacae2190aa5)) +* disable create post button when editor is empty or timeline not selected ([#1876](https://github.com/myriadsocial/myriad-web/issues/1876)) ([2409438](https://github.com/myriadsocial/myriad-web/commit/24094387f098dd3bccd37bdbd35d40c9c206fcf8)) +* extension support ([#1880](https://github.com/myriadsocial/myriad-web/issues/1880)) ([7c2bccc](https://github.com/myriadsocial/myriad-web/commit/7c2bccca6388a3068a31869469834ae5726969d2)) +* fail to create exclusive content ([def94fe](https://github.com/myriadsocial/myriad-web/commit/def94fea467d729040deb67a08f029009dcc8e55)) +* fail to create exclusive content post ([#1887](https://github.com/myriadsocial/myriad-web/issues/1887)) ([def94fe](https://github.com/myriadsocial/myriad-web/commit/def94fea467d729040deb67a08f029009dcc8e55)) +* filter ([f35aecd](https://github.com/myriadsocial/myriad-web/commit/f35aecd08d7d60cd37f759d9a33d0651b130ceec)) +* mobile bottom navbar not appearing ([#1867](https://github.com/myriadsocial/myriad-web/issues/1867)) ([d1cce12](https://github.com/myriadsocial/myriad-web/commit/d1cce121b80e7846ff056dfe46232579f0012f9e)) +* mobile video not uploading ([#1885](https://github.com/myriadsocial/myriad-web/issues/1885)) ([867ed19](https://github.com/myriadsocial/myriad-web/commit/867ed19150ac80ee03876d1e0c80139fd36fdc08)) +* new mobile create post UI ([#1922](https://github.com/myriadsocial/myriad-web/issues/1922)) ([1e8d1b6](https://github.com/myriadsocial/myriad-web/commit/1e8d1b60c78d4bef8bf9066e144cce62ee9d4645)) +* redirect to home when logo is clicked ([#1865](https://github.com/myriadsocial/myriad-web/issues/1865)) ([ec5b702](https://github.com/myriadsocial/myriad-web/commit/ec5b702bd3d524739cffa713d651126b7e6fd4ab)) +* remove halo from profile header ([#1866](https://github.com/myriadsocial/myriad-web/issues/1866)) ([3c3ce19](https://github.com/myriadsocial/myriad-web/commit/3c3ce19c696f53e19dfd904754f82c44c3b3ce77)) +* sanitize x as twitter ([#1892](https://github.com/myriadsocial/myriad-web/issues/1892)) ([b0fcae1](https://github.com/myriadsocial/myriad-web/commit/b0fcae1758a0bf041ca815fceafd0ca32d2a98c4)) + ## [2.4.0](https://github.com/myriadsocial/myriad-web/compare/2.3.3...2.4.0) (2023-06-15) diff --git a/package.json b/package.json index 7f58cb4e1..9923887c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myriad-web", - "version": "2.4.0", + "version": "2.5.0", "description": "myriad-web", "private": true, "license": "AGPL-3.0",