Skip to content

Commit 37b247b

Browse files
chore: release v19.0.3
1 parent c6706ad commit 37b247b

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [19.0.3](https://github.com/extrawest/extra-clarity/compare/v19.0.1...v19.0.3) (2025-03-25)
4+
5+
### Bug fixes
6+
7+
* **string-filter:** stretch input to full width ([7fa583e](https://github.com/extrawest/extra-clarity/commit/7fa583e4f764d18a9e54b5f99e636d623138bb31))
8+
9+
### Misc
10+
11+
* release v19.0.2 ([cceddd7](https://github.com/extrawest/extra-clarity/commit/cceddd7cd1e1cc575bde381274227183cc11de2d))
12+
13+
### Documentation
14+
15+
* add versions of Angular & Clarity used for current Storybook build ([7cfd0a4](https://github.com/extrawest/extra-clarity/commit/7cfd0a404e63332e6c5de1487af509b45b6f4cb1))
16+
17+
### CI
18+
19+
* add quotes to handle multi-line output as single string ([c6706ad](https://github.com/extrawest/extra-clarity/commit/c6706ad0ea98b68f3b68e1fdb6a82da2b42d2fa7))
20+
* try to bring job generating release notes to life ([73c3fb3](https://github.com/extrawest/extra-clarity/commit/73c3fb32f87934b9e740e74b769ae9e2a097d193))
21+
322
## [19.0.2](https://github.com/extrawest/extra-clarity/compare/v19.0.1...v19.0.2) (2025-03-25)
423

524
### Bug fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extra-clarity",
3-
"version": "19.0.2",
3+
"version": "19.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/extra-clarity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@extrawest/extra-clarity",
3-
"version": "19.0.2",
3+
"version": "19.0.3",
44
"description": "Extrawest Angular components based on the Clarity Design System",
55
"author": "extrawest.com",
66
"repository": {

0 commit comments

Comments
 (0)