1.27.0
This commit is contained in:
parent
6f87ff022a
commit
55a8831a6b
16 changed files with 96 additions and 9 deletions
|
@ -1,5 +1,18 @@
|
|||
# @tldraw/vscode-editor
|
||||
|
||||
## 1.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- - Adds missing Arabic translations for dialogs. @abedshamia
|
||||
- Updates core-example. @brydenfogelman
|
||||
- Updates Polish translations. @adan2013
|
||||
- Adds missing Aria-Labels. @KDSBrowne
|
||||
- Improves Japanese translation. @yashkumarbarot
|
||||
- Fixes height and width in app.viewport. @hiroshisuga
|
||||
- Improves labels on StlyeMenu @proke03
|
||||
- Adds missing tooltips to undo / redo buttons. @proke03
|
||||
|
||||
## 1.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/vscode-editor",
|
||||
"version": "1.12.0",
|
||||
"version": "1.13.0",
|
||||
"private": true,
|
||||
"description": "An an editor for the tldraw vscode extension.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
## 1.2.4
|
||||
|
||||
## 1.26.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- - Adds missing Arabic translations for dialogs. @abedshamia
|
||||
- Updates core-example. @brydenfogelman
|
||||
- Updates Polish translations. @adan2013
|
||||
- Adds missing Aria-Labels. @KDSBrowne
|
||||
- Improves Japanese translation. @yashkumarbarot
|
||||
- Fixes height and width in app.viewport. @hiroshisuga
|
||||
- Improves labels on StlyeMenu @proke03
|
||||
- Adds missing tooltips to undo / redo buttons. @proke03
|
||||
|
||||
## 1.25.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tldraw-vscode",
|
||||
"displayName": "tldraw",
|
||||
"description": "The tldraw Extension for VS Code.",
|
||||
"version": "1.25.2",
|
||||
"version": "1.26.0",
|
||||
"license": "MIT",
|
||||
"publisher": "tldraw-org",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @tldraw/www
|
||||
|
||||
## 1.7.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.21.0
|
||||
- @tldraw/tldraw@1.27.0
|
||||
|
||||
## 1.7.25
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/www",
|
||||
"version": "1.7.25",
|
||||
"version": "1.7.26",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (site).",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @tldraw/core-example-advanced
|
||||
|
||||
## 1.7.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.21.0
|
||||
|
||||
## 1.7.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.12",
|
||||
"version": "1.7.13",
|
||||
"name": "@tldraw/core-example-advanced",
|
||||
"description": "An advanced example project for @tldraw/core.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @tldraw/core-example-simple
|
||||
|
||||
## 1.8.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.21.0
|
||||
|
||||
## 1.8.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.12",
|
||||
"version": "1.8.13",
|
||||
"name": "@tldraw/core-example-simple",
|
||||
"description": "A simple example project for @tldraw/core.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @tldraw/tldraw-example
|
||||
|
||||
## 1.7.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.21.0
|
||||
- @tldraw/tldraw@1.27.0
|
||||
|
||||
## 1.7.16
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.16",
|
||||
"version": "1.7.17",
|
||||
"name": "@tldraw/tldraw-example",
|
||||
"description": "An advanced example project for @tldraw/core.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 1.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- - Adds missing Arabic translations for dialogs. @abedshamia
|
||||
- Updates core-example. @brydenfogelman
|
||||
- Updates Polish translations. @adan2013
|
||||
- Adds missing Aria-Labels. @KDSBrowne
|
||||
- Improves Japanese translation. @yashkumarbarot
|
||||
- Fixes height and width in app.viewport. @hiroshisuga
|
||||
- Improves labels on StlyeMenu @proke03
|
||||
- Adds missing tooltips to undo / redo buttons. @proke03
|
||||
|
||||
## 1.20.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.20.3",
|
||||
"version": "1.21.0",
|
||||
"name": "@tldraw/core",
|
||||
"description": "The tldraw core renderer and utilities.",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
# Changelog
|
||||
|
||||
## 1.27.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- - Adds missing Arabic translations for dialogs. @abedshamia
|
||||
- Updates core-example. @brydenfogelman
|
||||
- Updates Polish translations. @adan2013
|
||||
- Adds missing Aria-Labels. @KDSBrowne
|
||||
- Improves Japanese translation. @yashkumarbarot
|
||||
- Fixes height and width in app.viewport. @hiroshisuga
|
||||
- Improves labels on StlyeMenu @proke03
|
||||
- Adds missing tooltips to undo / redo buttons. @proke03
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @tldraw/core@1.21.0
|
||||
|
||||
## 1.26.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "1.26.4",
|
||||
"version": "1.27.0",
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
"repository": {
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@radix-ui/react-popover": "^1.0.0",
|
||||
"@radix-ui/react-tooltip": "^1.0.0",
|
||||
"@stitches/react": "^1.2.8",
|
||||
"@tldraw/core": "^1.20.3",
|
||||
"@tldraw/core": "^1.21.0",
|
||||
"@tldraw/intersect": "^1.8.0",
|
||||
"@tldraw/vec": "^1.8.0",
|
||||
"browser-fs-access": "^0.31.0",
|
||||
|
|
Loading…
Reference in a new issue