Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version package #1682

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-adults-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-wombats-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-hounds-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-pants-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-points-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-parrots-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cougars-notice.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @skeletonlabs/skeleton

## 1.8.0

### Minor Changes

- feat: Implemented a new TabAnchor component for Tabs ([#1645](https://github.com/skeletonlabs/skeleton/pull/1645))

- feat: Expanded Toast features to allow hiding the dismiss button, allow toast to remain visible on hover, and programatically close each instance ([#1637](https://github.com/skeletonlabs/skeleton/pull/1637))

- feat: Added svelte Ratings component ([#1654](https://github.com/skeletonlabs/skeleton/pull/1654))

### Patch Changes

- bugfix: Fixed a typo for the Drawer component's backdrop `blur` property ([#1663](https://github.com/skeletonlabs/skeleton/pull/1663))

- bugfix: Tailwind plugin intellisense now properly displays all component classes ([#1664](https://github.com/skeletonlabs/skeleton/pull/1664))

- chore: Updated all project depedencies ([#1648](https://github.com/skeletonlabs/skeleton/pull/1648))

- bugfix: Fixed a typo for the typography-prose.css headers ([#1647](https://github.com/skeletonlabs/skeleton/pull/1647))

## 1.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton",
"version": "1.7.1",
"version": "1.8.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {
Expand Down