Browse Source

v1.1.10

main
Steve Ruiz 3 years ago
parent
commit
9f04e33ecd
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      apps/vscode/extension/package.json
  2. 1
    1
      examples/core-example-advanced/package.json
  3. 1
    1
      lerna.json

+ 1
- 1
apps/vscode/extension/package.json View File

@@ -2,7 +2,7 @@
2 2
 	"name": "tldraw-vscode",
3 3
 	"displayName": "tldraw",
4 4
 	"description": "The tldraw Extension for VS Code.",
5
-	"version": "1.1.9",
5
+	"version": "1.1.10",
6 6
 	"license": "MIT",
7 7
 	"publisher": "tldraw-org",
8 8
 	"repository": {

+ 1
- 1
examples/core-example-advanced/package.json View File

@@ -1,5 +1,5 @@
1 1
 {
2
-  "version": "1.1.5",
2
+  "version": "1.1.10",
3 3
   "name": "@tldraw/core-example-advanced",
4 4
   "description": "An advanced example project for @tldraw/core.",
5 5
   "author": "@steveruizok",

+ 1
- 1
lerna.json View File

@@ -1,5 +1,5 @@
1 1
 {
2
-  "version": "1.1.9",
2
+  "version": "1.1.10",
3 3
   "registry": "https://registry.npmjs.org/",
4 4
   "publishConfig": {
5 5
     "access": "public",

Loading…
Cancel
Save