Skip to content

Commit

Permalink
chore(release): version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2023
1 parent f78be99 commit 6cea0b2
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-dryers-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-tables-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-queens-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-seahorses-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-carrots-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-crews-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-sheep-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-fans-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-plums-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-suits-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-ads-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-cows-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-spoons-hope.md

This file was deleted.

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

## 2.0.0

### Major Changes

- breaking: Refactored global stores to use contexts for `Toast`, `Drawer`, and `Modal` utilities ([#1831](https://github.com/skeletonlabs/skeleton/pull/1831))

### Minor Changes

- breaking: Introduced dynamic transitions for various components ([#1533](https://github.com/skeletonlabs/skeleton/pull/1533))

- feat: Added `tree-view` single/multi selection mode, Enabled `data-driven` for tree-view. ([#1779](https://github.com/skeletonlabs/skeleton/pull/1779))

- breaking: Table of Conents component has been reimagined and reimplemented from the ground up ([#1832](https://github.com/skeletonlabs/skeleton/pull/1832))

- Added `regionLabel` prop to Radio Groups ([#1836](https://github.com/skeletonlabs/skeleton/pull/1836))

### Patch Changes

- bugfix: `autocomplete` fixed reactive update when allow and deny lists are empty. ([#1825](https://github.com/skeletonlabs/skeleton/pull/1825))

- breaking: removed deprecated `whitelist` and `blacklist` properties from the Autocomplete component ([#1822](https://github.com/skeletonlabs/skeleton/pull/1822))

- breaking: removed the long-deprecated Skeleton Data Table feature ([#1822](https://github.com/skeletonlabs/skeleton/pull/1822))

- bugfix: Fixed `.bg-hover-primary-token` color in dark mode. ([#1824](https://github.com/skeletonlabs/skeleton/pull/1824))

- bugfix: prevent `Paginator` from resetting it's page on length change. ([#1837](https://github.com/skeletonlabs/skeleton/pull/1837))

- breaking: removed all referneces to Skeleton's legacy typography system, including `typography-prose.css` and `.unstyled` ([#1822](https://github.com/skeletonlabs/skeleton/pull/1822))

- breaking: renamed the Paginator `offset` property to `page` for better semantics ([#1822](https://github.com/skeletonlabs/skeleton/pull/1822))

- bugfix: InputChips updates bound value only once. ([#1768](https://github.com/skeletonlabs/skeleton/pull/1768))

## 1.11.0

### Minor 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.11.0",
"version": "2.0.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions sites/skeleton.dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# skeleton.dev

## 1.0.2

### Patch Changes

- Added `regionLabel` prop to Radio Groups ([#1836](https://github.com/skeletonlabs/skeleton/pull/1836))

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/skeleton.dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton.dev",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 6cea0b2

Please sign in to comment.