From 47cd12baa2a4846e4c177f9623bea528f02b95fa Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Thu, 17 Oct 2024 21:57:50 +0000 Subject: [PATCH] v0.109.0 --- CHANGELOG.md | 21 +++++++++++++++++++-- package.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbee017a..e08a9b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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). +#### [v0.109.0](https://github.com/nyaruka/temba-components/compare/v0.108.7...v0.109.0) + +- Add Shortcuts [`#460`](https://github.com/nyaruka/temba-components/pull/460) +- Add shortcuts to compose widget [`6db4c0c`](https://github.com/nyaruka/temba-components/commit/6db4c0caf9060b7e457c3a77812c86001a342234) +- Update tests [`8148d11`](https://github.com/nyaruka/temba-components/commit/8148d11d95e16881907d3dd675d3678caee8dd29) +- Add test shortcuts endpoint [`eb0d169`](https://github.com/nyaruka/temba-components/commit/eb0d16942e34a0869b17d07b4f5a843b7403d31d) + #### [v0.108.7](https://github.com/nyaruka/temba-components/compare/v0.108.6...v0.108.7) +> 16 October 2024 + - Add icon for invitations [`d0741ae`](https://github.com/nyaruka/temba-components/commit/d0741ae013e5f0391a7a087cc1a372dbba03555c) #### [v0.108.6](https://github.com/nyaruka/temba-components/compare/v0.108.5...v0.108.6) @@ -155,13 +164,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442) -#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.97.0) +#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.96.0...v0.97.0) > 11 July 2024 - Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441) - Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9) +#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0) + +> 11 July 2024 + #### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0) > 3 July 2024 @@ -666,12 +679,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364) - Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365) -#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8) +#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.7...v0.58.8) > 28 September 2023 - Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d) +#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7) + +> 28 September 2023 + #### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6) > 28 September 2023 diff --git a/package.json b/package.json index 2f7fac8d..2474537b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nyaruka/temba-components", - "version": "0.108.7", + "version": "0.109.0", "description": "Web components to support rapidpro and related projects", "author": "Nyaruka ", "main": "dist/index.js",