Skip to content

Commit 2dd82bd

Browse files
chore: release v19.0.6
1 parent 182a2aa commit 2dd82bd

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

CHANGELOG.md

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

3+
## [19.0.6](https://github.com/extrawest/extra-clarity/compare/v19.0.1...v19.0.6) (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.5 ([fbe9e83](https://github.com/extrawest/extra-clarity/commit/fbe9e83a2f98159ff8f9e807f4697f3bcd0f26f3))
12+
* reinstall node_modules ([73bf966](https://github.com/extrawest/extra-clarity/commit/73bf96685420412c097db74435dc3b3db6410b73))
13+
* upgrade eslint packages ([ab3578a](https://github.com/extrawest/extra-clarity/commit/ab3578a37364d3369851cd4370a372e9585be880))
14+
* release v19.0.4 ([7b797ff](https://github.com/extrawest/extra-clarity/commit/7b797ffebbb81b75d1059a82cb1f64289389a939))
15+
* release v19.0.3 ([37b247b](https://github.com/extrawest/extra-clarity/commit/37b247b8ee5e12d0c06ce2e1f69477a32bc85a15))
16+
* release v19.0.2 ([cceddd7](https://github.com/extrawest/extra-clarity/commit/cceddd7cd1e1cc575bde381274227183cc11de2d))
17+
18+
### Documentation
19+
20+
* add versions of Angular & Clarity used for current Storybook build ([7cfd0a4](https://github.com/extrawest/extra-clarity/commit/7cfd0a404e63332e6c5de1487af509b45b6f4cb1))
21+
22+
### CI
23+
24+
* reorder steps in GitHub Actions workflow ([182a2aa](https://github.com/extrawest/extra-clarity/commit/182a2aad5d57cbc841224cf78b691f375aac1ad0))
25+
* refactor GitHub Actions workflow, extract custom shell scripts to composite actions ([735aaea](https://github.com/extrawest/extra-clarity/commit/735aaea724e6b8455081f094480398ff1496cfe1))
26+
* add tag for published npm package depending on branch: latest, v18, v17 ([e9e5c35](https://github.com/extrawest/extra-clarity/commit/e9e5c352df8f265dbcc8f6ee2f087d1b81918b8d))
27+
* handle multiline release notes as output of GitHub Action's job ([906c7d6](https://github.com/extrawest/extra-clarity/commit/906c7d67555e4177ac0406f91f76f8cfae2d6aae))
28+
* add quotes to handle multi-line output as single string ([c6706ad](https://github.com/extrawest/extra-clarity/commit/c6706ad0ea98b68f3b68e1fdb6a82da2b42d2fa7))
29+
* try to bring job generating release notes to life ([73c3fb3](https://github.com/extrawest/extra-clarity/commit/73c3fb32f87934b9e740e74b769ae9e2a097d193))
30+
331
## [19.0.5](https://github.com/extrawest/extra-clarity/compare/v19.0.1...v19.0.5) (2025-03-25)
432

533
### 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.5",
3+
"version": "19.0.6",
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.5",
3+
"version": "19.0.6",
44
"description": "Extrawest Angular components based on the Clarity Design System",
55
"author": "extrawest.com",
66
"repository": {

0 commit comments

Comments
 (0)