From 4b2b14eb266bb3fa1d6465b77d5d6c8e84e5ca0e Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Wed, 11 May 2022 14:34:07 +0100 Subject: [PATCH] release 1.12.0 --- apps/vscode/extension/CHANGELOG.md | 6 ++++++ apps/vscode/extension/package.json | 2 +- apps/www/package.json | 4 ++-- package.json | 6 +++--- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/core/src/TLShapeUtil/TLShapeUtil.spec.tsx | 2 ++ packages/core/src/components/Brush/Brush.test.tsx | 4 ++++ packages/tldraw/CHANGELOG.md | 11 +++++++++++ packages/tldraw/package.json | 4 ++-- turbo.json | 2 +- 11 files changed, 39 insertions(+), 10 deletions(-) diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index 3349bc9a5..d38652962 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.2.4 +## 1.12.0 + +### Minor Changes + +- This update changes how clipboard actions (cut, copy, paste) and exports work. Significantly, image exports are no longer handled via a server-side integration, and are instead handled locally on the client. This allows now for exports in the VS Code extension, as well as greatly simplifying exports for apps that embed the Tldraw React component. + ## 1.11.3 ### Patch Changes diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index 948051a3a..283909563 100644 --- a/apps/vscode/extension/package.json +++ b/apps/vscode/extension/package.json @@ -2,7 +2,7 @@ "name": "tldraw-vscode", "displayName": "tldraw", "description": "The tldraw Extension for VS Code.", - "version": "1.11.3", + "version": "1.12.0", "license": "MIT", "publisher": "tldraw-org", "repository": { diff --git a/apps/www/package.json b/apps/www/package.json index 7d062e952..e15ce29d6 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -25,8 +25,8 @@ "@sentry/react": "^6.13.2", "@sentry/tracing": "^6.13.2", "@stitches/react": "^1.2.5", - "@tldraw/core": "^1.9.1", - "@tldraw/tldraw": "^1.11.1", + "@tldraw/core": "^1.10.0", + "@tldraw/tldraw": "^1.12.0", "@types/next-auth": "^3.15.0", "aws-sdk": "^2.1053.0", "next": "^12.0.7", diff --git a/package.json b/package.json index 79173b4c4..8286cc828 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "test": "turbo run test --stream", "test:ci": "turbo run test:ci --stream", "test:watch": "turbo run test:watch --stream", - "docs": "turbo run typedoc", - "docs:watch": "turbo run typedoc --watch", + "docs": "turbo run docs", + "docs:watch": "turbo run docs --watch", "postinstall": "husky install", "pretty-quick": "pretty-quick", "clean": "turbo run clean" @@ -81,4 +81,4 @@ "dependencies": { "@changesets/cli": "^2.20.0" } -} +} \ No newline at end of file diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3a08b88ae..5e77c47e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.10.0 + +### Minor Changes + +- This update changes how clipboard actions (cut, copy, paste) and exports work. Significantly, image exports are no longer handled via a server-side integration, and are instead handled locally on the client. This allows now for exports in the VS Code extension, as well as greatly simplifying exports for apps that embed the Tldraw React component. + ## 1.9.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 18903a605..962b558f9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "1.9.1", + "version": "1.10.0", "name": "@tldraw/core", "description": "The tldraw core renderer and utilities.", "author": "@steveruizok", diff --git a/packages/core/src/TLShapeUtil/TLShapeUtil.spec.tsx b/packages/core/src/TLShapeUtil/TLShapeUtil.spec.tsx index ca5cb2808..a49800dc2 100644 --- a/packages/core/src/TLShapeUtil/TLShapeUtil.spec.tsx +++ b/packages/core/src/TLShapeUtil/TLShapeUtil.spec.tsx @@ -95,6 +95,7 @@ describe('When creating a minimal ShapeUtil', () => { { { test('mounts component without crashing', () => { renderWithSvg( { test('validate attributes for brush component', () => { renderWithSvg(