Skip to content

Commit

Permalink
Merge pull request #115 from UrbanInstitute/fix-icon-exports
Browse files Browse the repository at this point in the history
Fix icon exports
  • Loading branch information
mitchthorson authored Sep 9, 2024
2 parents 9e4036e + 7f45135 commit 99652ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next

## v0.11.1

- Fix: Correct path for icon exports

## v0.11.0

- Patch: Update BasicDropdown with better accessibility (icon hidden from screen readers)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urbaninstitute/dataviz-components",
"version": "0.11.0",
"version": "0.11.1",
"scripts": {
"dev": "npm run storybook",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -42,8 +42,8 @@
"svelte": "./dist/maps/index.js"
},
"./icons": {
"types": "./dist/icons/index.d.ts",
"svelte": "./dist/icons/index.js"
"types": "./dist/Icons/index.d.ts",
"svelte": "./dist/Icons/index.js"
},
"./style": "./dist/style/main.css",
"./style/theme": "./dist/style/theme.css"
Expand Down

0 comments on commit 99652ff

Please sign in to comment.