Skip to content

Commit

Permalink
chore(release): version package (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 996d5de commit c7abd23
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 11 deletions.
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

0 comments on commit c7abd23

Please sign in to comment.