Skip to content

Commit

Permalink
v1.36.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 2, 2024
1 parent 2c8fa3e commit 4ca4ca1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,29 @@ 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.36.5](https://github.com/nyaruka/floweditor/compare/v1.36.3...v1.36.5)

> 2 December 2024
- Make char limits on result name and category on `set_run_result` actions consistent with routers [`#1256`](https://github.com/nyaruka/floweditor/pull/1256)
- Make char limits on result name and category on set_run_result actions be consistent with routers [`cad83f7`](https://github.com/nyaruka/floweditor/commit/cad83f79b8b20eb7144256dd0280a0339b9bb235)

#### [v1.36.3](https://github.com/nyaruka/floweditor/compare/v1.36.2...v1.36.3)

> 23 November 2024
- Remove unused method [`23aaf6d`](https://github.com/nyaruka/floweditor/commit/23aaf6d66621017a4c3c9a055fd327b3092ce9f8)

#### [v1.36.2](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.2)
#### [v1.36.2](https://github.com/nyaruka/floweditor/compare/v1.36.1...v1.36.2)

> 23 November 2024
- Clear activity timeout on unmount [`#1255`](https://github.com/nyaruka/floweditor/pull/1255)

#### [v1.36.1](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.1)

> 21 November 2024
- Disable topic creation [`#1253`](https://github.com/nyaruka/floweditor/pull/1253)

#### [v1.36.0](https://github.com/nyaruka/floweditor/compare/v1.35.2...v1.36.0)
Expand All @@ -25,15 +37,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix for test assets [`547a849`](https://github.com/nyaruka/floweditor/commit/547a849fdf242243625b4225ca8d71a4b1e03915)
- Fix error function name [`b1d0ef6`](https://github.com/nyaruka/floweditor/commit/b1d0ef66c410006d26587a080184ab8e092caa05)

#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.2)
#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.1...v1.35.2)

> 17 September 2024
- Bump express from 4.18.2 to 4.21.0 [`#1245`](https://github.com/nyaruka/floweditor/pull/1245)
- Add max length for SetRunResult category [`#1246`](https://github.com/nyaruka/floweditor/pull/1246)
- Update snapshots [`0f7bf40`](https://github.com/nyaruka/floweditor/commit/0f7bf40a53f1b0b594ba9792b5aed7c1fa76cb9c)

#### [v1.35.1](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.1)

> 8 August 2024
- Bump ws from 5.2.3 to 5.2.4 [`#1240`](https://github.com/nyaruka/floweditor/pull/1240)
- Display body as note on open ticket action [`#1244`](https://github.com/nyaruka/floweditor/pull/1244)
- Update snapshots [`0f7bf40`](https://github.com/nyaruka/floweditor/commit/0f7bf40a53f1b0b594ba9792b5aed7c1fa76cb9c)

#### [v1.35.0](https://github.com/nyaruka/floweditor/compare/v1.34.0...v1.35.0)

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.36.3",
"version": "1.36.5",
"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 4ca4ca1

Please sign in to comment.