Skip to content

Commit 9a4cdc2

Browse files
committed
updated package to v4.15
1 parent b921c28 commit 9a4cdc2

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,51 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.15.0](https://github.com/glific/glific-frontend/compare/v14.13.1...v4.15.0)
8+
9+
- Added export without auto translation option [`#2704`](https://github.com/glific/glific-frontend/pull/2704)
10+
- Added flag for auto translation [`#2700`](https://github.com/glific/glific-frontend/pull/2700)
11+
- Fixed blank chat name [`#2699`](https://github.com/glific/glific-frontend/pull/2699)
12+
- momentjs/date-fns to dayjs [`#2693`](https://github.com/glific/glific-frontend/pull/2693)
13+
- warning fixes during dev mode [`#2692`](https://github.com/glific/glific-frontend/pull/2692)
14+
- Auto translate [`#2674`](https://github.com/glific/glific-frontend/pull/2674)
15+
- Added Error message for when the account doesn't exist. [`#2690`](https://github.com/glific/glific-frontend/pull/2690)
16+
- Upgrades [`#2678`](https://github.com/glific/glific-frontend/pull/2678)
17+
- Validate trigger before its creation [`#2682`](https://github.com/glific/glific-frontend/pull/2682)
18+
- Add missing mutation to update organization default language [`#2676`](https://github.com/glific/glific-frontend/pull/2676)
19+
- Added flow tester improvements [`#2673`](https://github.com/glific/glific-frontend/pull/2673)
20+
- Added body in ticket search [`#2669`](https://github.com/glific/glific-frontend/pull/2669)
21+
- Added automatic wait for responnse after interactive message [`#2663`](https://github.com/glific/glific-frontend/pull/2663)
22+
- Ticketing feedbacks [`#2664`](https://github.com/glific/glific-frontend/pull/2664)
23+
- Fixed minor UI issues [`#2662`](https://github.com/glific/glific-frontend/pull/2662)
24+
- package upgrade [`#2644`](https://github.com/glific/glific-frontend/pull/2644)
25+
- Export and bulk update tickets support [`#2649`](https://github.com/glific/glific-frontend/pull/2649)
26+
- Enhancements for ticketing system [`#2643`](https://github.com/glific/glific-frontend/pull/2643)
27+
- Templates copy [`#2618`](https://github.com/glific/glific-frontend/pull/2618)
28+
29+
30+
#### [v4.14.1](https://github.com/glific/glific-frontend/compare/v4.14.0...v4.14.1)
31+
32+
> 14 December 2023
33+
34+
- Added body in ticket search [`#2669`](https://github.com/glific/glific-frontend/pull/2669)
35+
36+
37+
#### [v4.14.0](https://github.com/glific/glific-frontend/compare/v4.13.0...v4.14.0)
38+
39+
> 13 December 2023
40+
41+
- Added automatic wait for responnse after interactive message [`#2663`](https://github.com/glific/glific-frontend/pull/2663)
42+
- Ticketing feedbacks [`#2664`](https://github.com/glific/glific-frontend/pull/2664)
43+
- Fixed minor UI issues [`#2662`](https://github.com/glific/glific-frontend/pull/2662)
44+
- Package upgrade [`#2644`](https://github.com/glific/glific-frontend/pull/2644)
45+
- Export and bulk update tickets support [`#2649`](https://github.com/glific/glific-frontend/pull/2649)
46+
- Enhancements for ticketing system [`#2643`](https://github.com/glific/glific-frontend/pull/2643)
47+
- Templates copy [`#2618`](https://github.com/glific/glific-frontend/pull/2618)
48+
- Added send location feature [`#2635`](https://github.com/glific/glific-frontend/pull/2635)
49+
- Added filter for name or phone in tickets [`#2627`](https://github.com/glific/glific-frontend/pull/2627)
50+
51+
752
#### [v4.13.1](https://github.com/glific/glific-frontend/compare/v4.13.0...v4.13.1)
853

954
- Added filter for name or phone in tickets [`#2627`](https://github.com/glific/glific-frontend/pull/2627)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glific-frontend",
3-
"version": "4.14.0",
3+
"version": "4.15.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)