Skip to content

Commit

Permalink
Merge pull request #1942 from glific/changelog-updatev3.3
Browse files Browse the repository at this point in the history
Updated changelog and package
  • Loading branch information
mdshamoon authored Feb 24, 2022
2 parents 939e856 + 83d2100 commit bda5be4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@ 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).

#### [v3.3.0](https://github.com/glific/glific-frontend/compare/v3.2.2...v3.3.0)

> 25 February 2022
- Fixed webhook log time issue [`#1940`](https://github.com/glific/glific-frontend/pull/1940)
- Possible fix for websocket reconnect bug [`#1935`](https://github.com/glific/glific-frontend/pull/1935)
- Updated floweditor to v17 [`#1933`](https://github.com/glific/glific-frontend/pull/1933)
- Encoded url for validation [`#1931`](https://github.com/glific/glific-frontend/pull/1931)
- Changed message for starting a flow for collection [`#1930`](https://github.com/glific/glific-frontend/pull/1930)
- Package fixes [`#1919`](https://github.com/glific/glific-frontend/pull/1919)
- Added terminate flow option [`#1907`](https://github.com/glific/glific-frontend/pull/1907)
- reg instruction fixes [`#1914`](https://github.com/glific/glific-frontend/pull/1914)
- Contact history fixes [`#1915`](https://github.com/glific/glific-frontend/pull/1915)
- Added more logs to check websocket [`#1913`](https://github.com/glific/glific-frontend/pull/1913)
- Added all day check in organization settings [`#1874`](https://github.com/glific/glific-frontend/pull/1874)
- Hotfix/simulator with no contact name [`#1911`](https://github.com/glific/glific-frontend/pull/1911)


#### [v3.2.2](https://github.com/glific/glific-frontend/compare/v3.2.1...v3.2.2)

> 11 February 2022
- Updated package version [`#1910`](https://github.com/glific/glific-frontend/pull/1910)
- Possible fix for simulator issues [`#1908`](https://github.com/glific/glific-frontend/pull/1908)
- Fix delete organization issue [`#1901`](https://github.com/glific/glific-frontend/pull/1901)
- Added location option in simulator [`#1903`](https://github.com/glific/glific-frontend/pull/1903)
- Last message fixes [`#1884`](https://github.com/glific/glific-frontend/pull/1884)
- package upgrades [`#1898`](https://github.com/glific/glific-frontend/pull/1898)
- fix double loading icons [`#1896`](https://github.com/glific/glific-frontend/pull/1896)
- always show correct simulator name [`#1897`](https://github.com/glific/glific-frontend/pull/1897)
- rebuild packages [`4a3dca6`](https://github.com/glific/glific-frontend/commit/

#### [v3.2.1](https://github.com/glific/glific-frontend/compare/v3.2.0...v3.2.1)

> 3 February 2022
- Hotfix/ Removed validation [`#1891`](https://github.com/glific/glific-frontend/pull/1891)


#### [v3.2.0](https://github.com/glific/glific-frontend/compare/v3.1.0...v3.2.0)

> 31 January 2022
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": "3.2.2",
"version": "3.3.0",
"private": true,
"dependencies": {
"@absinthe/socket": "^0.2.1",
Expand Down

0 comments on commit bda5be4

Please sign in to comment.