Skip to content

Commit

Permalink
fix block export
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchthorson committed Dec 21, 2023
1 parent 1883c7b commit 101f5a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# @UrbanInstitute/dataviz-components Changelog

## 0.1.3

- Bugfix Add Block component to exports

## 0.1.2

- Add TextBlock component
- Add ProjectCredits component
- Add Navbar component
- Add Logo components
- Add HeadingAlt component
- Add Block layout component
- Add social share component
- Add ProjectCredits component
- Add tpcColors utility module

## 0.1.1

Expand Down
1 change: 1 addition & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export { default as Navbar } from './Navbar/Navbar.svelte';
export { default as ProjectCredits } from './ProjectCredits/ProjectCredits.svelte';
export { default as SocialShare } from './SocialShare/SocialShare.svelte';
export { default as TextBlock } from './TextBlock/TextBlock.svelte';
export { default as Block } from './Block/Block.svelte';

0 comments on commit 101f5a1

Please sign in to comment.