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 81b32d8 commit 242c37b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 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
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))

## 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 242c37b

Please sign in to comment.