Skip to content

Commit

Permalink
v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Mar 17, 2024
1 parent 8625dce commit 9f2a09b
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.28.0](https://github.com/nyaruka/floweditor/compare/v1.27.2...v1.28.0)

> 17 March 2024
- Disallow editing nodes on mobile [`#1227`](https://github.com/nyaruka/floweditor/pull/1227)
- Tweaks to be more mobile friendly [`d59c77c`](https://github.com/nyaruka/floweditor/commit/d59c77c876a8b4a1f9d4b1fb6e3a788a253268d1)
- Update components [`cdb61ce`](https://github.com/nyaruka/floweditor/commit/cdb61cea9057198a077913cceef25efb18c57f74)
- Fix mobile state check [`89f19bc`](https://github.com/nyaruka/floweditor/commit/89f19bc32b0a44a846149acb9875210091725c4a)

#### [v1.27.2](https://github.com/nyaruka/floweditor/compare/v1.27.1...v1.27.2)

> 7 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.27.2",
"version": "1.28.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 9f2a09b

Please sign in to comment.