bump versions
This commit is contained in:
parent
e0aa7c0032
commit
b8dfc9895a
7 changed files with 26 additions and 6 deletions
|
@ -1,5 +1,11 @@
|
|||
## 1.2.4
|
||||
|
||||
## 1.12.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Update to include 1.12.2.
|
||||
|
||||
## 1.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tldraw-vscode",
|
||||
"displayName": "tldraw",
|
||||
"description": "The tldraw Extension for VS Code.",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.2",
|
||||
"license": "MIT",
|
||||
"publisher": "tldraw-org",
|
||||
"repository": {
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
"@sentry/react": "^6.13.2",
|
||||
"@sentry/tracing": "^6.13.2",
|
||||
"@stitches/react": "^1.2.5",
|
||||
"@tldraw/core": "^1.10.0",
|
||||
"@tldraw/tldraw": "^1.12.1",
|
||||
"@tldraw/core": "^1.11.0",
|
||||
"@tldraw/tldraw": "^1.12.2",
|
||||
"@types/next-auth": "^3.15.0",
|
||||
"aws-sdk": "^2.1053.0",
|
||||
"next": "^12.0.7",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Prevent clipboard events inside of text from reaching the document. Fix various clipboard-related bugs in tldraw.
|
||||
|
||||
## 1.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"name": "@tldraw/core",
|
||||
"description": "The tldraw core renderer and utilities.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.12.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Prevent clipboard events inside of text from reaching the document. Fix various clipboard-related bugs in tldraw.
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.11.0
|
||||
|
||||
## 1.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.2",
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
"repository": {
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@radix-ui/react-radio-group": "^0.1.5",
|
||||
"@radix-ui/react-tooltip": "^0.1.7",
|
||||
"@stitches/react": "^1.2.8",
|
||||
"@tldraw/core": "^1.10.0",
|
||||
"@tldraw/core": "^1.11.0",
|
||||
"@tldraw/intersect": "^1.7.1",
|
||||
"@tldraw/vec": "^1.7.0",
|
||||
"@types/lz-string": "^1.3.34",
|
||||
|
|
Loading…
Reference in a new issue