@nyaruka/temba-components 0.108.5 → 0.108.6

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.108.6](https://github.com/nyaruka/temba-components/compare/v0.108.5...v0.108.6)
8
+
7
9
  #### [v0.108.5](https://github.com/nyaruka/temba-components/compare/v0.108.4...v0.108.5)
8
10
 
11
+ > 8 October 2024
12
+
9
13
  - Bump @75lb/deep-merge from 1.1.1 to 1.1.2 [`#448`](https://github.com/nyaruka/temba-components/pull/448)
10
14
  - Bump micromatch from 4.0.5 to 4.0.8 [`#449`](https://github.com/nyaruka/temba-components/pull/449)
11
15
  - Bump path-to-regexp from 6.2.1 to 6.3.0 [`#452`](https://github.com/nyaruka/temba-components/pull/452)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyaruka/temba-components",
3
- "version": "0.108.5",
3
+ "version": "0.108.6",
4
4
  "description": "Web components to support rapidpro and related projects",
5
5
  "author": "Nyaruka <code@nyaruka.coim>",
6
6
  "main": "dist/index.js",