Skip to content

Commit ee716d8

Browse files
chore(release): 6.0.21
1 parent 1023c9e commit ee716d8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [6.0.21](https://github.com/vtexdocs/components/compare/v6.0.20...v6.0.21) (2025-10-01)
6+
7+
8+
### Features
9+
10+
* add message types ([98569c3](https://github.com/vtexdocs/components/commit/98569c3bab5b97d7e38b826e480f1ef054e518e6))
11+
* add react-intl as as dependency ([6347ada](https://github.com/vtexdocs/components/commit/6347ada71a1bfe76faeffb71a95cbd8ba2ba35e2))
12+
* add support for localized strings in search components ([80fb79d](https://github.com/vtexdocs/components/commit/80fb79ddfe5fdf7d9a0a153ebf4b1f530a3d8a9b))
13+
14+
15+
### Bug Fixes
16+
17+
* add fallback for occurence count ([c1f4bce](https://github.com/vtexdocs/components/commit/c1f4bceb3a3e726f9658b4247961bcbb29e1cd5c))
18+
* break search-results messages ([df5231a](https://github.com/vtexdocs/components/commit/df5231aa795ef6d3c8de3aedf858203f0af1884b))
19+
* fallback for occurence count ([7deecd0](https://github.com/vtexdocs/components/commit/7deecd0ca7cd9ee861230a2981ee956345cba79e))
20+
* search undefined results message ([6c1c373](https://github.com/vtexdocs/components/commit/6c1c373c0597879eb36ff0b456da7f0907b4192e))
21+
* search-results component ([3fb5182](https://github.com/vtexdocs/components/commit/3fb51824a573f51e302463f25ba7661d282d230e))
22+
* use libraryContext ([d5ac89e](https://github.com/vtexdocs/components/commit/d5ac89ed9d03f1456d2551e0f91b4bba84fbc42a))
23+
* use libraryContext ([55a033d](https://github.com/vtexdocs/components/commit/55a033dc1230f5af125138f57aa517e053aa978e))
24+
525
### [6.0.20](https://github.com/vtexdocs/components/compare/v6.0.19...v6.0.20) (2025-08-06)
626

727

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
@@ -21,7 +21,7 @@
2121
"./styles.css": "./dist/index.css",
2222
"./dist/index.css": "./dist/index.css"
2323
},
24-
"version": "6.0.20",
24+
"version": "6.0.21",
2525
"description": "",
2626
"repository": "https://github.com/vtexdocs/components",
2727
"scripts": {

0 commit comments

Comments
 (0)