Skip to content

Commit

Permalink
Version Packages (next) (#13696)
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 19, 2024
1 parent 2ca9a81 commit 0fdfd9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"brave-gorillas-fold",
"brave-pigs-obey",
"brave-points-sleep",
"brave-rivers-jam",
"brave-shrimps-kiss",
"brave-walls-destroy",
"brave-walls-flow",
Expand Down Expand Up @@ -985,6 +986,7 @@
"wicked-wasps-allow",
"wicked-ways-reply",
"wicked-years-drive",
"wild-chairs-build",
"wild-cows-chew",
"wild-foxes-wonder",
"wild-mice-look",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte

## 5.0.0-next.272

### Patch Changes

- fix: ensure user effects are correctly executed on initialisation ([#13697](https://github.com/sveltejs/svelte/pull/13697))

- breaking: state mutations inside the template are no longer allowed ([#13660](https://github.com/sveltejs/svelte/pull/13660))

## 5.0.0-next.271

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

0 comments on commit 0fdfd9c

Please sign in to comment.