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 26, 2024
1 parent cd79807 commit 2559f87
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
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 @@ -235,6 +236,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 +264,7 @@
"orange-crews-rescue",
"orange-dingos-poke",
"orange-yaks-protect",
"orange-zoos-heal",
"pink-bikes-agree",
"pink-goats-promise",
"pink-mayflies-tie",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.116

### Patch Changes

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

- 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 2559f87

Please sign in to comment.