@tldraw/polyfills
Advanced tools
Comparing version 2.0.0-canary.a220b2eff1d1 to 2.0.0-canary.a316fd2ab45b
@@ -0,1 +1,43 @@ | ||
# v2.0.0-alpha.13 (Wed Jun 28 2023) | ||
### Release Notes | ||
#### Revert "Update dependencies (#1613)" ([#1617](https://github.com/tldraw/tldraw/pull/1617)) | ||
- | ||
#### avoid lazy race conditions ([#1364](https://github.com/tldraw/tldraw/pull/1364)) | ||
[internal only] | ||
--- | ||
#### 🐛 Bug Fix | ||
- readmes [#1195](https://github.com/tldraw/tldraw/pull/1195) ([@steveruizok](https://github.com/steveruizok)) | ||
- [chore] update lazyrepo [#1211](https://github.com/tldraw/tldraw/pull/1211) ([@ds300](https://github.com/ds300)) | ||
- [lite] upgrade lazyrepo [#1198](https://github.com/tldraw/tldraw/pull/1198) ([@ds300](https://github.com/ds300)) | ||
- transfer-out: transfer out [#1195](https://github.com/tldraw/tldraw/pull/1195) ([@SomeHats](https://github.com/SomeHats)) | ||
#### ⚠️ Pushed to `main` | ||
- update lazyrepo ([@ds300](https://github.com/ds300)) | ||
#### 🏠 Internal | ||
- avoid lazy race conditions [#1364](https://github.com/tldraw/tldraw/pull/1364) ([@SomeHats](https://github.com/SomeHats)) | ||
#### 🔩 Dependency Updates | ||
- Revert "Update dependencies (#1613)" [#1617](https://github.com/tldraw/tldraw/pull/1617) ([@SomeHats](https://github.com/SomeHats)) | ||
- Update dependencies [#1613](https://github.com/tldraw/tldraw/pull/1613) ([@steveruizok](https://github.com/steveruizok)) | ||
#### Authors: 3 | ||
- alex ([@SomeHats](https://github.com/SomeHats)) | ||
- David Sheldrick ([@ds300](https://github.com/ds300)) | ||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) | ||
--- | ||
# v2.0.0-alpha.12 (Mon Apr 03 2023) | ||
@@ -2,0 +44,0 @@ |
{ | ||
"name": "@tldraw/polyfills", | ||
"description": "Polyfills for tldraw.", | ||
"version": "2.0.0-canary.a220b2eff1d1", | ||
"version": "2.0.0-canary.a316fd2ab45b", | ||
"packageManager": "yarn@3.5.0", | ||
@@ -46,3 +46,3 @@ "author": { | ||
"devDependencies": { | ||
"lazyrepo": "0.0.0-alpha.26" | ||
"lazyrepo": "0.0.0-alpha.27" | ||
}, | ||
@@ -49,0 +49,0 @@ "module": "dist-esm/index.mjs", |
18141