Skip to content

Commit

Permalink
feat: add user circle import
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt committed Dec 20, 2023
1 parent e015ec2 commit 44d6a69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v2.0.0-beta.64
- Fixes import of `UserCircle` icon

## v2.0.0-beta.63
- Adds icons:
- `Exit`
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": "@lob/ui-components",
"version": "2.0.0-beta.63",
"version": "2.0.0-beta.64",
"engines": {
"node": ">=14.18.2",
"npm": ">=8.3.0"
Expand Down
1 change: 1 addition & 0 deletions src/components/Icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export { default as Tree } from './Tree';
export { default as TriangleExclamation } from './TriangleExclamation';
export { default as Upload } from './Upload';
export { default as User } from './User';
export { default as UserCircle } from './UserCircle';
export { default as Users } from './Users';
export { default as Webhooks } from './Webhooks';
export { default as XmarkLarge } from './XmarkLarge';
Expand Down

0 comments on commit 44d6a69

Please sign in to comment.