pull/1037/head
Steve Ruiz 2022-10-26 14:06:20 +01:00
rodzic 6c7ee29625
commit 6e275f09ef
14 zmienionych plików z 61 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
## 1.2.4
## 1.25.0
### Minor Changes
- Add metadata property to user.
## 1.24.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.7.21
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.0
- @tldraw/tldraw@1.26.0
## 1.7.20
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-advanced
## 1.7.9
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.0
## 1.7.8
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.8",
"version": "1.7.9",
"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.9
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.0
## 1.8.8
### Patch Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.8",
"version": "1.8.9",
"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.12
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.0
- @tldraw/tldraw@1.26.0
## 1.7.11
### Patch Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## 1.20.0
### Minor Changes
- Add metadata property to user.
## 1.19.0
### Minor Changes

Wyświetl plik

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

Wyświetl plik

@ -1,5 +1,16 @@
# Changelog
## 1.26.0
### Minor Changes
- Add metadata property to user.
### Patch Changes
- Updated dependencies
- @tldraw/core@1.20.0
## 1.25.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.25.0",
"version": "1.26.0",
"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.19.0",
"@tldraw/core": "^1.20.0",
"@tldraw/intersect": "^1.8.0",
"@tldraw/vec": "^1.8.0",
"browser-fs-access": "^0.31.0",