Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent f510201 commit db321f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"fluffy-dolls-share",
"fluffy-humans-worry",
"forty-comics-invent",
"forty-dogs-divide",
"forty-dolls-wave",
"forty-peaches-unite",
"forty-suns-smile",
Expand All @@ -100,6 +101,7 @@
"green-hounds-play",
"happy-suits-film",
"healthy-planes-vanish",
"heavy-comics-move",
"heavy-ears-rule",
"hip-balloons-begin",
"honest-buses-add",
Expand Down Expand Up @@ -127,6 +129,7 @@
"lazy-spiders-think",
"lemon-geese-call",
"lemon-geese-drum",
"light-days-clean",
"light-humans-hang",
"light-pens-watch",
"long-buckets-lay",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.61

### Patch Changes

- fix: improve each block item equality for immutable mode ([#10537](https://github.com/sveltejs/svelte/pull/10537))

- fix: better handling of empty text node hydration ([#10545](https://github.com/sveltejs/svelte/pull/10545))

- fix: ensure update methods of actions and reactive statements work with fine-grained `$state` ([#10543](https://github.com/sveltejs/svelte/pull/10543))

## 5.0.0-next.60

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

0 comments on commit db321f1

Please sign in to comment.