Update CHANGELOG.md [skip ci]

pull/3203/head v2.0.1
huppy-bot[bot] 2024-03-11 09:28:26 +00:00
rodzic 72a0c7f0b9
commit 7c759019ef
15 zmienionych plików z 43 dodań i 13 usunięć

Wyświetl plik

@ -1,3 +1,21 @@
# v2.0.1 (Mon Mar 11 2024)
#### 🐛 Bug Fix
- `@tldraw/editor`
- [patch 2.0.1] Cherry-pick 'Avoid randomness at init time...' [#3076](https://github.com/tldraw/tldraw/pull/3076) ([@ds300](https://github.com/ds300))
#### ⚠️ Pushed to `v2.0.x`
- fetch main during patch publish ([@ds300](https://github.com/ds300))
- cherry-pick tooling changes too i guess ([@ds300](https://github.com/ds300))
#### Authors: 1
- David Sheldrick ([@ds300](https://github.com/ds300))
---
# v2.0.0 (Thu Feb 29 2024)
#### ⚠️ Pushed to `main`

Wyświetl plik

@ -1,4 +1,4 @@
// This file is automatically generated by scripts/refresh-assets.ts.
// Do not edit manually. Or do, I'm a comment, not a cop.
export const version = '2.0.0'
export const version = '2.0.1'

Wyświetl plik

@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.0.0"
"version": "2.0.1"
}

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/assets",
"description": "A tiny little drawing app (assets).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,3 +1,15 @@
# v2.0.1 (Mon Mar 11 2024)
#### 🐛 Bug Fix
- [patch 2.0.1] Cherry-pick 'Avoid randomness at init time...' [#3076](https://github.com/tldraw/tldraw/pull/3076) ([@ds300](https://github.com/ds300))
#### Authors: 1
- David Sheldrick ([@ds300](https://github.com/ds300))
---
# v2.0.0-beta.9 (Thu Feb 29 2024)
#### ⚠️ Pushed to `main`

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/editor",
"description": "A tiny little drawing app (editor).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,4 +1,4 @@
// This file is automatically generated by scripts/refresh-assets.ts.
// Do not edit manually. Or do, I'm a comment, not a cop.
export const version = '2.0.0'
export const version = '2.0.1'

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/tldraw",
"description": "A tiny little drawing editor.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/state",
"description": "A tiny little drawing app (state).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/store",
"description": "A tiny little drawing app (store).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "tldraw",
"description": "A tiny little drawing editor.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,4 +1,4 @@
// This file is automatically generated by scripts/refresh-assets.ts.
// Do not edit manually. Or do, I'm a comment, not a cop.
export const version = '2.0.0'
export const version = '2.0.1'

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/tlschema",
"description": "A tiny little drawing app (schema).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/utils",
"description": "A tiny little drawing app (private utilities).",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/validate",
"description": "A runtime validation library by tldraw.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"