Skip to content

Commit

Permalink
chore: new Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Apr 12, 2024
1 parent 5b159b9 commit 293af78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion docs/pages/resources/viur-changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog
## 1.0.6
- fix: updated bar element

## 1.0.5
- chore: updated ignite to 5.0.2
- feat: experimental multi-range component
- feat: experimental calendar
- fix: combobox empty popups


## 1.0.3
- feat: updated shoelace to 2.15
- comboxbox fixes
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,7 +1,7 @@
{
"name": "@viur/shoelace",
"description": "A forward-thinking library of web components.",
"version": "1.0.5-v2.15.0",
"version": "1.0.6-v2.15.0",
"homepage": "https://github.com/viur-framework/viur-shoelace",
"author": "Cory LaViska",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions src/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as SlAlert } from './alert/index.js';
export { default as SlAnimatedImage } from './animated-image/index.js';
export { default as SlAnimation } from './animation/index.js';
export { default as SlAlert } from './alert/index.js';
export { default as SlAvatar } from './avatar/index.js';
export { default as SlBackToTop } from './back-to-top/index.js';
export { default as SlBadge } from './badge/index.js';
Expand Down Expand Up @@ -64,7 +64,7 @@ export { default as SlTabPanel } from './tab-panel/index.js';
export { default as SlTableWrapper } from './table-wrapper/index.js';
export { default as SlTag } from './tag/index.js';
export { default as SlTextarea } from './textarea/index.js';
export { default as SlTree } from './tree/index.js';
export { default as SlTooltip } from './tooltip/index.js';
export { default as SlTree } from './tree/index.js';
export { default as SlTreeItem } from './tree-item/index.js';
export { default as SlVisuallyHidden } from './visually-hidden/index.js';

0 comments on commit 293af78

Please sign in to comment.