From 0725591965e40c2933e4d409effe0ddbaafe2367 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Mon, 20 Sep 2021 14:44:09 -0700 Subject: [PATCH] v1.14.3 --- CHANGELOG.md | 22 ++++------------------ package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01544c3dc..80d2797aa 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.14.2](https://github.com/nyaruka/floweditor/compare/v1.14.1...v1.14.2) +#### [v1.14.3](https://github.com/nyaruka/floweditor/compare/v1.14.1...v1.14.3) -> 16 September 2021 +> 20 September 2021 +- Let components control how new objects are created [`#1013`](https://github.com/nyaruka/floweditor/pull/1013) - Use topic rather than subject for open ticket events in simulator [`#1012`](https://github.com/nyaruka/floweditor/pull/1012) - Bump axios from 0.21.1 to 0.21.2 [`#1011`](https://github.com/nyaruka/floweditor/pull/1011) - Change topic to be an object rather than string [`521994f`](https://github.com/nyaruka/floweditor/commit/521994f536a45618c7adf7cfd2b5cc6adeed2d9e) @@ -50,30 +51,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update i18n [`433d561`](https://github.com/nyaruka/floweditor/commit/433d561617365c762db02217545d7966341d307b) - Fix i18n for field placeholder [`ee7763d`](https://github.com/nyaruka/floweditor/commit/ee7763d66160f9078e1f8abba1361455528cb359) -#### [v1.13.16](https://github.com/nyaruka/floweditor/compare/v1.13.15...v1.13.16) +#### [v1.13.16](https://github.com/nyaruka/floweditor/compare/v1.13.9...v1.13.16) > 3 June 2021 - Remove old completion [`#999`](https://github.com/nyaruka/floweditor/pull/999) - Update snapshots [`74b2d6a`](https://github.com/nyaruka/floweditor/commit/74b2d6a941f20e1b01a593b40bb288fc08abb976) - merge [`d250bdc`](https://github.com/nyaruka/floweditor/commit/d250bdcd3d7fc8f81fdc2753b623c50d75b06983) - -#### [v1.13.15](https://github.com/nyaruka/floweditor/compare/v1.13.14...v1.13.15) - -> 20 May 2021 - - Make sass a dev dependency only [`5f8e6fe`](https://github.com/nyaruka/floweditor/commit/5f8e6fe6e3c7d463908e24fa3b646981ff6d5c6d) -#### [v1.13.14](https://github.com/nyaruka/floweditor/compare/v1.13.13...v1.13.14) - -> 20 May 2021 - -#### [v1.13.13](https://github.com/nyaruka/floweditor/compare/v1.13.9...v1.13.13) - -> 20 May 2021 - -- Update to latest temba-components [`be2723b`](https://github.com/nyaruka/floweditor/commit/be2723bd2e3ccae82f232a7282817bf6de88584c) - #### [v1.13.9](https://github.com/nyaruka/floweditor/compare/v1.13.8...v1.13.9) > 7 May 2021 diff --git a/package.json b/package.json index 90bf7d3ca..44386adfd 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.14.2", + "version": "1.14.3", "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",