update
This commit is contained in:
parent
2a98e0c6e7
commit
8aa54f4d8c
7 changed files with 22 additions and 4 deletions
6
apps/vscode/editor/CHANGELOG.md
Normal file
6
apps/vscode/editor/CHANGELOG.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# @tldraw/vscode-editor
|
||||
|
||||
## 1.7.1
|
||||
### Patch Changes
|
||||
|
||||
- Fix bug with missing parents / children.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/vscode-editor",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"private": true,
|
||||
"description": "An an editor for the tldraw vscode extension.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
## 1.2.4
|
||||
|
||||
## 1.8.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix bug with missing parents / children.
|
||||
|
||||
- Fixed bug that prevented saving.
|
||||
|
||||
## 1.1.9
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tldraw-vscode",
|
||||
"displayName": "tldraw",
|
||||
"description": "The tldraw Extension for VS Code.",
|
||||
"version": "1.8.3",
|
||||
"version": "1.8.4",
|
||||
"license": "MIT",
|
||||
"publisher": "tldraw-org",
|
||||
"repository": {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"@sentry/tracing": "^6.13.2",
|
||||
"@stitches/react": "^1.2.5",
|
||||
"@tldraw/core": "^1.9.1",
|
||||
"@tldraw/tldraw": "^1.9.2",
|
||||
"@tldraw/tldraw": "^1.9.3",
|
||||
"@types/next-auth": "^3.15.0",
|
||||
"aws-sdk": "^2.1053.0",
|
||||
"next": "^12.0.7",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.9.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix bug with missing parents / children.
|
||||
|
||||
## 1.9.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.3",
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue