bump versions

This commit is contained in:
Steve Ruiz 2022-05-14 10:51:12 +01:00
parent e0aa7c0032
commit b8dfc9895a
7 changed files with 26 additions and 6 deletions

View file

@ -1,5 +1,11 @@
## 1.2.4 ## 1.2.4
## 1.12.2
### Patch Changes
- Update to include 1.12.2.
## 1.12.1 ## 1.12.1
### Patch Changes ### Patch 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.12.1", "version": "1.12.2",
"license": "MIT", "license": "MIT",
"publisher": "tldraw-org", "publisher": "tldraw-org",
"repository": { "repository": {

View file

@ -25,8 +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.10.0", "@tldraw/core": "^1.11.0",
"@tldraw/tldraw": "^1.12.1", "@tldraw/tldraw": "^1.12.2",
"@types/next-auth": "^3.15.0", "@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0", "aws-sdk": "^2.1053.0",
"next": "^12.0.7", "next": "^12.0.7",

View file

@ -1,5 +1,11 @@
# Changelog # 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 ## 1.10.0
### Minor Changes ### Minor Changes

View file

@ -1,5 +1,5 @@
{ {
"version": "1.10.0", "version": "1.11.0",
"name": "@tldraw/core", "name": "@tldraw/core",
"description": "The tldraw core renderer and utilities.", "description": "The tldraw core renderer and utilities.",
"author": "@steveruizok", "author": "@steveruizok",

View file

@ -1,5 +1,13 @@
# Changelog # 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 ## 1.12.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@tldraw/tldraw", "name": "@tldraw/tldraw",
"version": "1.12.1", "version": "1.12.2",
"description": "A tiny little drawing app (editor)", "description": "A tiny little drawing app (editor)",
"author": "@steveruizok", "author": "@steveruizok",
"repository": { "repository": {
@ -49,7 +49,7 @@
"@radix-ui/react-radio-group": "^0.1.5", "@radix-ui/react-radio-group": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7", "@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.8", "@stitches/react": "^1.2.8",
"@tldraw/core": "^1.10.0", "@tldraw/core": "^1.11.0",
"@tldraw/intersect": "^1.7.1", "@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0", "@tldraw/vec": "^1.7.0",
"@types/lz-string": "^1.3.34", "@types/lz-string": "^1.3.34",