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 Sep 26, 2024
1 parent 505e8ca commit 227138f
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 @@ -158,6 +158,7 @@
"dull-worms-relax",
"early-ads-tie",
"early-months-whisper",
"early-needles-bake",
"early-taxis-allow",
"eight-carrots-hunt",
"eight-comics-tell",
Expand Down Expand Up @@ -500,6 +501,7 @@
"new-rabbits-flow",
"nice-avocados-move",
"nice-bottles-greet",
"nice-brooms-battle",
"nice-jobs-breathe",
"nine-ants-invite",
"nine-cooks-join",
Expand Down Expand Up @@ -868,6 +870,7 @@
"tricky-ears-shout",
"tricky-laws-bathe",
"twelve-beans-drive",
"twelve-bears-worry",
"twelve-cows-learn",
"twelve-dragons-join",
"twelve-onions-juggle",
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.260

### Patch Changes

- fix: blank CSS contents while migrating ([#13403](https://github.com/sveltejs/svelte/pull/13403))

- fix: make ownership widening more robust to userland proxies ([#13377](https://github.com/sveltejs/svelte/pull/13377))

- fix: validation should not fail on anonymous declarations ([#13393](https://github.com/sveltejs/svelte/pull/13393))

## 5.0.0-next.259

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

0 comments on commit 227138f

Please sign in to comment.