Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 11, 2023
1 parent 658fb34 commit bba593a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.0 - 2023-11-11

- Support Svelte 5
- Add `estree-walker` as dependency to support Svelte 5

## 1.0.1 - 2023-06-23

- Support Svelte 4
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# svelte-preprocess-import-assets

Import assets directly in the markup.
Import assets directly in the markup. Supports Svelte 3, 4, and 5.

> NOTE: Svelte 5 support is experimental and may break between versions.
**Convert this:**

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-preprocess-import-assets",
"description": "Import assets in markup",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"author": "Bjorn Lu",
"type": "module",
Expand Down Expand Up @@ -41,14 +41,14 @@
"test": "node tests/index.js",
"test-update": "node tests/index.js"
},
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.10.2",
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.5",
"svelte-parse-markup": "^0.1.2"
},
"peerDependencies": {
"svelte": "^3.37.0 || ^4.0.0"
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"prettier": "^3.0.3",
Expand Down

0 comments on commit bba593a

Please sign in to comment.