Skip to content

Commit 8c86856

Browse files
committed
v0.114.0
1 parent 0aebf3d commit 8c86856

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Diff for: CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,38 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.114.0](https://github.com/nyaruka/temba-components/compare/v0.113.0...v0.114.0)
8+
9+
- Assignment bar [`#470`](https://github.com/nyaruka/temba-components/pull/470)
10+
- Add assignment bar [`10d2666`](https://github.com/nyaruka/temba-components/commit/10d2666af7ee61cc89dca8472748fdf9d5520e9e)
11+
- Remove cruft [`8bfb1e7`](https://github.com/nyaruka/temba-components/commit/8bfb1e795a885afa2893b0e6921f663c4487db73)
12+
- Remove users endpoint from store [`3a8d646`](https://github.com/nyaruka/temba-components/commit/3a8d6461e6113f97de0ad197b0a4dc2faf4ca238)
13+
714
#### [v0.113.0](https://github.com/nyaruka/temba-components/compare/v0.112.0...v0.113.0)
815

16+
> 28 November 2024
17+
918
- Ensure initial index doesn't fire without tabs [`#467`](https://github.com/nyaruka/temba-components/pull/467)
1019

11-
#### [v0.112.0](https://github.com/nyaruka/temba-components/compare/v0.111.5...v0.112.0)
20+
#### [v0.112.0](https://github.com/nyaruka/temba-components/compare/v0.111.7...v0.112.0)
1221

1322
> 23 November 2024
1423
1524
- Rework TembaUser, active flows, and several bug fixes [`#466`](https://github.com/nyaruka/temba-components/pull/466)
16-
- Make configurable whether run list allows deletion [`#464`](https://github.com/nyaruka/temba-components/pull/464)
1725
- TembaUser as EndpointMonitor. Add active flow in chat. [`fbf6299`](https://github.com/nyaruka/temba-components/commit/fbf62996face5f8bb417c924ee18a4dc311a29f4)
26+
27+
#### [v0.111.7](https://github.com/nyaruka/temba-components/compare/v0.111.6...v0.111.7)
28+
29+
> 21 November 2024
30+
1831
- Fix RunList.allowDelete [`cb9f732`](https://github.com/nyaruka/temba-components/commit/cb9f73276c5d16907a5419a5b11cdfd418ee2c44)
1932

33+
#### [v0.111.6](https://github.com/nyaruka/temba-components/compare/v0.111.5...v0.111.6)
34+
35+
> 21 November 2024
36+
37+
- Make configurable whether run list allows deletion [`#464`](https://github.com/nyaruka/temba-components/pull/464)
38+
2039
#### [v0.111.5](https://github.com/nyaruka/temba-components/compare/v0.111.4...v0.111.5)
2140

2241
> 11 November 2024

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nyaruka/temba-components",
3-
"version": "0.113.0",
3+
"version": "0.114.0",
44
"description": "Web components to support rapidpro and related projects",
55
"author": "Nyaruka <[email protected]>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)