Skip to content

Commit

Permalink
Version Packages (next) (#11970)
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 Jun 10, 2024
1 parent c39805d commit f1c9edc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
"kind-spoons-return",
"large-clouds-carry",
"large-turkeys-deny",
"late-bees-vanish",
"late-crabs-lay",
"late-grapes-judge",
"late-peaches-mate",
Expand Down Expand Up @@ -318,6 +319,7 @@
"neat-boats-shake",
"neat-dingos-clap",
"neat-files-rescue",
"neat-jokes-beam",
"nervous-berries-boil",
"nervous-spoons-relax",
"nervous-turkeys-end",
Expand Down Expand Up @@ -534,6 +536,7 @@
"ten-jokes-divide",
"ten-peaches-sleep",
"ten-singers-cough",
"ten-teachers-travel",
"ten-ties-repair",
"ten-worms-reflect",
"tender-rocks-walk",
Expand Down Expand Up @@ -606,12 +609,14 @@
"wise-kids-wash",
"wise-radios-exercise",
"wise-ties-clap",
"witty-bikes-shave",
"witty-camels-warn",
"witty-readers-provide",
"witty-steaks-dream",
"witty-tomatoes-care",
"witty-years-crash",
"yellow-pugs-raise",
"yellow-rockets-sit",
"yellow-taxis-double",
"yellow-trees-juggle",
"young-ads-roll",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.153

### Patch Changes

- feat: defer tasks without creating effects ([#11960](https://github.com/sveltejs/svelte/pull/11960))

- fix: enusre dev validation in dynamic component works as intended ([#11985](https://github.com/sveltejs/svelte/pull/11985))

- feat: detach inert effects ([#11955](https://github.com/sveltejs/svelte/pull/11955))

- feat: sort possible bindings in invalid binding error ([#11950](https://github.com/sveltejs/svelte/pull/11950))

- fix: apply style directives to element with empty style attribute ([#11971](https://github.com/sveltejs/svelte/pull/11971))

## 5.0.0-next.152

### 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.152",
"version": "5.0.0-next.153",
"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.152';
export const VERSION = '5.0.0-next.153';
export const PUBLIC_VERSION = '5';

0 comments on commit f1c9edc

Please sign in to comment.