From 9a4cdc270146937de7adddc99f256c8a1795cfb2 Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Thu, 18 Jan 2024 22:27:11 +0530 Subject: [PATCH] updated package to v4.15 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9d1316e..89c847c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,51 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.15.0](https://github.com/glific/glific-frontend/compare/v14.13.1...v4.15.0) + +- Added export without auto translation option [`#2704`](https://github.com/glific/glific-frontend/pull/2704) +- Added flag for auto translation [`#2700`](https://github.com/glific/glific-frontend/pull/2700) +- Fixed blank chat name [`#2699`](https://github.com/glific/glific-frontend/pull/2699) +- momentjs/date-fns to dayjs [`#2693`](https://github.com/glific/glific-frontend/pull/2693) +- warning fixes during dev mode [`#2692`](https://github.com/glific/glific-frontend/pull/2692) +- Auto translate [`#2674`](https://github.com/glific/glific-frontend/pull/2674) +- Added Error message for when the account doesn't exist. [`#2690`](https://github.com/glific/glific-frontend/pull/2690) +- Upgrades [`#2678`](https://github.com/glific/glific-frontend/pull/2678) +- Validate trigger before its creation [`#2682`](https://github.com/glific/glific-frontend/pull/2682) +- Add missing mutation to update organization default language [`#2676`](https://github.com/glific/glific-frontend/pull/2676) +- Added flow tester improvements [`#2673`](https://github.com/glific/glific-frontend/pull/2673) +- Added body in ticket search [`#2669`](https://github.com/glific/glific-frontend/pull/2669) +- Added automatic wait for responnse after interactive message [`#2663`](https://github.com/glific/glific-frontend/pull/2663) +- Ticketing feedbacks [`#2664`](https://github.com/glific/glific-frontend/pull/2664) +- Fixed minor UI issues [`#2662`](https://github.com/glific/glific-frontend/pull/2662) +- package upgrade [`#2644`](https://github.com/glific/glific-frontend/pull/2644) +- Export and bulk update tickets support [`#2649`](https://github.com/glific/glific-frontend/pull/2649) +- Enhancements for ticketing system [`#2643`](https://github.com/glific/glific-frontend/pull/2643) +- Templates copy [`#2618`](https://github.com/glific/glific-frontend/pull/2618) + + +#### [v4.14.1](https://github.com/glific/glific-frontend/compare/v4.14.0...v4.14.1) + +> 14 December 2023 + +- Added body in ticket search [`#2669`](https://github.com/glific/glific-frontend/pull/2669) + + +#### [v4.14.0](https://github.com/glific/glific-frontend/compare/v4.13.0...v4.14.0) + +> 13 December 2023 + +- Added automatic wait for responnse after interactive message [`#2663`](https://github.com/glific/glific-frontend/pull/2663) +- Ticketing feedbacks [`#2664`](https://github.com/glific/glific-frontend/pull/2664) +- Fixed minor UI issues [`#2662`](https://github.com/glific/glific-frontend/pull/2662) +- Package upgrade [`#2644`](https://github.com/glific/glific-frontend/pull/2644) +- Export and bulk update tickets support [`#2649`](https://github.com/glific/glific-frontend/pull/2649) +- Enhancements for ticketing system [`#2643`](https://github.com/glific/glific-frontend/pull/2643) +- Templates copy [`#2618`](https://github.com/glific/glific-frontend/pull/2618) +- Added send location feature [`#2635`](https://github.com/glific/glific-frontend/pull/2635) +- Added filter for name or phone in tickets [`#2627`](https://github.com/glific/glific-frontend/pull/2627) + + #### [v4.13.1](https://github.com/glific/glific-frontend/compare/v4.13.0...v4.13.1) - Added filter for name or phone in tickets [`#2627`](https://github.com/glific/glific-frontend/pull/2627) diff --git a/package.json b/package.json index 95b445462..f44e1a219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "4.14.0", + "version": "4.15.0", "private": true, "type": "module", "dependencies": {