pull/712/head^2
Steve Ruiz 2022-06-09 18:06:17 +01:00
rodzic d52d91b367
commit 8419d7d227
20 zmienionych plików z 90 dodań i 45 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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"
]
}

Wyświetl plik

@ -1,6 +1,13 @@
# @tldraw/electron
## 1.7.0
### Minor Changes
- d919bd27: Bump dependencies, add international support.
## 1.7.0-next.0
### Minor Changes
- Bump dependencies, add international support.

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/electron",
"version": "1.7.0-next.0",
"version": "1.7.0",
"private": true,
"description": "An electron app for tldraw.",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"package": "electron-builder"
},
"devDependencies": {
"@tldraw/tldraw": "^1.16.0-next.0",
"@tldraw/tldraw": "^1.16.0",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",

Wyświetl plik

@ -1,5 +1,11 @@
# @tldraw/vscode-editor
## 1.11.0
### Minor Changes
- d919bd27: Bump dependencies, add international support.
## 1.11.0-next.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.11.0-next.0",
"version": "1.11.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",

Wyświetl plik

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

Wyświetl plik

@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.15.0-next.0",
"version": "1.15.0",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.7.0-next.0",
"version": "1.7.0",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {

Wyświetl plik

@ -1,6 +1,13 @@
# @tldraw/core-example-advanced
## 1.7.0
### Minor Changes
- d919bd27: Bump dependencies, add international support.
## 1.7.0-next.0
### Minor Changes
- Bump dependencies, add international support.

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.7.0-next.0",
"version": "1.7.0",
"name": "@tldraw/core-example-advanced",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,11 @@
# @tldraw/core-example-simple
## 1.8.0
### Minor Changes
- d919bd27: Bump dependencies, add international support.
## 1.8.0-next.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.0-next.0",
"version": "1.8.0",
"name": "@tldraw/core-example-simple",
"description": "A simple example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,6 +1,13 @@
# @tldraw/tldraw-example
## 1.7.0
### Minor Changes
- d919bd27: Bump dependencies, add international support.
## 1.7.0-next.0
### Minor Changes
- Bump dependencies, add international support.

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw-example",
"version": "1.7.0-next.0",
"version": "1.7.0",
"private": true,
"description": "An example project for @tldraw/tldraw.",
"author": "@steveruizok",

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.16.0-next.0",
"version": "1.16.0",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -48,7 +48,7 @@
"@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.8",
"@testing-library/react": "^13.3.0",
"@tldraw/core": "^1.14.0-next.0",
"@tldraw/core": "^1.14.0",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0",
"idb-keyval": "^6.1.0",