Upadte changelogs
This commit is contained in:
parent
03cfea6404
commit
5c0e4fad11
10 changed files with 8 additions and 24 deletions
|
@ -19,11 +19,7 @@
|
|||
"rootDir": ".",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": ["./*"],
|
||||
"@tldraw/tldraw": ["./packages/tldraw"],
|
||||
"@tldraw/core": ["./packages/core"],
|
||||
"@tldraw/intersect": ["./packages/intersect"],
|
||||
"@tldraw/vec": ["./packages/vec"]
|
||||
"*": ["./*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Utils, TLBounds } from '@tldraw/core'
|
|||
import {
|
||||
intersectBoundsBounds,
|
||||
intersectBoundsPolyline,
|
||||
intersectLineSegmentBounds,
|
||||
intersectLineSegmentPolyline,
|
||||
} from '@tldraw/intersect'
|
||||
import { nanoid } from 'nanoid'
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"rootDir": "src",
|
||||
"emitDeclarationOnly": false,
|
||||
"paths": {
|
||||
"*": ["src/*"],
|
||||
"@tldraw/core": ["../../packages/core"]
|
||||
"*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"references": [{ "path": "../../packages/core" }],
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"useDefineForClassFields": true,
|
||||
"paths": {
|
||||
"*": ["src/*"],
|
||||
"@tldraw/core": ["../packages/core"]
|
||||
"*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"references": [{ "path": "../../packages/core" }],
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"start:www": "yarn build:packages && lerna run start --parallel & cd apps/www && yarn dev",
|
||||
"start:electron": "lerna run start:electron --stream --parallel",
|
||||
"start:vscode": "code apps/vscode/extension & lerna run start:vscode --parallel; ",
|
||||
"publish:patch": "yarn build:packages && yarn test && lerna publish patch",
|
||||
"publish:patch": "yarn build:packages && yarn test && lerna publish",
|
||||
"fix:style": "yarn run prettier ./packages/core/src --write && yarn run prettier ./packages/tldraw/src --write",
|
||||
"lerna": "lerna",
|
||||
"test": "lerna run test --stream",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.9
|
||||
## 1.2.2
|
||||
|
||||
- Adds mobx and support for mobx observables in the Renderer's props.
|
||||
- Removes unused code.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.9
|
||||
## 0.2.2
|
||||
|
||||
- Moves unused curve functions out of @tldraw/core and into own repo.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 1.1.9
|
||||
## 1.2.2
|
||||
|
||||
- Updates @tldraw/core.
|
||||
|
||||
|
|
|
@ -3135,15 +3135,6 @@
|
|||
"@babel/runtime" "^7.12.5"
|
||||
"@testing-library/dom" "^8.0.0"
|
||||
|
||||
"@tldraw/core@^1.1.5":
|
||||
version "1.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@tldraw/core/-/core-1.1.5.tgz#1d8cf365842740dba3f4fe371f5a4cc66047e5f7"
|
||||
integrity sha512-sPo/LYKiSHPiVe6D2elsCmkPhwZj+8IRVBI2ikzXK03r/LS7e6Yn0P6hxLuntpZDf+8qqVDcq/+NOBCZUaiH+A==
|
||||
dependencies:
|
||||
"@tldraw/intersect" "^1.1.5"
|
||||
"@tldraw/vec" "^1.1.5"
|
||||
"@use-gesture/react" "^10.1.3"
|
||||
|
||||
"@tootallnate/once@1":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
||||
|
|
Loading…
Reference in a new issue