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 (rc) #1841

Merged
merged 1 commit into from
Aug 10, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 25 additions & 9 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"create-skeleton-app": "0.0.44",
"@skeletonlabs/tw-plugin": "0.0.0",
"@skeletonlabs/skeleton": "1.11.0",
"skeleton.dev": "1.0.1"
},
"changesets": []
"mode": "pre",
"tag": "rc",
"initialVersions": {
"create-skeleton-app": "0.0.44",
"@skeletonlabs/tw-plugin": "0.0.0",
"@skeletonlabs/skeleton": "1.11.0",
"skeleton.dev": "1.0.1"
},
"changesets": [
"calm-dryers-peel",
"clean-tables-boil",
"fast-queens-travel",
"forty-cobras-leave",
"forty-seahorses-tan",
"fresh-carrots-lick",
"fresh-crews-drum",
"kind-sheep-look",
"light-pumpkins-worry",
"loud-fans-serve",
"real-plums-collect",
"shy-suits-provide",
"slimy-ads-talk",
"spotty-cows-travel",
"twenty-spoons-hope"
]
}
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @skeletonlabs/tw-plugin

## 0.0.1-rc.0

### Patch Changes

- chore: Initial Release ([#1730](https://github.com/skeletonlabs/skeleton/pull/1730))
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/tw-plugin",
"version": "0.0.0",
"version": "0.0.1-rc.0",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "tsx ./scripts/generate-jss.ts && tsup",
Expand Down
36 changes: 36 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @skeletonlabs/skeleton

## 2.0.0-rc.0

### Major Changes

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

- 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))

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

- breaking: Overhauled the Tailwind plugin and separated it into its own package: `@skeletonlabs/tw-plugin` (#1660) ([#1730](https://github.com/skeletonlabs/skeleton/pull/1730))

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

- breaking: removed all references 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))

### Minor Changes

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

- feat: 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))

- 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))

- 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-rc.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {
Expand Down