Version Packages (next) (#10806)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10813/head svelte@5.0.0-next.79
github-actions[bot] 1 year ago committed by GitHub
parent fe3b3b463c
commit afc2eea382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,6 +98,7 @@
"friendly-candles-relate",
"friendly-lies-camp",
"funny-wombats-argue",
"fuzzy-bags-camp",
"gentle-dolls-juggle",
"gentle-sheep-hug",
"gentle-spies-happen",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.79
### Patch Changes
- feat: add reactive Map class to svelte/reactivity ([#10803](https://github.com/sveltejs/svelte/pull/10803))
## 5.0.0-next.78
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.78",
"version": "5.0.0-next.79",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.78';
export const VERSION = '5.0.0-next.79';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save