mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +00:00
chore(release): version package
This commit is contained in:
@@ -1,18 +1,32 @@
|
||||
# create-skeleton-app
|
||||
|
||||
## 0.0.48
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Create-Skeleton-App (CSA) Updates: ([#1859](https://github.com/skeletonlabs/skeleton/pull/1859))
|
||||
|
||||
- Install `vite-plugin-tailwind-purgecss` to enable purging of unused component CSS
|
||||
- Mdsvex is an now an optional install
|
||||
- No longer installs packages by default
|
||||
- Templates can now specify additional packages to be installed
|
||||
- Bug fixes and additional improvements
|
||||
|
||||
- bugfix: Fixed `@rc` pinning ([#1882](https://github.com/skeletonlabs/skeleton/pull/1882))
|
||||
|
||||
## 0.0.46-rc.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed @rc pinning ([#1882](https://github.com/skeletonlabs/skeleton/pull/1882))
|
||||
- Fixed @rc pinning ([#1882](https://github.com/skeletonlabs/skeleton/pull/1882))
|
||||
|
||||
## 0.0.46-rc.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- CSA updates for V2 ([#1859](https://github.com/skeletonlabs/skeleton/pull/1859))
|
||||
- Install vite-plugin-tailwind-purgecss to enable purging of unused component CSS
|
||||
- mdsvex is an optional install
|
||||
- No longer installs packages by default
|
||||
- Templates can now specify additional packages to be installed
|
||||
- Bug fixes and improvements all over
|
||||
- CSA updates for V2 ([#1859](https://github.com/skeletonlabs/skeleton/pull/1859))
|
||||
- Install vite-plugin-tailwind-purgecss to enable purging of unused component CSS
|
||||
- mdsvex is an optional install
|
||||
- No longer installs packages by default
|
||||
- Templates can now specify additional packages to be installed
|
||||
- Bug fixes and improvements all over
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-skeleton-app",
|
||||
"version": "0.0.48-rc.6",
|
||||
"version": "0.0.48",
|
||||
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.",
|
||||
"keywords": [
|
||||
"skeleton",
|
||||
|
||||
Reference in New Issue
Block a user