Skip to content

Commit

Permalink
Merge pull request #3113 from skeletonlabs/changeset-release/next
Browse files Browse the repository at this point in the history
chore(next-release): version package (next)
  • Loading branch information
Hugos68 authored Jan 16, 2025
2 parents 11edc8d + d448d8c commit e914b7f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"kind-penguins-build",
"late-beers-bow",
"little-glasses-drive",
"little-wolves-fry",
"lovely-dingos-join",
"lovely-walls-push",
"mean-schools-double",
Expand All @@ -58,6 +59,7 @@
"olive-coats-brake",
"quick-clocks-shake",
"quiet-kings-cheer",
"quiet-rabbits-sniff",
"red-planets-drive",
"rude-ligers-talk",
"serious-cooks-return",
Expand All @@ -81,7 +83,10 @@
"sweet-pens-compare",
"swift-kings-float",
"swift-students-confess",
"tall-toes-cross",
"tame-crews-poke",
"ten-falcons-cough",
"three-mirrors-sip",
"tiny-icons-beam",
"tiny-mugs-know",
"tricky-cycles-admire",
Expand Down
14 changes: 14 additions & 0 deletions packages/skeleton-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @skeletonlabs/skeleton-cli

## 0.0.1-next.6

### Patch Changes

- Bugfix (migrate/skeleton-3): Renaming components no longer includes a bug that could cause invalid components to be produced in bigger components ([#3110](https://github.com/skeletonlabs/skeleton/pull/3110))

- Bugfix (migrate/skeleton-3): Empty strings no longer crash the `transformSvelte` function ([#3110](https://github.com/skeletonlabs/skeleton/pull/3110))

- Bugfix: Fixed longstanding bug of svelte files not being transformed properly. ([#3110](https://github.com/skeletonlabs/skeleton/pull/3110))

- Feature (migrate/skeleton-3): `TabGroup` is now renamed to `Tabs` ([#3110](https://github.com/skeletonlabs/skeleton/pull/3110))

- Feature (migrate/skeleton-3): All file transformations are batched to write to disk at the end of the migration, this will prevent any files being written to disk if any of the file transformations fail. ([#3110](https://github.com/skeletonlabs/skeleton/pull/3110))

## 0.0.1-next.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skeletonlabs/skeleton-cli",
"description": "The CLI for Skeleton related tooling.",
"version": "0.0.1-next.5",
"version": "0.0.1-next.6",
"repository": {
"type": "git",
"url": "https://github.com/skeletonlabs/skeleton",
Expand Down

0 comments on commit e914b7f

Please sign in to comment.