1.17.0
This commit is contained in:
parent
6d91916804
commit
65ff5075f0
8 changed files with 24 additions and 3 deletions
|
@ -23,6 +23,8 @@ Thanks to our corporate sponsors:
|
|||
|
||||
<a href="https://blindsidenetworks.com/"><img src="./assets/blindside.png" width="212"></img></a>
|
||||
|
||||
<a href="https://www.100ms.live/"><img src="./assets/100ms.png" width="212"></img></a>
|
||||
|
||||
</div>
|
||||
|
||||
...and to our [individual sponsors](https://github.com/sponsors/steveruizok#sponsors)!
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
## 1.2.4
|
||||
|
||||
## 1.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add getContent / insertContent, improve copy and paste position logic
|
||||
|
||||
## 1.15.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tldraw-vscode",
|
||||
"displayName": "tldraw",
|
||||
"description": "The tldraw Extension for VS Code.",
|
||||
"version": "1.15.0",
|
||||
"version": "1.16.0",
|
||||
"license": "MIT",
|
||||
"publisher": "tldraw-org",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @tldraw/www
|
||||
|
||||
## 1.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/tldraw@1.17.0
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/www",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (site).",
|
||||
"repository": {
|
||||
|
|
BIN
assets/100ms.png
Normal file
BIN
assets/100ms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add getContent / insertContent, improve copy and paste position logic
|
||||
|
||||
## 1.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "1.16.0",
|
||||
"version": "1.17.0",
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue