Skip to content

Commit d728033

Browse files
Version Packages (next)
1 parent f658ca0 commit d728033

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"light-days-clean",
142142
"light-humans-hang",
143143
"light-pens-watch",
144+
"little-pans-jog",
144145
"long-buckets-lay",
145146
"long-crews-return",
146147
"long-lobsters-mate",
@@ -163,6 +164,7 @@
163164
"neat-dingos-clap",
164165
"nervous-spoons-relax",
165166
"new-boats-wait",
167+
"new-rabbits-flow",
166168
"ninety-dingos-walk",
167169
"odd-buckets-lie",
168170
"odd-needles-joke",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.67
4+
5+
### Patch Changes
6+
7+
- fix: improve event delegation with shadowed bindings ([#10620](https://github.com/sveltejs/svelte/pull/10620))
8+
9+
- feat: add reactive Date object to svelte/reactivity ([#10622](https://github.com/sveltejs/svelte/pull/10622))
10+
311
## 5.0.0-next.66
412

513
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.66",
5+
"version": "5.0.0-next.67",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.66';
9+
export const VERSION = '5.0.0-next.67';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)