Skip to content

Commit

Permalink
Release svelte v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 19, 2022
1 parent 571d943 commit eac6301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.1.4 (2022-10-19)

- Bump dependencies
- Refactor files for unit tests
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/svelte",
"description": "Svelte support for whyframe",
"version": "0.1.3",
"version": "0.1.4",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function whyframeSvelte(options) {
}

if (options?.preprocess) {
// convert to vite-plugin-svelte's api so typescript etc are already preprocessed
// convert to vite-plugin-svelte's api so markup like mdsvex are already preprocessed
const _transform = plugin.transform
delete plugin.transform
plugin.api = {
Expand Down

0 comments on commit eac6301

Please sign in to comment.