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 Jun 21, 2023
1 parent fe60894 commit 056022c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
},
"changesets": [
"beige-boxes-rhyme",
"eighty-tigers-rhyme",
"fair-geese-repeat",
"gentle-pumas-chew",
"green-sheep-learn",
"mighty-suns-occur",
"odd-wasps-smoke",
"stale-cougars-wink",
"tame-peaches-destroy"
]
Expand Down
10 changes: 9 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte

## 4.0.0-next.3

### Patch Changes

- feat: smaller minified output for destructor chunks ([#8763](https://github.com/sveltejs/svelte/pull/8763))

- breaking: use `CustomEvent` constructor instead of deprecated `createEvent` method ([#8775](https://github.com/sveltejs/svelte/pull/8775))

## 4.0.0-next.2

### Patch Changes
Expand Down Expand Up @@ -69,7 +77,7 @@

## 3.59.2

* Fix escaping `<textarea bind:value={...}>` values in SSR
- Fix escaping `<textarea bind:value={...}>` values in SSR

## 3.59.1

Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
Expand Down
9 changes: 2 additions & 7 deletions packages/svelte/src/shared/version.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// generated during release, do not modify

/**
* The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.0.0-next.2';
/** @type {string} */
export const VERSION = '4.0.0-next.3';

0 comments on commit 056022c

Please sign in to comment.