Skip to content

Commit

Permalink
Version Packages (next) (#11381)
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] committed Apr 29, 2024
1 parent 0397fcb commit b3c2d97
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Expand Up @@ -26,6 +26,7 @@
"big-geese-act",
"big-moons-occur",
"blue-ants-raise",
"blue-lemons-wait",
"blue-rules-juggle",
"blue-timers-film",
"brave-carrots-draw",
Expand Down Expand Up @@ -98,6 +99,7 @@
"empty-bags-heal",
"empty-bulldogs-exercise",
"empty-crabs-think",
"empty-geckos-pretend",
"empty-tools-share",
"fair-bags-smoke",
"fair-crabs-check",
Expand Down Expand Up @@ -234,6 +236,7 @@
"mighty-frogs-obey",
"moody-carrots-lay",
"moody-frogs-exist",
"moody-ghosts-buy",
"moody-houses-argue",
"moody-owls-cry",
"moody-sheep-type",
Expand Down Expand Up @@ -349,6 +352,7 @@
"silly-lies-film",
"silly-ways-wash",
"silver-points-approve",
"six-boats-shave",
"sixty-items-crash",
"sixty-numbers-hope",
"sixty-pandas-rush",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.117

### Patch Changes

- fix: collect all necessary setters of html elements when spreading attributes ([#11371](https://github.com/sveltejs/svelte/pull/11371))

- fix: ensure reactions are kept dirty when marking them again ([#11364](https://github.com/sveltejs/svelte/pull/11364))

- feat: leave view transition pseudo selectors untouched ([#11375](https://github.com/sveltejs/svelte/pull/11375))

- fix: require whitespace after `@const` tag ([#11379](https://github.com/sveltejs/svelte/pull/11379))

## 5.0.0-next.116

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

0 comments on commit b3c2d97

Please sign in to comment.