From bd1af129dad18e53761cfae869b3c1f1315eaa11 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Fri, 4 Aug 2023 15:06:58 -0700 Subject: [PATCH] v0.58.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9163a2..60b48dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.58.1](https://github.com/nyaruka/temba-components/compare/v0.58.0...v0.58.1) + +- Truncate labels to max-width [`#355`](https://github.com/nyaruka/temba-components/pull/355) + #### [v0.58.0](https://github.com/nyaruka/temba-components/compare/v0.57.1...v0.58.0) +> 3 August 2023 + - Fix issue with contact search returning without blockers [`#354`](https://github.com/nyaruka/temba-components/pull/354) - Add test for temba-contact-search [`b3c3816`](https://github.com/nyaruka/temba-components/commit/b3c381666f128b49f95de193f499cef9969af2cd) - Add temporary delay [`8dbd96a`](https://github.com/nyaruka/temba-components/commit/8dbd96aafe5ca5e34f7957e51d2d379e9b436f35) diff --git a/package.json b/package.json index c4215362..fdf00e86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nyaruka/temba-components", - "version": "0.58.0", + "version": "0.58.1", "description": "Web components to support rapidpro and related projects", "author": "Nyaruka ", "main": "dist/index.js",