Skip to content

Commit

Permalink
updated package to v4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Jan 18, 2024
1 parent b921c28 commit 9a4cdc2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glific-frontend",
"version": "4.14.0",
"version": "4.15.0",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 9a4cdc2

Please sign in to comment.