version, update images

pull/615/head
Steve Ruiz 2022-03-09 16:02:51 +00:00
rodzic 4886ef668e
commit 1950b4fa99
22 zmienionych plików z 58 dodań i 10 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.6.1",
"version": "1.7.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",
@ -32,4 +32,4 @@
"typescript": "4.5.5"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 68 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.4 KiB

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {
@ -131,4 +131,4 @@
"vsce": "^2.2.0"
},
"gitHead": "4b1137849ad07da36fc8f0f19cb64e7535a79296"
}
}

Wyświetl plik

@ -0,0 +1,9 @@
# @tldraw/www
## 1.6.2
### Patch Changes
- Fix publish version.
- Updated dependencies
- @tldraw/core@1.9.1
- @tldraw/tldraw@1.9.1

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.6.1",
"version": "1.6.2",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
@ -25,8 +25,8 @@
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.8.0",
"@tldraw/tldraw": "^1.8.1",
"@tldraw/core": "^1.9.1",
"@tldraw/tldraw": "^1.9.1",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"next": "^12.0.7",

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.0 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.4 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.2 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.6 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,5 +1,21 @@
# Changelog
## 1.9.1
### Patch Changes
- Fix publish version.
## 1.9.0
### Minor Changes
- - Adds menu item for CAD-selection
- Adds scrolling to menus
- Fixes "dot" shapes created when clicking with geometric tools
- Fixes wrong text bounds when fonts load
- Adds export to VS Code extension.
## 1.8.0
### Minor Changes

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.9.1",
"name": "@tldraw/core",
"description": "The tldraw core renderer and utilities.",
"author": "@steveruizok",

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,5 +1,28 @@
# Changelog
## 1.9.1
### Patch Changes
- Fix publish version.
- Updated dependencies
- @tldraw/core@1.9.1
## 1.9.0
### Minor Changes
- - Adds menu item for CAD-selection
- Adds scrolling to menus
- Fixes "dot" shapes created when clicking with geometric tools
- Fixes wrong text bounds when fonts load
- Adds export to VS Code extension.
### Patch Changes
- Updated dependencies
- @tldraw/core@1.9.0
## 1.8.1
### Patch Changes

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.8.1",
"version": "1.9.1",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -49,7 +49,7 @@
"@radix-ui/react-radio-group": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@stitches/react": "^1.2.6",
"@tldraw/core": "^1.8.0",
"@tldraw/core": "^1.9.1",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0",
"idb-keyval": "^6.1.0",

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.0 KiB