Skip to content

Commit

Permalink
Version Packages (next) (#13486)
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] authored Oct 4, 2024
1 parent 3ce0384 commit 785779a
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 @@ -495,6 +495,7 @@
"neat-ducks-jam",
"neat-files-rescue",
"neat-jokes-beam",
"neat-ways-allow",
"nervous-adults-sell",
"nervous-berries-boil",
"nervous-chefs-exist",
Expand Down Expand Up @@ -758,6 +759,7 @@
"sour-forks-stare",
"sour-geese-listen",
"sour-jeans-collect",
"sour-poems-trade",
"sour-rules-march",
"sour-tomatoes-knock",
"sour-weeks-fix",
Expand Down Expand Up @@ -961,6 +963,7 @@
"yellow-taxis-double",
"yellow-trees-juggle",
"young-ads-roll",
"young-ducks-punch",
"young-feet-double",
"young-masks-refuse",
"young-peaches-agree"
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.262

### Patch Changes

- feat: enable snippets to fill slots ([#13427](https://github.com/sveltejs/svelte/pull/13427))

- fix: strip internal properties from rest props during SSR ([#13492](https://github.com/sveltejs/svelte/pull/13492))

- fix: allow combinator at start of nested CSS selector ([#13440](https://github.com/sveltejs/svelte/pull/13440))

## 5.0.0-next.261

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

0 comments on commit 785779a

Please sign in to comment.