Skip to content

Commit

Permalink
Version Packages (next) (#12920)
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 Aug 20, 2024
1 parent 0812b10 commit b2214d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"few-mugs-fail",
"few-teachers-know",
"few-zoos-own",
"fifty-actors-agree",
"fifty-masks-give",
"fifty-rice-wait",
"fifty-steaks-float",
Expand Down Expand Up @@ -265,6 +266,7 @@
"gorgeous-coats-jog",
"gorgeous-hats-wonder",
"gorgeous-monkeys-carry",
"gorgeous-pans-sort",
"gorgeous-singers-rest",
"great-fans-unite",
"great-icons-retire",
Expand Down Expand Up @@ -293,6 +295,7 @@
"heavy-ducks-leave",
"heavy-ears-rule",
"heavy-feet-attend",
"heavy-houses-pay",
"hip-balloons-begin",
"hip-garlics-tap",
"hip-goats-smoke",
Expand Down Expand Up @@ -594,6 +597,7 @@
"shiny-starfishes-cross",
"short-buses-camp",
"short-countries-rush",
"short-starfishes-beg",
"shy-fishes-drive",
"shy-scissors-smile",
"silent-apes-report",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.227

### Patch Changes

- breaking: disallow `Object.defineProperty` on state proxies with non-basic descriptors ([#12916](https://github.com/sveltejs/svelte/pull/12916))

- breaking: allow frozen objects to be proxied ([#12916](https://github.com/sveltejs/svelte/pull/12916))

- breaking: avoid mutations to underlying proxied object with $state ([#12916](https://github.com/sveltejs/svelte/pull/12916))

- breaking: remove $state.is rune ([#12916](https://github.com/sveltejs/svelte/pull/12916))

## 5.0.0-next.226

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

0 comments on commit b2214d1

Please sign in to comment.