Skip to content

Commit 6c214d6

Browse files
Version Packages (next) (#12246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cae5f1e commit 6c214d6

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
@@ -357,6 +357,7 @@
357357
"new-brooms-grin",
358358
"new-rabbits-flow",
359359
"nice-avocados-move",
360+
"nice-jobs-breathe",
360361
"nine-cooks-join",
361362
"ninety-days-visit",
362363
"ninety-dingos-walk",
@@ -393,6 +394,7 @@
393394
"plenty-starfishes-dress",
394395
"plenty-zoos-fix",
395396
"polite-dolphins-care",
397+
"polite-peas-mate",
396398
"polite-pumpkins-guess",
397399
"polite-ravens-study",
398400
"polite-ways-serve",

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.169
4+
5+
### Patch Changes
6+
7+
- breaking: rename `svelte/reactivity` helpers to include `Svelte` prefix ([#12248](https://github.com/sveltejs/svelte/pull/12248))
8+
9+
- fix: avoid duplicate signal dependencies ([#12245](https://github.com/sveltejs/svelte/pull/12245))
10+
311
## 5.0.0-next.168
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.168",
5+
"version": "5.0.0-next.169",
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.168';
9+
export const VERSION = '5.0.0-next.169';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)