Skip to content

Commit 7c8dbec

Browse files
author
Yann Leflour
committed
Prepare 1.1.1
1 parent 4c4c47d commit 7c8dbec

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UI Sketcher
22

3-
Turn rough sketches into UI code
3+
Turn sketches into UI code
44

55
https://github.com/pAIrprogio/vscode-ui-sketcher/assets/1863461/b9f1a1ac-00c9-4c96-bbd0-de15c0e20db8
66

ui-sketcher-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.1] - 2023-22-09
4+
5+
### Added
6+
7+
- Preview iframe can now be interacted with
8+
39
## [1.1.0] - 2023-22-09
410

511
### Added

ui-sketcher-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ui-sketcher",
33
"displayName": "UI Sketcher",
4-
"description": "Turn rough UI sketches into code with the magic of GPT-4 Vision",
4+
"description": "Turn UI sketches into code with the magic of GPT-4 Vision",
55
"publisher": "pAIrprog",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/pAIrprogio/vscode-ui-sketcher"
99
},
1010
"license": "MIT",
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"icon": "images/icon.png",
1313
"engines": {
1414
"vscode": "^1.84.0"

0 commit comments

Comments
 (0)