From 35e74fdb127d7c916f8ab3624a4dbdd05f6d95e6 Mon Sep 17 00:00:00 2001 From: "huppy-bot[bot]" <128400622+huppy-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:03:59 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 162 +++++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/assets/CHANGELOG.md | 22 +++++ packages/assets/package.json | 2 +- packages/editor/CHANGELOG.md | 61 +++++++++++++ packages/editor/package.json | 2 +- packages/editor/src/version.ts | 2 +- packages/state/package.json | 2 +- packages/store/CHANGELOG.md | 12 +++ packages/store/package.json | 2 +- packages/tldraw/CHANGELOG.md | 65 +++++++++++++ packages/tldraw/package.json | 2 +- packages/tlschema/CHANGELOG.md | 51 +++++++++++ packages/tlschema/package.json | 2 +- packages/utils/CHANGELOG.md | 32 +++++++ packages/utils/package.json | 2 +- packages/validate/CHANGELOG.md | 32 +++++++ packages/validate/package.json | 2 +- 18 files changed, 447 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e452b7e..32176526b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,165 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### Fix validation when pasting images. ([#2436](https://github.com/tldraw/tldraw/pull/2436)) + +- Fixes url validations. + +#### Fix decrement button label in OnTheCanvas example component ([#2432](https://github.com/tldraw/tldraw/pull/2432)) + +- tiny bug fix, simply changing a label to match behaviour + +#### refactor copy/export, fix safari copy-as-image being broken ([#2411](https://github.com/tldraw/tldraw/pull/2411)) + +- Fix a bug preventing copying as an image on iOS + +#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428)) + +- Add validation to urls. + +#### [fix] next selected shapes comment ([#2427](https://github.com/tldraw/tldraw/pull/2427)) + +- Fix error in setStyleForNextSelectedShapes comment + +#### annotate error boundary example ([#2410](https://github.com/tldraw/tldraw/pull/2410)) + +- Add annotation to error boundary example + +#### Fix issues with clip paths for frames ([#2406](https://github.com/tldraw/tldraw/pull/2406)) + +- Add a brief release note for your PR here. + +#### Annotate custom styles example ([#2405](https://github.com/tldraw/tldraw/pull/2405)) + +- Add annotation to the custom styles example + +#### annotate custom config example ([#2404](https://github.com/tldraw/tldraw/pull/2404)) + +- Adds annotation to the custom config example with a bit more detail + +#### annotate asset props, correct image/video confusion ([#2399](https://github.com/tldraw/tldraw/pull/2399)) + +- Annotates the asset props example and fixes a mistake in the existing comments + +#### Annotate/refactor store events example ([#2400](https://github.com/tldraw/tldraw/pull/2400)) + +- Update store events example to use store.listen method +- Annotate with explanations of the code + +#### annotate canvas events ([#2397](https://github.com/tldraw/tldraw/pull/2397)) + +- Adds annotation to the canvas events example + +#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398)) + +- Add a brief release note for your PR here. + +#### Annotate api example ([#2395](https://github.com/tldraw/tldraw/pull/2395)) + +- Annotate API example + +#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396)) + +- renames Vec2d to Vec +- renames Vec2dModel to VecModel +- renames Box2d to Box +- renames Box2dModel to BoxModel +- renames Matrix2d to Mat +- renames Matrix2dModel to MatModel +- removes unused primitive helpers + +#### Refactor and document speech bubble example ([#2392](https://github.com/tldraw/tldraw/pull/2392)) + +- Add annotations to the speech bubble example +- Refactor code for clarity + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378)) + +- Fixed a bug with the bounds calculation for polygons. + +#### Avoid importing `editor.css` twice ([#2373](https://github.com/tldraw/tldraw/pull/2373)) + +- Prevent importing `editor.css` twice which should help when debugging the styles via developer console. + +#### Adding an image shape from a file the public folder ([#2370](https://github.com/tldraw/tldraw/pull/2370)) + +- Adds a simple image example. + +--- + +#### 💥 Breaking Change + +- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema` + - [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok)) + +#### 🚀 Enhancement + +- Adding an image shape from a file the public folder [#2370](https://github.com/tldraw/tldraw/pull/2370) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + +#### 🐛 Bug Fix + +- Avoid importing `editor.css` twice [#2373](https://github.com/tldraw/tldraw/pull/2373) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- VS Code bump 2.0.20 [#2371](https://github.com/tldraw/tldraw/pull/2371) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- `@tldraw/tlschema` + - Fix validation when pasting images. [#2436](https://github.com/tldraw/tldraw/pull/2436) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) +- `@tldraw/tldraw` + - refactor copy/export, fix safari copy-as-image being broken [#2411](https://github.com/tldraw/tldraw/pull/2411) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot])) + - [fix] Asset versions [#2389](https://github.com/tldraw/tldraw/pull/2389) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate` + - Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) +- `@tldraw/editor` + - Fix issues with clip paths for frames [#2406](https://github.com/tldraw/tldraw/pull/2406) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- `@tldraw/editor`, `@tldraw/tldraw` + - [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok)) + - [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/store` + - Fix meta examples [#2379](https://github.com/tldraw/tldraw/pull/2379) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Fix license language. [#2365](https://github.com/tldraw/tldraw/pull/2365) ([@steveruizok](https://github.com/steveruizok)) + +#### 📝 Documentation + +- Fix decrement button label in OnTheCanvas example component [#2432](https://github.com/tldraw/tldraw/pull/2432) ([@StanFlint](https://github.com/StanFlint)) +- annotate error boundary example [#2410](https://github.com/tldraw/tldraw/pull/2410) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok)) +- fix example scrolling on ios [#2412](https://github.com/tldraw/tldraw/pull/2412) ([@SomeHats](https://github.com/SomeHats)) +- Add descriptions to active examples [#2407](https://github.com/tldraw/tldraw/pull/2407) ([@SomeHats](https://github.com/SomeHats)) +- Annotate custom styles example [#2405](https://github.com/tldraw/tldraw/pull/2405) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok)) +- annotate custom config example [#2404](https://github.com/tldraw/tldraw/pull/2404) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- annotate asset props, correct image/video confusion [#2399](https://github.com/tldraw/tldraw/pull/2399) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- Annotate/refactor store events example [#2400](https://github.com/tldraw/tldraw/pull/2400) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- annotate canvas events [#2397](https://github.com/tldraw/tldraw/pull/2397) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- Annotate api example [#2395](https://github.com/tldraw/tldraw/pull/2395) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- Refactor and document speech bubble example [#2392](https://github.com/tldraw/tldraw/pull/2392) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok)) +- Fix README link typo [#2372](https://github.com/tldraw/tldraw/pull/2372) ([@chunderbolt](https://github.com/chunderbolt)) +- `@tldraw/editor` + - [fix] next selected shapes comment [#2427](https://github.com/tldraw/tldraw/pull/2427) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- `@tldraw/tldraw` + - [example] Changing the default tldraw colors [#2402](https://github.com/tldraw/tldraw/pull/2402) ([@steveruizok](https://github.com/steveruizok)) + - add descriptions to examples [#2375](https://github.com/tldraw/tldraw/pull/2375) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok)) +- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate` + - Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) + - Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 8 + +- [@chunderbolt](https://github.com/chunderbolt) +- [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) +- alex ([@SomeHats](https://github.com/SomeHats)) +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Stan Flint ([@StanFlint](https://github.com/StanFlint)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/lerna.json b/lerna.json index dcddc88ad..283f63621 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0-beta.1" + "version": "2.0.0-beta.2" } diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 6dbaa94f5..f008216fd 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,3 +1,25 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +--- + +#### 📝 Documentation + +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 2 + +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/packages/assets/package.json b/packages/assets/package.json index 4dee23954..d2cfc6950 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/assets", "description": "A tiny little drawing app (assets).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 58843ca2e..81f39addd 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,64 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### [fix] next selected shapes comment ([#2427](https://github.com/tldraw/tldraw/pull/2427)) + +- Fix error in setStyleForNextSelectedShapes comment + +#### Fix issues with clip paths for frames ([#2406](https://github.com/tldraw/tldraw/pull/2406)) + +- Add a brief release note for your PR here. + +#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398)) + +- Add a brief release note for your PR here. + +#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396)) + +- renames Vec2d to Vec +- renames Vec2dModel to VecModel +- renames Box2d to Box +- renames Box2dModel to BoxModel +- renames Matrix2d to Mat +- renames Matrix2dModel to MatModel +- removes unused primitive helpers + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378)) + +- Fixed a bug with the bounds calculation for polygons. + +--- + +#### 💥 Breaking Change + +- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok)) + +#### 🐛 Bug Fix + +- Fix issues with clip paths for frames [#2406](https://github.com/tldraw/tldraw/pull/2406) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok)) +- [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok)) + +#### 📝 Documentation + +- [fix] next selected shapes comment [#2427](https://github.com/tldraw/tldraw/pull/2427) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 4 + +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/packages/editor/package.json b/packages/editor/package.json index 22350c33f..ad2a2c933 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/editor", "description": "A tiny little drawing app (editor).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/editor/src/version.ts b/packages/editor/src/version.ts index 5960a6b5f..5397de25d 100644 --- a/packages/editor/src/version.ts +++ b/packages/editor/src/version.ts @@ -1 +1 @@ -export const version = '2.0.0-beta.1' +export const version = '2.0.0-beta.2' diff --git a/packages/state/package.json b/packages/state/package.json index f2e514bcb..3c0e819da 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/state", "description": "A tiny little drawing app (state).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 166966412..16d3da3a1 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +#### 🐛 Bug Fix + +- Fix meta examples [#2379](https://github.com/tldraw/tldraw/pull/2379) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 1 + +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/packages/store/package.json b/packages/store/package.json index 2607b08e5..a1a6a42f6 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/store", "description": "A tiny little drawing app (store).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index 3a5f584f1..25fdd6084 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,3 +1,68 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### refactor copy/export, fix safari copy-as-image being broken ([#2411](https://github.com/tldraw/tldraw/pull/2411)) + +- Fix a bug preventing copying as an image on iOS + +#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428)) + +- Add validation to urls. + +#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398)) + +- Add a brief release note for your PR here. + +#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396)) + +- renames Vec2d to Vec +- renames Vec2dModel to VecModel +- renames Box2d to Box +- renames Box2dModel to BoxModel +- renames Matrix2d to Mat +- renames Matrix2dModel to MatModel +- removes unused primitive helpers + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378)) + +- Fixed a bug with the bounds calculation for polygons. + +--- + +#### 💥 Breaking Change + +- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok)) + +#### 🐛 Bug Fix + +- refactor copy/export, fix safari copy-as-image being broken [#2411](https://github.com/tldraw/tldraw/pull/2411) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot])) +- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) +- [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok)) +- [fix] Asset versions [#2389](https://github.com/tldraw/tldraw/pull/2389) ([@steveruizok](https://github.com/steveruizok)) +- [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok)) + +#### 📝 Documentation + +- [example] Changing the default tldraw colors [#2402](https://github.com/tldraw/tldraw/pull/2402) ([@steveruizok](https://github.com/steveruizok)) +- add descriptions to examples [#2375](https://github.com/tldraw/tldraw/pull/2375) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok)) +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 5 + +- [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) +- alex ([@SomeHats](https://github.com/SomeHats)) +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index e7bc06c58..79497e9f9 100644 --- a/packages/tldraw/package.json +++ b/packages/tldraw/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/tldraw", "description": "A tiny little drawing editor.", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/tlschema/CHANGELOG.md b/packages/tlschema/CHANGELOG.md index f6514b918..9ddd62126 100644 --- a/packages/tlschema/CHANGELOG.md +++ b/packages/tlschema/CHANGELOG.md @@ -1,3 +1,54 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### Fix validation when pasting images. ([#2436](https://github.com/tldraw/tldraw/pull/2436)) + +- Fixes url validations. + +#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428)) + +- Add validation to urls. + +#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396)) + +- renames Vec2d to Vec +- renames Vec2dModel to VecModel +- renames Box2d to Box +- renames Box2dModel to BoxModel +- renames Matrix2d to Mat +- renames Matrix2dModel to MatModel +- removes unused primitive helpers + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +--- + +#### 💥 Breaking Change + +- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok)) + +#### 🐛 Bug Fix + +- Fix validation when pasting images. [#2436](https://github.com/tldraw/tldraw/pull/2436) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) +- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) + +#### 📝 Documentation + +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 4 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) ### Release Notes diff --git a/packages/tlschema/package.json b/packages/tlschema/package.json index 7cec226cc..aadb95f6b 100644 --- a/packages/tlschema/package.json +++ b/packages/tlschema/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/tlschema", "description": "A tiny little drawing app (schema).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 779576047..1998df82d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,35 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428)) + +- Add validation to urls. + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +--- + +#### 🐛 Bug Fix + +- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) + +#### 📝 Documentation + +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 4 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) #### 💥 Breaking Change diff --git a/packages/utils/package.json b/packages/utils/package.json index d1b9d866e..f9c887da9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/utils", "description": "A tiny little drawing app (private utilities).", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.", diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index cbde127af..4d038f267 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -1,3 +1,35 @@ +# v2.0.0-beta.2 (Wed Jan 10 2024) + +### Release Notes + +#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428)) + +- Add validation to urls. + +#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380)) + +- Fixes broken links in a number of docs files. + +--- + +#### 🐛 Bug Fix + +- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats)) + +#### 📝 Documentation + +- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus)) +- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 4 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- David @ HASH ([@nonparibus](https://github.com/nonparibus)) +- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-beta.1 (Wed Dec 20 2023) #### 💥 Breaking Change diff --git a/packages/validate/package.json b/packages/validate/package.json index 5e462237e..fa1210c98 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/validate", "description": "A runtime validation library by tldraw.", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw Inc.",