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://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>
|
</div>
|
||||||
|
|
||||||
...and to our [individual sponsors](https://github.com/sponsors/steveruizok#sponsors)!
|
...and to our [individual sponsors](https://github.com/sponsors/steveruizok#sponsors)!
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
|
|
||||||
|
## 1.16.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Add getContent / insertContent, improve copy and paste position logic
|
||||||
|
|
||||||
## 1.15.0
|
## 1.15.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -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.15.0",
|
"version": "1.16.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.7.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/tldraw@1.17.0
|
||||||
|
|
||||||
## 1.7.0
|
## 1.7.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"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
|
# Changelog
|
||||||
|
|
||||||
|
## 1.17.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Add getContent / insertContent, improve copy and paste position logic
|
||||||
|
|
||||||
## 1.16.0
|
## 1.16.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.16.0",
|
"version": "1.17.0",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue