Skip to content

Commit

Permalink
Version Packages (next) (#9576)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 22, 2023
1 parent 88f1a8f commit d83bd7f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@
"brown-spoons-boil",
"chilly-dolphins-lick",
"clean-eels-beg",
"cold-birds-own",
"cuddly-pianos-drop",
"curly-lizards-dream",
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
"fair-crabs-check",
"fifty-steaks-float",
"fresh-weeks-trade",
"funny-wombats-argue",
"good-pianos-jump",
"green-hounds-play",
"honest-icons-change",
"hungry-dots-fry",
"itchy-lions-wash",
Expand All @@ -32,12 +35,15 @@
"long-crews-return",
"lucky-schools-hang",
"moody-owls-cry",
"new-boats-wait",
"odd-needles-joke",
"poor-eggs-enjoy",
"popular-mangos-rest",
"quiet-camels-mate",
"rich-sheep-burn",
"rotten-buckets-develop",
"sharp-gorillas-impress",
"shiny-baboons-play",
"shiny-shrimps-march",
"small-papayas-laugh",
"soft-geese-learn",
Expand All @@ -46,7 +52,10 @@
"tall-shrimps-worry",
"thirty-flowers-sit",
"thirty-ghosts-fix",
"thirty-impalas-repair",
"tiny-kings-whisper",
"two-falcons-buy",
"wicked-clouds-exercise",
"wicked-doors-train"
]
}
22 changes: 22 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# svelte

## 5.0.0-next.10

### Patch Changes

- chore: add inline new class warning ([#9583](https://github.com/sveltejs/svelte/pull/9583))

- fix: prevent false positives when detecting runes mode ([#9599](https://github.com/sveltejs/svelte/pull/9599))

- fix: deconflict generated names against globals ([#9570](https://github.com/sveltejs/svelte/pull/9570))

- chore: bump esrap ([#9590](https://github.com/sveltejs/svelte/pull/9590))

- feat: add $effect.active rune ([#9591](https://github.com/sveltejs/svelte/pull/9591))

- feat: add Snippet type ([#9584](https://github.com/sveltejs/svelte/pull/9584))

- fix: adjust event delegation heuristics ([#9581](https://github.com/sveltejs/svelte/pull/9581))

- chore: remove unused code ([#9593](https://github.com/sveltejs/svelte/pull/9593))

- fix: adjust regex ([#9572](https://github.com/sveltejs/svelte/pull/9572))

## 5.0.0-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.9",
"version": "5.0.0-next.10",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.9';
export const VERSION = '5.0.0-next.10';
export const PUBLIC_VERSION = '5';

1 comment on commit d83bd7f

@vercel
Copy link

@vercel vercel bot commented on d83bd7f Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-5-preview – ./sites/svelte-5-preview

svelte-5-preview-svelte.vercel.app
svelte-octane.vercel.app
svelte-5-preview-git-main-svelte.vercel.app
svelte-5-preview.vercel.app

Please sign in to comment.