fix-copy-paste-safari
Steve Ruiz 2022-05-11 17:00:15 +01:00
rodzic 6bb5faeaf0
commit 98d44b2120
7 zmienionych plików z 22 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
# @tldraw/vscode-editor
## 1.10.2
### Patch Changes
- Fix tldraw assets for vscode extension.
## 1.10.1
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.10.1",
"version": "1.10.2",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.12.1
### Patch Changes
- Fix tldraw assets for vscode extension.
## 1.12.0
### Minor Changes

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.12.0",
"version": "1.12.1",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {

Wyświetl plik

@ -26,7 +26,7 @@
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.10.0",
"@tldraw/tldraw": "^1.12.0",
"@tldraw/tldraw": "^1.12.1",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"next": "^12.0.7",

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.12.1
### Patch Changes
- Fix tldraw assets for vscode extension.
## 1.12.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.12.0",
"version": "1.12.1",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {