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 Sep 3, 2024
1 parent 194570d commit 310d0b2
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
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"dirty-donuts-yell",
"dirty-eyes-itch",
"dirty-garlics-design",
"dirty-jars-tap",
"dirty-pens-look",
"dirty-pianos-eat",
"dirty-tips-add",
Expand Down Expand Up @@ -313,6 +314,7 @@
"heavy-feet-attend",
"heavy-houses-pay",
"hip-balloons-begin",
"hip-beers-shake",
"hip-garlics-tap",
"hip-goats-smoke",
"hip-jeans-provide",
Expand Down Expand Up @@ -508,6 +510,7 @@
"orange-yaks-protect",
"orange-zoos-heal",
"perfect-actors-bake",
"perfect-cooks-shop",
"perfect-hairs-matter",
"perfect-hats-dance",
"perfect-pugs-shake",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.244

### Patch Changes

- fix: error on duplicate style and class directive ([#13097](https://github.com/sveltejs/svelte/pull/13097))

- fix: hoist imports on top ([#13082](https://github.com/sveltejs/svelte/pull/13082))

- fix: error at compile time on unsupported TypeScript language features ([#12982](https://github.com/sveltejs/svelte/pull/12982))

## 5.0.0-next.243

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

0 comments on commit 310d0b2

Please sign in to comment.