@nyaruka/temba-components 0.95.0 → 0.96.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
8
+
7
9
  #### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
8
10
 
11
+ > 3 July 2024
12
+
9
13
  - Add template support to compose widget [`#440`](https://github.com/nyaruka/temba-components/pull/440)
10
14
 
11
15
  #### [v0.94.5](https://github.com/nyaruka/temba-components/compare/v0.94.4...v0.94.5)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyaruka/temba-components",
3
- "version": "0.95.0",
3
+ "version": "0.96.0",
4
4
  "description": "Web components to support rapidpro and related projects",
5
5
  "author": "Nyaruka <code@nyaruka.coim>",
6
6
  "main": "dist/index.js",