pull/968/head
Steve Ruiz 2022-09-08 11:33:57 +01:00
rodzic 00e17b65f3
commit 0549660244
14 zmienionych plików z 112 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,17 @@
## 1.2.4
## 1.23.3
### Patch Changes
- Small bump.
## 1.23.2
### Patch Changes
- Fix bug with scrolling.
## 1.23.1
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,22 @@
# @tldraw/www
## 1.7.17
### Patch Changes
- Small bump.
- Updated dependencies
- @tldraw/core@1.18.3
- @tldraw/tldraw@1.24.3
## 1.7.16
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.2
- @tldraw/tldraw@1.24.2
## 1.7.15
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,20 @@
# @tldraw/core-example-advanced
## 1.7.6
### Patch Changes
- Small bump.
- Updated dependencies
- @tldraw/core@1.18.3
## 1.7.5
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.2
## 1.7.4
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,20 @@
# @tldraw/core-example-simple
## 1.8.6
### Patch Changes
- Small bump.
- Updated dependencies
- @tldraw/core@1.18.3
## 1.8.5
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.2
## 1.8.4
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,22 @@
# @tldraw/tldraw-example
## 1.7.8
### Patch Changes
- Small bump.
- Updated dependencies
- @tldraw/core@1.18.3
- @tldraw/tldraw@1.24.3
## 1.7.7
### Patch Changes
- Updated dependencies
- @tldraw/core@1.18.2
- @tldraw/tldraw@1.24.2
## 1.7.6
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,17 @@
# Changelog
## 1.18.3
### Patch Changes
- Small bump.
## 1.18.2
### Patch Changes
- Fix bug with scrolling.
## 1.18.1
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,21 @@
# Changelog
## 1.24.3
### Patch Changes
- Small bump.
- Updated dependencies
- @tldraw/core@1.18.3
## 1.24.2
### Patch Changes
- Fix bug with scrolling.
- Updated dependencies
- @tldraw/core@1.18.2
## 1.24.1
### Patch Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.24.1",
"version": "1.24.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.18.1",
"@tldraw/core": "^1.18.3",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.1",
"browser-fs-access": "^0.31.0",