This commit is contained in:
Steve Ruiz 2022-06-30 08:59:09 +01:00
parent 0a0536b438
commit 9ccec77634
8 changed files with 33 additions and 5 deletions

View file

@ -1,5 +1,11 @@
## 1.2.4 ## 1.2.4
## 1.17.2
### Patch Changes
- Improve page reordering, add german translation
## 1.17.1 ## 1.17.1
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @tldraw/www # @tldraw/www
## 1.7.6
### Patch Changes
- Updated dependencies
- @tldraw/core@1.14.1
- @tldraw/tldraw@1.18.2
## 1.7.5 ## 1.7.5
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## 1.14.1
### Patch Changes
- Improve page reordering, add german translation
## 1.14.0 ## 1.14.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 1.18.2
### Patch Changes
- Improve page reordering, add german translation
- Updated dependencies
- @tldraw/core@1.14.1
## 1.18.1 ## 1.18.1
### Patch Changes ### Patch Changes

View file

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