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 Apr 27, 2024
1 parent 7d19e5b commit 31cef03
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Expand Up @@ -38,6 +38,7 @@
"breezy-rules-beg",
"bright-peas-juggle",
"bright-snakes-sing",
"brown-geckos-fry",
"brown-houses-obey",
"brown-months-fry",
"brown-spoons-boil",
Expand Down Expand Up @@ -71,6 +72,7 @@
"curvy-ties-shout",
"cyan-flowers-destroy",
"cyan-spies-grin",
"cyan-squids-drive",
"dirty-bats-punch",
"dirty-donuts-yell",
"dirty-garlics-design",
Expand Down Expand Up @@ -172,6 +174,7 @@
"itchy-eels-marry",
"itchy-kings-deliver",
"itchy-lions-wash",
"itchy-panthers-shave",
"itchy-terms-guess",
"khaki-cooks-develop",
"khaki-ligers-sing",
Expand Down Expand Up @@ -235,6 +238,7 @@
"neat-boats-shake",
"neat-dingos-clap",
"neat-files-rescue",
"nervous-berries-boil",
"nervous-spoons-relax",
"nervous-turkeys-end",
"new-boats-wait",
Expand Down Expand Up @@ -262,6 +266,7 @@
"orange-crews-rescue",
"orange-dingos-poke",
"orange-yaks-protect",
"orange-zoos-heal",
"pink-bikes-agree",
"pink-goats-promise",
"pink-mayflies-tie",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.116

### Patch Changes

- fix: correctly interpret empty aria- attribute ([#11325](https://github.com/sveltejs/svelte/pull/11325))

- fix: make hr, script and template valid select children ([#11344](https://github.com/sveltejs/svelte/pull/11344))

- fix: disallow mounting a snippet ([#11347](https://github.com/sveltejs/svelte/pull/11347))

- feat: only inject push/init/pop when necessary ([#11319](https://github.com/sveltejs/svelte/pull/11319))

- feat: provide migration helper ([#11334](https://github.com/sveltejs/svelte/pull/11334))

## 5.0.0-next.115

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.115",
"version": "5.0.0-next.116",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.115';
export const VERSION = '5.0.0-next.116';
export const PUBLIC_VERSION = '5';

0 comments on commit 31cef03

Please sign in to comment.