From af0db9886fbdcbcced737d617c328ee1d5fee11a Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Sat, 23 Nov 2024 01:10:21 +0000 Subject: [PATCH] v1.36.2 --- CHANGELOG.md | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9966f437..31235437b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 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.1](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.1) +#### [v1.36.2](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.2) -> 21 November 2024 +> 23 November 2024 +- Clear activity timeout on unmount [`#1255`](https://github.com/nyaruka/floweditor/pull/1255) - 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) @@ -18,20 +19,15 @@ 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.1...v1.35.2) +#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.0...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) diff --git a/package.json b/package.json index 908f94ab5..a53e9ce0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nyaruka/flow-editor", "license": "AGPL-3.0", "repository": "git://github.com/nyaruka/floweditor.git", - "version": "1.36.1", + "version": "1.36.2", "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",