@nyaruka/temba-components 0.108.5 → 0.108.7
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.
- package/CHANGELOG.md +12 -10
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +2 -2
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +3 -2
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/vectoricon/index.ts +3 -2
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/user-plus-01.svg +1 -0
- package/static/svg/work/used/user-plus-01.svg +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,18 @@ 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.7](https://github.com/nyaruka/temba-components/compare/v0.108.6...v0.108.7)
|
|
8
|
+
|
|
9
|
+
- Add icon for invitations [`d0741ae`](https://github.com/nyaruka/temba-components/commit/d0741ae013e5f0391a7a087cc1a372dbba03555c)
|
|
10
|
+
|
|
11
|
+
#### [v0.108.6](https://github.com/nyaruka/temba-components/compare/v0.108.5...v0.108.6)
|
|
12
|
+
|
|
13
|
+
> 8 October 2024
|
|
14
|
+
|
|
7
15
|
#### [v0.108.5](https://github.com/nyaruka/temba-components/compare/v0.108.4...v0.108.5)
|
|
8
16
|
|
|
17
|
+
> 8 October 2024
|
|
18
|
+
|
|
9
19
|
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 [`#448`](https://github.com/nyaruka/temba-components/pull/448)
|
|
10
20
|
- Bump micromatch from 4.0.5 to 4.0.8 [`#449`](https://github.com/nyaruka/temba-components/pull/449)
|
|
11
21
|
- Bump path-to-regexp from 6.2.1 to 6.3.0 [`#452`](https://github.com/nyaruka/temba-components/pull/452)
|
|
@@ -145,17 +155,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
145
155
|
|
|
146
156
|
- Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442)
|
|
147
157
|
|
|
148
|
-
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.
|
|
158
|
+
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.97.0)
|
|
149
159
|
|
|
150
160
|
> 11 July 2024
|
|
151
161
|
|
|
152
162
|
- Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441)
|
|
153
163
|
- Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9)
|
|
154
164
|
|
|
155
|
-
#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
|
|
156
|
-
|
|
157
|
-
> 11 July 2024
|
|
158
|
-
|
|
159
165
|
#### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
|
|
160
166
|
|
|
161
167
|
> 3 July 2024
|
|
@@ -660,16 +666,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
660
666
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
661
667
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
662
668
|
|
|
663
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
669
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8)
|
|
664
670
|
|
|
665
671
|
> 28 September 2023
|
|
666
672
|
|
|
667
673
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
668
674
|
|
|
669
|
-
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
670
|
-
|
|
671
|
-
> 28 September 2023
|
|
672
|
-
|
|
673
675
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
674
676
|
|
|
675
677
|
> 28 September 2023
|