Skip to content

Commit 27f8ab3

Browse files
chore: update versions (#209)
1 parent bf1b4db commit 27f8ab3

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.changeset/fix-windows-static-file-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/skott/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# skott
22

3+
## 0.35.11
4+
5+
### Patch Changes
6+
7+
- [#208](https://github.com/antoine-coulon/skott/pull/208) [`bf1b4db`](https://github.com/antoine-coulon/skott/commit/bf1b4db1a1c4b63123e6d8d16df6a86ab67abe7b) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix `@skottorg/static-file-plugin` resolution on Windows by converting the resolved path to a `file://` URL using `pathToFileURL` before passing it to dynamic `import()`.
8+
9+
- Updated dependencies []:
10+
- skott-webapp@2.3.0
11+
312
## 0.35.10
413

514
### Patch Changes

packages/skott/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skott",
3-
"version": "0.35.10",
3+
"version": "0.35.11",
44
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
55
"author": "Antoine Coulon",
66
"license": "MIT",

0 commit comments

Comments
 (0)