Skip to content

Commit

Permalink
version, update images
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruizok committed Mar 9, 2022
1 parent 4886ef6 commit 1950b4f
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 10 deletions.
Binary file modified apps/electron/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/vscode/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.6.1",
"version": "1.7.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",
Expand Down Expand Up @@ -32,4 +32,4 @@
"typescript": "4.5.5"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}
Binary file modified apps/vscode/extension/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/vscode/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tldraw-vscode",
"displayName": "tldraw",
"description": "The tldraw Extension for VS Code.",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"publisher": "tldraw-org",
"repository": {
Expand Down Expand Up @@ -131,4 +131,4 @@
"vsce": "^2.2.0"
},
"gitHead": "4b1137849ad07da36fc8f0f19cb64e7535a79296"
}
}
9 changes: 9 additions & 0 deletions apps/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tldraw/www

## 1.6.2
### Patch Changes

- Fix publish version.
- Updated dependencies
- @tldraw/core@1.9.1
- @tldraw/tldraw@1.9.1
Binary file modified apps/www/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.6.1",
"version": "1.6.2",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
Expand All @@ -25,8 +25,8 @@
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.8.0",
"@tldraw/tldraw": "^1.8.1",
"@tldraw/core": "^1.9.1",
"@tldraw/tldraw": "^1.9.1",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"next": "^12.0.7",
Expand Down
Binary file added assets/icon_flat_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon_flat_black_on_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon_flat_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon_flat_white_on_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tldraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/tldraw-example/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.9.1

### Patch Changes

- Fix publish version.

## 1.9.0

### Minor Changes

- - Adds menu item for CAD-selection
- Adds scrolling to menus
- Fixes "dot" shapes created when clicking with geometric tools
- Fixes wrong text bounds when fonts load
- Adds export to VS Code extension.

## 1.8.0

### Minor Changes
Expand Down
Binary file modified packages/core/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.9.1",
"name": "@tldraw/core",
"description": "The tldraw core renderer and utilities.",
"author": "@steveruizok",
Expand Down
Binary file modified packages/curve/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/intersect/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions packages/tldraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 1.9.1

### Patch Changes

- Fix publish version.
- Updated dependencies
- @tldraw/core@1.9.1

## 1.9.0

### Minor Changes

- - Adds menu item for CAD-selection
- Adds scrolling to menus
- Fixes "dot" shapes created when clicking with geometric tools
- Fixes wrong text bounds when fonts load
- Adds export to VS Code extension.

### Patch Changes

- Updated dependencies
- @tldraw/core@1.9.0

## 1.8.1

### Patch Changes
Expand Down
Binary file modified packages/tldraw/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/tldraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.8.1",
"version": "1.9.1",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@radix-ui/react-radio-group": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@stitches/react": "^1.2.6",
"@tldraw/core": "^1.8.0",
"@tldraw/core": "^1.9.1",
"@tldraw/intersect": "^1.7.1",
"@tldraw/vec": "^1.7.0",
"idb-keyval": "^6.1.0",
Expand Down
Binary file modified packages/vec/card-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1950b4f

Please sign in to comment.