Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
df205706e6
commit
ed1a031a69
16 changed files with 51 additions and 13 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
# v2.0.0-beta.9 (Thu Feb 29 2024)
|
||||||
|
|
||||||
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
||||||
|
- allow changes ([@ds300](https://github.com/ds300))
|
||||||
|
- `@tldraw/editor`, `tldraw`
|
||||||
|
- fix refresh-assets cache inputs ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
#### Authors: 1
|
||||||
|
|
||||||
|
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
||||||
|
|
||||||
#### ⚠️ Pushed to `main`
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is automatically generated by scripts/refresh-assets.ts.
|
// This file is automatically generated by scripts/refresh-assets.ts.
|
||||||
// Do not edit manually. Or do, I'm a comment, not a cop.
|
// Do not edit manually. Or do, I'm a comment, not a cop.
|
||||||
|
|
||||||
export const version = '2.0.0-beta.8'
|
export const version = '2.0.0-beta.9'
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "2.0.0-beta.8"
|
"version": "2.0.0-beta.9"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/assets",
|
"name": "@tldraw/assets",
|
||||||
"description": "A tiny little drawing app (assets).",
|
"description": "A tiny little drawing app (assets).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
# v2.0.0-beta.9 (Thu Feb 29 2024)
|
||||||
|
|
||||||
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
||||||
|
- fix refresh-assets cache inputs ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
#### Authors: 1
|
||||||
|
|
||||||
|
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
||||||
|
|
||||||
#### ⚠️ Pushed to `main`
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/editor",
|
"name": "@tldraw/editor",
|
||||||
"description": "A tiny little drawing app (editor).",
|
"description": "A tiny little drawing app (editor).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is automatically generated by scripts/refresh-assets.ts.
|
// This file is automatically generated by scripts/refresh-assets.ts.
|
||||||
// Do not edit manually. Or do, I'm a comment, not a cop.
|
// Do not edit manually. Or do, I'm a comment, not a cop.
|
||||||
|
|
||||||
export const version = '2.0.0-beta.8'
|
export const version = '2.0.0-beta.9'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"description": "A tiny little drawing editor.",
|
"description": "A tiny little drawing editor.",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/state",
|
"name": "@tldraw/state",
|
||||||
"description": "A tiny little drawing app (state).",
|
"description": "A tiny little drawing app (state).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/store",
|
"name": "@tldraw/store",
|
||||||
"description": "A tiny little drawing app (store).",
|
"description": "A tiny little drawing app (store).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
# v2.0.0-beta.9 (Thu Feb 29 2024)
|
||||||
|
|
||||||
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
||||||
|
- fix refresh-assets cache inputs ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
#### Authors: 1
|
||||||
|
|
||||||
|
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
# v2.0.0-beta.8 (Thu Feb 29 2024)
|
||||||
|
|
||||||
#### ⚠️ Pushed to `main`
|
#### ⚠️ Pushed to `main`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "tldraw",
|
"name": "tldraw",
|
||||||
"description": "A tiny little drawing editor.",
|
"description": "A tiny little drawing editor.",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is automatically generated by scripts/refresh-assets.ts.
|
// This file is automatically generated by scripts/refresh-assets.ts.
|
||||||
// Do not edit manually. Or do, I'm a comment, not a cop.
|
// Do not edit manually. Or do, I'm a comment, not a cop.
|
||||||
|
|
||||||
export const version = '2.0.0-beta.8'
|
export const version = '2.0.0-beta.9'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tlschema",
|
"name": "@tldraw/tlschema",
|
||||||
"description": "A tiny little drawing app (schema).",
|
"description": "A tiny little drawing app (schema).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/utils",
|
"name": "@tldraw/utils",
|
||||||
"description": "A tiny little drawing app (private utilities).",
|
"description": "A tiny little drawing app (private utilities).",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/validate",
|
"name": "@tldraw/validate",
|
||||||
"description": "A runtime validation library by tldraw.",
|
"description": "A runtime validation library by tldraw.",
|
||||||
"version": "2.0.0-beta.8",
|
"version": "2.0.0-beta.9",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw Inc.",
|
"name": "tldraw Inc.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
Loading…
Reference in a new issue