Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
3b92faa5cf
commit
ba6cba64c6
16 changed files with 59 additions and 13 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
# v2.0.0 (Thu Feb 29 2024)
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
||||
- `@tldraw/tldraw`, `tldraw`
|
||||
- updatereadmes ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- `@tldraw/tldraw`
|
||||
- Update readmes / docs for 2.0 [#3011](https://github.com/tldraw/tldraw/pull/3011) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.9 (Thu Feb 29 2024)
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
|
|
@ -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-beta.9'
|
||||
export const version = '2.0.0'
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "2.0.0-beta.9"
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/assets",
|
||||
"description": "A tiny little drawing app (assets).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/editor",
|
||||
"description": "A tiny little drawing app (editor).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -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-beta.9'
|
||||
export const version = '2.0.0'
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
# v2.0.0 (Thu Feb 29 2024)
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
||||
- updatereadmes ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Update readmes / docs for 2.0 [#3011](https://github.com/tldraw/tldraw/pull/3011) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.5 (Thu Feb 29 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"description": "A tiny little drawing editor.",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/state",
|
||||
"description": "A tiny little drawing app (state).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/store",
|
||||
"description": "A tiny little drawing app (store).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
# v2.0.0 (Thu Feb 29 2024)
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
||||
- updatereadmes ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.9 (Thu Feb 29 2024)
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tldraw",
|
||||
"description": "A tiny little drawing editor.",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -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-beta.9'
|
||||
export const version = '2.0.0'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tlschema",
|
||||
"description": "A tiny little drawing app (schema).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/utils",
|
||||
"description": "A tiny little drawing app (private utilities).",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/validate",
|
||||
"description": "A runtime validation library by tldraw.",
|
||||
"version": "2.0.0-beta.9",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
Loading…
Reference in a new issue