pull/802/head
Steve Ruiz 2022-07-08 20:35:10 +01:00
rodzic 9785c1c924
commit 1e80d1ac21
10 zmienionych plików z 41 dodań i 6 usunięć

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/new-tab-extension
## 0.1.1
### Patch Changes
- Updated dependencies
- @tldraw/tldraw@1.19.1
## 0.1.0
### Minor Changes

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/new-tab-extension",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "A tiny little new tab extension for tldraw.",
"author": "@steveruizok",
"repository": {

Wyświetl plik

@ -1,5 +1,11 @@
# @tldraw/vscode-editor
## 1.11.1
### Patch Changes
- Fix toolbar placement.
## 1.11.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.7.9
### Patch Changes
- Updated dependencies
- @tldraw/core@1.14.2
- @tldraw/tldraw@1.19.1
## 1.7.8
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.7.8",
"version": "1.7.9",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.14.2
### Patch Changes
- Fix toolbar placement.
## 1.14.1
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# Changelog
## 1.19.1
### Patch Changes
- Fix toolbar placement.
- Updated dependencies
- @tldraw/core@1.14.2
## 1.19.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.19.0",
"version": "1.19.1",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -47,7 +47,7 @@
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.8",
"@tldraw/core": "^1.14.1",
"@tldraw/core": "^1.14.2",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.1",
"idb-keyval": "^6.1.0",