Skip to content

Commit 0be37f1

Browse files
chore: version packages
1 parent 937f09a commit 0be37f1

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/tasty-steaks-know.md

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

.changeset/wise-hornets-post.md

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

packages/vscode-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @lemoncode/quickmock-vscode-extension
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 3cd4892: Toolbar's **New** button now creates a real `.qm` file when running inside the VS Code extension instead of just clearing the canvas.
8+
9+
### Patch Changes
10+
11+
- b7f9cf1: Fix editor failing to load files opened from outside the workspace. The webview HTML was assigned before registering `onDidReceiveMessage`, causing a race where the initial `READY` / `WEBVIEW_READY` message from the app could be lost and the file content never delivered. The listener is now registered before the HTML assignment.
12+
313
## 0.1.0
414

515
### Minor Changes

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickmock",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)