This commit is contained in:
Steve Ruiz 2022-05-20 14:45:10 +01:00
parent ba0795c595
commit c37a4a33d6
6 changed files with 27 additions and 7 deletions

View file

@ -1,5 +1,11 @@
## 1.2.4
## 1.13.1
### Patch Changes
- Add option to keep style panel open.
## 1.13.0
### Minor Changes

View file

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {

View file

@ -1,6 +1,14 @@
# @tldraw/www
## 1.6.3
### Patch Changes
- Updated dependencies
- @tldraw/tldraw@1.14.0
## 1.6.2
### Patch Changes
- Fix publish version.

View file

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
@ -25,9 +25,8 @@
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.11.0",
"@tldraw/tldraw": "^1.12.4",
"@types/next-auth": "^3.15.0",
"@tldraw/core": "*",
"@tldraw/tldraw": "*",
"aws-sdk": "^2.1053.0",
"lz-string": "^1.4.4",
"nanoid": "^3.3.4",
@ -39,6 +38,7 @@
"react-dom": "^17.0"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@sentry/webpack-plugin": "^1.17.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
@ -47,4 +47,4 @@
"typescript": "^4.5.2"
},
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
}
}

View file

@ -1,5 +1,11 @@
# Changelog
## 1.14.0
### Minor Changes
- Add option to keep style panel open.
## 1.13.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.13.0",
"version": "1.14.0",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {