From 5d070491f355cd03fdc98fd48d1583b3a118b5f1 Mon Sep 17 00:00:00 2001 From: Myriad DevOps <108708827+myriaddevops@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:15:42 +0700 Subject: [PATCH] chore(main): release 2.3.3 (#1766) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef3adf3c..2a73d025e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.3.3](https://github.com/myriadsocial/myriad-web/compare/2.3.2...2.3.3) (2023-03-17) + + +### Bug Fixes + +* change error handling message as anonymous user ([#1765](https://github.com/myriadsocial/myriad-web/issues/1765)) ([365bafe](https://github.com/myriadsocial/myriad-web/commit/365bafeb3369323596897298c307174c4292637e)) +* tipping ([#1767](https://github.com/myriadsocial/myriad-web/issues/1767)) ([e76064b](https://github.com/myriadsocial/myriad-web/commit/e76064b8a608db2a1cb3ede2a3c7ab54d61b39a6)) +* typo on reveal content modal ([#1771](https://github.com/myriadsocial/myriad-web/issues/1771)) ([a7b8210](https://github.com/myriadsocial/myriad-web/commit/a7b821064c2b28cbda4d935ce2ae2f962c535a1f)) +* validation create post on mobile display ([#1769](https://github.com/myriadsocial/myriad-web/issues/1769)) ([22e83cb](https://github.com/myriadsocial/myriad-web/commit/22e83cbaa64b914d55991f4cca5558aaef5c7fb9)) +* wrong time on imported post ([#1770](https://github.com/myriadsocial/myriad-web/issues/1770)) ([ea72450](https://github.com/myriadsocial/myriad-web/commit/ea72450f20e328f38c84163ee56856e496d6896e)) + ## [2.3.2](https://github.com/myriadsocial/myriad-web/compare/2.3.1...2.3.2) (2023-03-13) diff --git a/package.json b/package.json index 47c776182..abf5ed526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myriad-web", - "version": "2.3.2", + "version": "2.3.3", "description": "myriad-web", "private": true, "license": "AGPL-3.0",