Skip to content

Commit

Permalink
chore(release): 48.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [48.7.1](v48.7.0...v48.7.1) (2024-11-22)

### 🐛 Correction

- [#746](#746) Éviter de `throw` si l'élément `aria-selected` de `PixSelect` n'existe plus ou pas encore (PIX-15018)
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 1646416 commit 435e1f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [48.7.1](https://github.com/1024pix/pix-ui/compare/v48.7.0...v48.7.1) (2024-11-22)

### :bug: Correction

- [#746](https://github.com/1024pix/pix-ui/pull/746) Éviter de `throw` si l'élément `aria-selected` de `PixSelect` n'existe plus ou pas encore (PIX-15018)

# [48.7.0](https://github.com/1024pix/pix-ui/compare/v48.6.2...v48.7.0) (2024-11-19)

### :rocket: Amélioration
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1024pix/pix-ui",
"version": "48.7.0",
"version": "48.7.1",
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 435e1f8

Please sign in to comment.