Update CHANGELOG.md [skip ci]

v2.0.x v2.0.2
huppy-bot[bot] 2024-03-18 15:23:13 +00:00
rodzic ff931db0b1
commit a87709ded9
15 zmienionych plików z 45 dodań i 13 usunięć

Wyświetl plik

@ -1,3 +1,23 @@
# v2.0.2 (Mon Mar 18 2024)
#### 🐛 Bug Fix
- [docs] Sync docs deploy with npm deploy [#3153](https://github.com/tldraw/tldraw/pull/3153) ([@ds300](https://github.com/ds300))
- `tldraw`
- Fix jpg export and tests (#3198) [#3199](https://github.com/tldraw/tldraw/pull/3199) ([@SomeHats](https://github.com/SomeHats))
#### ⚠️ Pushed to `v2.0.x`
- empty commit ([@SomeHats](https://github.com/SomeHats))
- fix release eliding ([@ds300](https://github.com/ds300))
#### Authors: 2
- alex ([@SomeHats](https://github.com/SomeHats))
- David Sheldrick ([@ds300](https://github.com/ds300))
---
# v2.0.1 (Mon Mar 11 2024)
#### 🐛 Bug Fix

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.1'
export const version = '2.0.2'

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/editor",
"description": "A tiny little drawing app (editor).",
"version": "2.0.1",
"version": "2.0.2",
"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.1'
export const version = '2.0.2'

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/tldraw",
"description": "A tiny little drawing editor.",
"version": "2.0.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"

Wyświetl plik

@ -1,3 +1,15 @@
# v2.0.2 (Mon Mar 18 2024)
#### 🐛 Bug Fix
- Fix jpg export and tests (#3198) [#3199](https://github.com/tldraw/tldraw/pull/3199) ([@SomeHats](https://github.com/SomeHats))
#### Authors: 1
- alex ([@SomeHats](https://github.com/SomeHats))
---
# v2.0.0 (Thu Feb 29 2024)
#### ⚠️ Pushed to `main`

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "tldraw",
"description": "A tiny little drawing editor.",
"version": "2.0.1",
"version": "2.0.2",
"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.1'
export const version = '2.0.2'

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@tldraw/tlschema",
"description": "A tiny little drawing app (schema).",
"version": "2.0.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"