1.16.0
This commit is contained in:
parent
d52d91b367
commit
8419d7d227
20 changed files with 90 additions and 45 deletions
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
'@tldraw/electron': minor
|
|
||||||
'@tldraw/vscode-editor': minor
|
|
||||||
'tldraw-vscode': minor
|
|
||||||
'@tldraw/www': minor
|
|
||||||
'@tldraw/core-example-simple': minor
|
|
||||||
'@tldraw/core-example-advanced': minor
|
|
||||||
'@tldraw/tldraw-example': minor
|
|
||||||
'@tldraw/core': minor
|
|
||||||
'@tldraw/tldraw': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Bump dependencies, add international support.
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"mode": "pre",
|
|
||||||
"tag": "next",
|
|
||||||
"initialVersions": {
|
|
||||||
"@tldraw/electron": "1.6.1",
|
|
||||||
"@tldraw/vscode-editor": "1.10.2",
|
|
||||||
"tldraw-vscode": "1.14.1",
|
|
||||||
"@tldraw/www": "1.6.7",
|
|
||||||
"@tldraw/core-example-simple": "1.7.0",
|
|
||||||
"@tldraw/core-example-advanced": "1.6.1",
|
|
||||||
"@tldraw/tldraw-example": "1.6.1",
|
|
||||||
"@tldraw/core": "1.13.1",
|
|
||||||
"@tldraw/curve": "1.7.0",
|
|
||||||
"@tldraw/intersect": "1.7.1",
|
|
||||||
"@tldraw/tldraw": "1.15.1",
|
|
||||||
"@tldraw/vec": "1.7.0"
|
|
||||||
},
|
|
||||||
"changesets": [
|
|
||||||
"clever-onions-flash"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,6 +1,13 @@
|
||||||
# @tldraw/electron
|
# @tldraw/electron
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
## 1.7.0-next.0
|
## 1.7.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
||||||
- Bump dependencies, add international support.
|
- Bump dependencies, add international support.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/electron",
|
"name": "@tldraw/electron",
|
||||||
"version": "1.7.0-next.0",
|
"version": "1.7.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "An electron app for tldraw.",
|
"description": "An electron app for tldraw.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"package": "electron-builder"
|
"package": "electron-builder"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tldraw/tldraw": "^1.16.0-next.0",
|
"@tldraw/tldraw": "^1.16.0",
|
||||||
"@types/node": "^17.0.14",
|
"@types/node": "^17.0.14",
|
||||||
"@types/react": "^17.0.38",
|
"@types/react": "^17.0.38",
|
||||||
"@types/react-dom": "^17.0.11",
|
"@types/react-dom": "^17.0.11",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @tldraw/vscode-editor
|
# @tldraw/vscode-editor
|
||||||
|
|
||||||
|
## 1.11.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
## 1.11.0-next.0
|
## 1.11.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/vscode-editor",
|
"name": "@tldraw/vscode-editor",
|
||||||
"version": "1.11.0-next.0",
|
"version": "1.11.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "An an editor for the tldraw vscode extension.",
|
"description": "An an editor for the tldraw vscode extension.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
|
|
||||||
|
## 1.15.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Add internationalization, improve readonly mode, bump dependencies for React 18
|
||||||
|
|
||||||
## 1.15.0-next.0
|
## 1.15.0-next.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-next.0",
|
"version": "1.15.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [d919bd27]
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.14.0
|
||||||
|
- @tldraw/tldraw@1.16.0
|
||||||
|
|
||||||
## 1.7.0-next.0
|
## 1.7.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.7.0-next.0",
|
"version": "1.7.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# @tldraw/core-example-advanced
|
# @tldraw/core-example-advanced
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
## 1.7.0-next.0
|
## 1.7.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
||||||
- Bump dependencies, add international support.
|
- Bump dependencies, add international support.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.0-next.0",
|
"version": "1.7.0",
|
||||||
"name": "@tldraw/core-example-advanced",
|
"name": "@tldraw/core-example-advanced",
|
||||||
"description": "An advanced example project for @tldraw/core.",
|
"description": "An advanced example project for @tldraw/core.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @tldraw/core-example-simple
|
# @tldraw/core-example-simple
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
## 1.8.0-next.0
|
## 1.8.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0-next.0",
|
"version": "1.8.0",
|
||||||
"name": "@tldraw/core-example-simple",
|
"name": "@tldraw/core-example-simple",
|
||||||
"description": "A simple example project for @tldraw/core.",
|
"description": "A simple example project for @tldraw/core.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# @tldraw/tldraw-example
|
# @tldraw/tldraw-example
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
## 1.7.0-next.0
|
## 1.7.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
||||||
- Bump dependencies, add international support.
|
- Bump dependencies, add international support.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw-example",
|
"name": "@tldraw/tldraw-example",
|
||||||
"version": "1.7.0-next.0",
|
"version": "1.7.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "An example project for @tldraw/tldraw.",
|
"description": "An example project for @tldraw/tldraw.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.14.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Add internationalization, improve readonly mode, bump dependencies for React 18
|
||||||
|
|
||||||
## 1.14.0-next.0
|
## 1.14.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.14.0-next.0",
|
"version": "1.14.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",
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.16.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d919bd27: Bump dependencies, add international support.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Add internationalization, improve readonly mode, bump dependencies for React 18
|
||||||
|
- Updated dependencies [d919bd27]
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.14.0
|
||||||
|
|
||||||
## 1.16.0-next.0
|
## 1.16.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.16.0-next.0",
|
"version": "1.16.0",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"@radix-ui/react-tooltip": "^0.1.7",
|
"@radix-ui/react-tooltip": "^0.1.7",
|
||||||
"@stitches/react": "^1.2.8",
|
"@stitches/react": "^1.2.8",
|
||||||
"@testing-library/react": "^13.3.0",
|
"@testing-library/react": "^13.3.0",
|
||||||
"@tldraw/core": "^1.14.0-next.0",
|
"@tldraw/core": "^1.14.0",
|
||||||
"@tldraw/intersect": "^1.7.1",
|
"@tldraw/intersect": "^1.7.1",
|
||||||
"@tldraw/vec": "^1.7.0",
|
"@tldraw/vec": "^1.7.0",
|
||||||
"idb-keyval": "^6.1.0",
|
"idb-keyval": "^6.1.0",
|
||||||
|
|
Loading…
Reference in a new issue