From fd9200c2003e08d754f6daf15fcbfda7ca066bf0 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Fri, 10 Mar 2023 11:42:43 +0000 Subject: [PATCH] 1.29 --- apps/vscode/editor/CHANGELOG.md | 11 +++++++++++ apps/vscode/editor/package.json | 2 +- apps/vscode/extension/CHANGELOG.md | 11 +++++++++++ apps/www/CHANGELOG.md | 8 ++++++++ apps/www/package.json | 2 +- examples/core-example-advanced/CHANGELOG.md | 7 +++++++ examples/core-example-advanced/package.json | 2 +- examples/core-example/CHANGELOG.md | 7 +++++++ examples/core-example/package.json | 2 +- examples/tldraw-example/CHANGELOG.md | 8 ++++++++ examples/tldraw-example/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/tldraw/CHANGELOG.md | 16 ++++++++++++++++ packages/tldraw/package.json | 4 ++-- 15 files changed, 87 insertions(+), 8 deletions(-) diff --git a/apps/vscode/editor/CHANGELOG.md b/apps/vscode/editor/CHANGELOG.md index 9e11ced3a..491898f73 100644 --- a/apps/vscode/editor/CHANGELOG.md +++ b/apps/vscode/editor/CHANGELOG.md @@ -1,5 +1,16 @@ # @tldraw/vscode-editor +## 1.15.0 + +### Minor Changes + +- - Fixes copy as PNG + - Fixes a bug with copy and paste + - Fixes a bug on iPad while using pencil + - Fixes a bug with the style menus + - Fixes a bug with image export + - Updates translations + ## 1.14.0 ### Minor Changes diff --git a/apps/vscode/editor/package.json b/apps/vscode/editor/package.json index df879ab28..8cf2db7ca 100644 --- a/apps/vscode/editor/package.json +++ b/apps/vscode/editor/package.json @@ -1,6 +1,6 @@ { "name": "@tldraw/vscode-editor", - "version": "1.14.0", + "version": "1.15.0", "private": true, "description": "An an editor for the tldraw vscode extension.", "author": "@steveruizok", diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index 40e1c85ef..dbabe8123 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,5 +1,16 @@ ## 1.2.4 +## 1.28.0 + +### Minor Changes + +- - Fixes copy as PNG + - Fixes a bug with copy and paste + - Fixes a bug on iPad while using pencil + - Fixes a bug with the style menus + - Fixes a bug with image export + - Updates translations + ## 1.27.0 ### Minor Changes diff --git a/apps/www/CHANGELOG.md b/apps/www/CHANGELOG.md index 4605e414c..58b140557 100644 --- a/apps/www/CHANGELOG.md +++ b/apps/www/CHANGELOG.md @@ -1,5 +1,13 @@ # @tldraw/www +## 1.8.1 + +### Patch Changes + +- Updated dependencies + - @tldraw/core@1.23.0 + - @tldraw/tldraw@1.29.0 + ## 1.8.0 ### Minor Changes diff --git a/apps/www/package.json b/apps/www/package.json index 33cce3006..4b8310254 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@tldraw/www", - "version": "1.8.0", + "version": "1.8.1", "private": true, "description": "A tiny little drawing app (site).", "repository": { diff --git a/examples/core-example-advanced/CHANGELOG.md b/examples/core-example-advanced/CHANGELOG.md index b31042baa..e5140221e 100644 --- a/examples/core-example-advanced/CHANGELOG.md +++ b/examples/core-example-advanced/CHANGELOG.md @@ -1,5 +1,12 @@ # @tldraw/core-example-advanced +## 1.8.1 + +### Patch Changes + +- Updated dependencies + - @tldraw/core@1.23.0 + ## 1.8.0 ### Minor Changes diff --git a/examples/core-example-advanced/package.json b/examples/core-example-advanced/package.json index f31684dcb..ae00a9acf 100644 --- a/examples/core-example-advanced/package.json +++ b/examples/core-example-advanced/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.8.1", "name": "@tldraw/core-example-advanced", "description": "An advanced example project for @tldraw/core.", "author": "@steveruizok", diff --git a/examples/core-example/CHANGELOG.md b/examples/core-example/CHANGELOG.md index 1b1d216c6..6902035ed 100644 --- a/examples/core-example/CHANGELOG.md +++ b/examples/core-example/CHANGELOG.md @@ -1,5 +1,12 @@ # @tldraw/core-example-simple +## 1.9.1 + +### Patch Changes + +- Updated dependencies + - @tldraw/core@1.23.0 + ## 1.9.0 ### Minor Changes diff --git a/examples/core-example/package.json b/examples/core-example/package.json index 20d951653..3b1ef5545 100644 --- a/examples/core-example/package.json +++ b/examples/core-example/package.json @@ -1,5 +1,5 @@ { - "version": "1.9.0", + "version": "1.9.1", "name": "@tldraw/core-example-simple", "description": "A simple example project for @tldraw/core.", "author": "@steveruizok", diff --git a/examples/tldraw-example/CHANGELOG.md b/examples/tldraw-example/CHANGELOG.md index a97a0c668..abd2a5092 100644 --- a/examples/tldraw-example/CHANGELOG.md +++ b/examples/tldraw-example/CHANGELOG.md @@ -1,5 +1,13 @@ # @tldraw/tldraw-example +## 1.8.1 + +### Patch Changes + +- Updated dependencies + - @tldraw/core@1.23.0 + - @tldraw/tldraw@1.29.0 + ## 1.8.0 ### Minor Changes diff --git a/examples/tldraw-example/package.json b/examples/tldraw-example/package.json index b7a2b6c6c..38f536dc9 100644 --- a/examples/tldraw-example/package.json +++ b/examples/tldraw-example/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.8.1", "name": "@tldraw/tldraw-example", "description": "An advanced example project for @tldraw/core.", "author": "@steveruizok", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 582e2a6d2..93577c087 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.23.0 + +### Minor Changes + +- - Fixes copy as PNG + - Fixes a bug with copy and paste + - Fixes a bug on iPad while using pencil + - Fixes a bug with the style menus + - Fixes a bug with image export + - Updates translations + ## 1.22.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index bf4d774fb..6bb8ae119 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "1.22.0", + "version": "1.23.0", "name": "@tldraw/core", "description": "The tldraw core renderer and utilities.", "author": "@steveruizok", diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index 934344c6c..e7b1858e3 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.29.0 + +### Minor Changes + +- - Fixes copy as PNG + - Fixes a bug with copy and paste + - Fixes a bug on iPad while using pencil + - Fixes a bug with the style menus + - Fixes a bug with image export + - Updates translations + +### Patch Changes + +- Updated dependencies + - @tldraw/core@1.23.0 + ## 1.28.0 ### Minor Changes diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index 188bbfdb7..91690e537 100644 --- a/packages/tldraw/package.json +++ b/packages/tldraw/package.json @@ -1,6 +1,6 @@ { "name": "@tldraw/tldraw", - "version": "1.28.0", + "version": "1.29.0", "description": "A tiny little drawing app (editor)", "author": "@steveruizok", "repository": { @@ -49,7 +49,7 @@ "@radix-ui/react-popover": "^1.0.0", "@radix-ui/react-tooltip": "^1.0.0", "@stitches/react": "^1.2.8", - "@tldraw/core": "^1.22.0", + "@tldraw/core": "^1.23.0", "@tldraw/intersect": "^1.9.0", "@tldraw/vec": "^1.9.0", "browser-fs-access": "^0.31.0",