We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58af12 commit d22d94aCopy full SHA for d22d94a
.changeset/pre.json
@@ -8,6 +8,7 @@
8
"svelte.dev": "1.0.3"
9
},
10
"changesets": [
11
+ "early-planes-love",
12
"wise-vans-smoke"
13
]
14
}
packages/repl/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/repl
2
3
+## 0.5.0-next.1
4
+
5
+### Patch Changes
6
7
+- b58af12: Fix exports
## 0.5.0-next.0
### Minor Changes
packages/repl/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/repl",
- "version": "0.5.0-next.0",
+ "version": "0.5.0-next.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
0 commit comments