Skip to content

Commit

Permalink
Merge pull request #28 from fmruiz/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fmruiz committed May 9, 2024
2 parents c3e6d55 + 3678632 commit 18636d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [1.0.3](https://github.com/fmruiz/voguex-a11y/compare/v1.0.2...v1.0.3) (2024-05-07)

### [1.0.2](https://github.com/fmruiz/voguex-a11y/compare/v1.0.1...v1.0.2) (2024-05-07)


### Bug Fixes

* **hooks:** fix useArrowsNavigation hook ([730b5e5](https://github.com/fmruiz/voguex-a11y/commit/730b5e5481ff66c653fe519089e0182faf3c4ebe))

### [1.0.1](https://github.com/fmruiz/voguex-a11y/compare/v1.0.0...v1.0.1) (2024-05-07)


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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voguex-a11y",
"private": false,
"version": "1.0.1",
"version": "1.0.3",
"type": "module",
"description": "Voguex-A11Y is a library that provide hooks to make your components more accessible",
"author": {
Expand Down Expand Up @@ -36,6 +36,7 @@
"files": [
"dist"
],
"homepage": "https://github.com/fmruiz/voguex-a11y",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 18636d6

Please sign in to comment.