Skip to content

Commit

Permalink
Version Packages (next) (#11753)
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 May 23, 2024
1 parent 7dacf2c commit 3dfa343
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 @@ -157,6 +157,7 @@
"friendly-candles-relate",
"friendly-lies-camp",
"funny-ties-jump",
"funny-trees-cry",
"funny-wombats-argue",
"fuzzy-bags-camp",
"fuzzy-donuts-provide",
Expand Down Expand Up @@ -184,6 +185,7 @@
"green-eggs-approve",
"green-fishes-lie",
"green-hounds-play",
"green-snails-tickle",
"green-tigers-judge",
"grumpy-avocados-fetch",
"grumpy-jars-sparkle",
Expand Down Expand Up @@ -406,10 +408,12 @@
"silent-apes-report",
"silent-hats-stare",
"silent-rabbits-join",
"silly-ducks-mix",
"silly-laws-happen",
"silly-lies-film",
"silly-ways-wash",
"silver-points-approve",
"six-bears-trade",
"six-boats-shave",
"sixty-items-crash",
"sixty-numbers-hope",
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.141

### Patch Changes

- fix: throw on invalid attribute expressions ([#11736](https://github.com/sveltejs/svelte/pull/11736))

- fix: use svg methods for updating svg attributes too ([#11755](https://github.com/sveltejs/svelte/pull/11755))

- fix: don't warn on link without href if aria-disabled ([#11737](https://github.com/sveltejs/svelte/pull/11737))

- fix: don't use console.trace inside dev warnings ([#11744](https://github.com/sveltejs/svelte/pull/11744))

## 5.0.0-next.140

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

0 comments on commit 3dfa343

Please sign in to comment.