Skip to content

Commit

Permalink
Merge pull request #2022 from glific/floweditor/dynamic-interactive
Browse files Browse the repository at this point in the history
Added dynamic interactive message
  • Loading branch information
mdshamoon authored Apr 12, 2022
2 parents 46b7c66 + 204561a commit a0c355f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.7.1](https://github.com/glific/glific-frontend/compare/v3.7.0...v3.7.1)

- Fixed interactive document issue [`#2004`](https://github.com/glific/glific-frontend/pull/2004)
- Added contacts count instead of users count [`#2015`](https://github.com/glific/glific-frontend/pull/2015)
- Added validation for duplicates [`#2003`](https://github.com/glific/glific-frontend/pull/2003)
- Updated floweditor with broadcast and attachment updates [`#2005`](https://github.com/glific/glific-frontend/pull/2005)
- Menu should be at the top level [`#2002`](https://github.com/glific/glific-frontend/pull/2002)
- Fixed count issue [`#2008`](https://github.com/glific/glific-frontend/pull/2008)

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

> 04 April 2022
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glific-frontend",
"version": "3.7.0",
"version": "3.7.1",
"private": true,
"dependencies": {
"@absinthe/socket": "^0.2.1",
Expand All @@ -17,7 +17,7 @@
"@date-io/date-fns": "^1.x",
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/mention": "^5.1.1",
"@glific/flow-editor": "^1.17.0-7",
"@glific/flow-editor": "^1.17.0-10",
"@jumpn/utils-graphql": "^0.6.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1344,10 +1344,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@glific/flow-editor@^1.17.0-7":
version "1.17.0-7"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.17.0-7.tgz#c3dcae907080f82f045eff40b11cd8f0117d8b2b"
integrity sha512-B0dxo0vCXPASeecsr+heSKj37XhIQeSCQc8IxsN8Xw1RY9CyelMgajKnn9yER5cCp237PE0/JIstGymm1s1QzA==
"@glific/flow-editor@^1.17.0-10":
version "1.17.0-10"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.17.0-10.tgz#3a7cc77b155bdfe5ee946b852956992c02c4dbc5"
integrity sha512-4A269Oy+Dk5BYCpk5EI8GR1kxohKuq55BIaMElFr+utx0F03QB/qBmzky+bsFtTARsQHdwXau5hAtEF/DGoDPA==
dependencies:
react "^16.8.6"
react-dom "^16.8.6"
Expand Down

0 comments on commit a0c355f

Please sign in to comment.