Skip to content

Commit bff7365

Browse files
Version Packages (next) (#524)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6242398 commit bff7365

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
"bright-shoes-boil",
1212
"clever-pumas-fly",
1313
"early-planes-love",
14+
"five-sloths-jam",
1415
"fresh-countries-hear",
1516
"fresh-days-know",
1617
"great-singers-attack",
1718
"green-bags-buy",
1819
"khaki-tigers-bathe",
20+
"lazy-kids-brush",
1921
"odd-laws-smile",
2022
"pink-maps-guess",
2123
"proud-wombats-buy",
24+
"shy-bikes-prove",
2225
"slow-buckets-double",
2326
"sweet-news-peel",
2427
"sweet-pianos-sniff",

packages/repl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/repl
22

3+
## 0.5.0-next.12
4+
5+
### Patch Changes
6+
7+
- 4782b85: fix: inconsistent editor state for empty values
8+
- 41e7955: feat: make eval-ed compiler debuggable
9+
- 3d3ebe4: show warnings only for the selected file
10+
311
## 0.5.0-next.11
412

513
### Patch Changes

packages/repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/repl",
3-
"version": "0.5.0-next.11",
3+
"version": "0.5.0-next.12",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)