Skip to content

Commit

Permalink
Merge branch 'main' into activity-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer authored Nov 23, 2024
2 parents 6629777 + e5996ce commit 7f3eec4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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)

> 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)

> 8 November 2024
Expand All @@ -12,15 +18,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.0",
"version": "1.36.1",
"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
1 change: 0 additions & 1 deletion src/components/flow/routers/ticket/TicketRouterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default class TicketRouterForm extends React.Component<
endpoint={this.context.config.endpoints.topics}
onChange={this.handleTopicUpdate}
value={this.state.topic.value}
createPrefix={i18n.t('forms.topic_prefix', 'Create Topic: ')}
searchable={true}
/>
</div>
Expand Down

0 comments on commit 7f3eec4

Please sign in to comment.