Skip to content

Commit

Permalink
v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Mar 6, 2024
1 parent adb0f3f commit 3a54cca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

#### [v1.27.0](https://github.com/nyaruka/floweditor/compare/v1.26.5...v1.27.0)

> 6 March 2024
- Edit component-based message templates [`#1223`](https://github.com/nyaruka/floweditor/pull/1223)
- Add component based whatsapp templates [`49d5830`](https://github.com/nyaruka/floweditor/commit/49d583088d027ae12ef2ee9940f0d29f108ea7ed)
- Don't include translations if they are all blank [`72132d9`](https://github.com/nyaruka/floweditor/commit/72132d9e02ddb73b1c2a207bee61df243559216b)
- Add template-editor component [`c4e9c13`](https://github.com/nyaruka/floweditor/commit/c4e9c13dbbd90ec99e75d7c6b0dd63b087e07c5b)

#### [v1.26.5](https://github.com/nyaruka/floweditor/compare/v1.26.4...v1.26.5)

> 4 March 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nyaruka/flow-editor",
"license": "AGPL-3.0",
"repository": "git://github.com/nyaruka/floweditor.git",
"version": "1.26.5",
"version": "1.27.0",
"description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'",
"browser": "umd/flow-editor.min.js",
"unpkg": "umd/flow-editor.min.js",
Expand Down

0 comments on commit 3a54cca

Please sign in to comment.