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.2.4
## 1.13.1
### Patch Changes
- Add option to keep style panel open.
## 1.13.0 ## 1.13.0
### Minor Changes ### Minor Changes

View file

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

View file

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

View file

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

View file

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

View file

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