Skip to content

Commit

Permalink
Merge pull request #98 from incluud/next
Browse files Browse the repository at this point in the history
fix: rename SkipLinks to SkipLink in exports and bump version to 4.0.1
  • Loading branch information
markteekman authored Feb 12, 2025
2 parents f0298b5 + bac53c7 commit 0f25a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export { default as Media } from './Media.astro'
export { default as Modal } from './Modal.astro'
export { default as Notification } from './Notification.astro'
export { default as Pagination } from './Pagination.astro'
export { default as SkipLinks } from './SkipLinks.astro'
export { default as SkipLink } from './SkipLink.astro'
export { default as Tabs } from './Tabs.astro'
export { default as TabsList } from './TabsList.astro'
export { default as TabsPanel } from './TabsPanel.astro'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessible-astro-components",
"description": "A set of Accessible, easy to use, Front-end UI Components for Astro.",
"version": "4.0.0",
"version": "4.0.1",
"author": "Incluud",
"license": "MIT",
"homepage": "https://accessible-astro.incluud.dev/components/overview/",
Expand Down

0 comments on commit 0f25a78

Please # to comment.