Skip to content

Commit

Permalink
Merge pull request #2081 from glific/feature/floweditor-dynamic-attac…
Browse files Browse the repository at this point in the history
…hment

Added dynamic attachment for interactive messages
  • Loading branch information
mdshamoon authored Jun 27, 2022
2 parents ecd975d + 9c2424e commit 82f284e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.5",
"version": "3.7.6",
"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.1-2",
"@glific/flow-editor": "^1.17.1-3",
"@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.1-2":
version "1.17.1-2"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.17.1-2.tgz#b27f7fc6e9b0190824678646d05f7351811cb63f"
integrity sha512-+71qXOxrEDsq0pSV+uv5PNqgM2by8dEKvBA8OcdVVleSKR+jcUF/3h34qw2UyjsuQsrdf5Msi0QgX7+7dW5y2Q==
"@glific/flow-editor@^1.17.1-3":
version "1.17.1-3"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.17.1-3.tgz#9f8645559daa4b2d2a0745f8302e2b0d84bcae80"
integrity sha512-64VVqqjiKmrYOH5iPHlJiE5Kr7unqWacRK80uJur/m8+ZZNvJlUzJo4KvarbQsLW+vUDWLXsCpUKt1+CG7v4Dw==
dependencies:
react "^16.8.6"
react-dom "^16.8.6"
Expand Down

0 comments on commit 82f284e

Please sign in to comment.