Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/proud-horses-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-mirrors-begin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tired-mammals-cough.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lemoncode/quickmock-mcp

## 0.1.1

### Patch Changes

- 79b48b7: Added basic README.md.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemoncode/quickmock-mcp",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": {
Expand Down
16 changes: 16 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lemoncode/quickmock-vscode-extension

## 0.3.0

### Minor Changes

- a385bac: Added create new wireframe button on VSCode status bar.

### Patch Changes

- 79b48b7: Added basic README.md.
- c955c05: Fix component-gallery drag-and-drop in the VS Code extension on macOS,
where HTML5 drag events targeting the inner iframe were dispatched to
the webview shell instead of into the iframe (microsoft/vscode#193558).
Linux and Windows are unaffected.
- Updated dependencies [79b48b7]
- @lemoncode/quickmock-mcp@0.1.1

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickmock",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -16,7 +16,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@lemoncode/quickmock-mcp": "0.1.0"
"@lemoncode/quickmock-mcp": "0.1.1"
},
"devDependencies": {
"@lemoncode/quickmock-bridge-protocol": "*",
Expand Down