pull/1060/head^2
Steve Ruiz 2022-12-03 14:12:31 +00:00
rodzic cfa7f6e357
commit 24cad6959f
12 zmienionych plików z 51 dodań i 7 usunięć

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.7.24
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.2
- @tldraw/tldraw@1.26.3
## 1.7.23
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-advanced
## 1.7.11
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.2
## 1.7.10
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.10",
"version": "1.7.11",
"name": "@tldraw/core-example-advanced",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-simple
## 1.8.11
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.2
## 1.8.10
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.10",
"version": "1.8.11",
"name": "@tldraw/core-example-simple",
"description": "A simple example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/tldraw-example
## 1.7.15
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.2
- @tldraw/tldraw@1.26.3
## 1.7.14
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.14",
"version": "1.7.15",
"name": "@tldraw/tldraw-example",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.20.2
### Patch Changes
- Fix text placement.
## 1.20.1
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# Changelog
## 1.26.3
### Patch Changes
- Fix text placement.
- Updated dependencies
- @tldraw/core@1.20.2
## 1.26.2
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.26.2",
"version": "1.26.3",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -44,7 +44,7 @@
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@stitches/react": "^1.2.8",
"@tldraw/core": "^1.20.1",
"@tldraw/core": "^1.20.2",
"@tldraw/intersect": "^1.8.0",
"@tldraw/vec": "^1.8.0",
"browser-fs-access": "^0.31.0",