Skip to content

Commit 261b5a1

Browse files
authored
Merge pull request #50 from ramonlsouza/a35
Bump workspaces to 2.0.0-alpha.35
2 parents 99292c5 + c88cc13 commit 261b5a1

16 files changed

Lines changed: 76 additions & 62 deletions

File tree

.yarn/versions/9059c3cd.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
undecided:
2+
- "@bigbluebutton/monorepo"
3+
- examples.tldraw.com
4+
- "@bigbluebutton/vscode-editor"
5+
- tldraw-vscode
6+
- config
7+
- "@bigbluebutton/assets"
8+
- "@bigbluebutton/editor"
9+
- "@bigbluebutton/state"
10+
- "@bigbluebutton/store"
11+
- "@bigbluebutton/tldraw"
12+
- "@bigbluebutton/tlschema"
13+
- "@bigbluebutton/utils"
14+
- "@bigbluebutton/validate"

apps/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples.tldraw.com",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (development).",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"private": true,
66
"packageManager": "yarn@3.5.0",
77
"author": {
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@babel/plugin-proposal-decorators": "^7.21.0",
28-
"@bigbluebutton/assets": "2.0.0-alpha.34",
29-
"@bigbluebutton/tldraw": "2.0.0-alpha.34",
28+
"@bigbluebutton/assets": "2.0.0-alpha.35",
29+
"@bigbluebutton/tldraw": "2.0.0-alpha.35",
3030
"@playwright/test": "^1.55.1",
3131
"@vercel/analytics": "^1.0.1",
3232
"lazyrepo": "0.0.0-alpha.27",

apps/vscode/editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/vscode-editor",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - An editor for the tldraw vscode extension.",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"private": true,
66
"packageManager": "yarn@3.5.0",
77
"author": {
@@ -23,8 +23,8 @@
2323
"lint": "yarn run -T tsx ../../../scripts/lint.ts"
2424
},
2525
"devDependencies": {
26-
"@bigbluebutton/assets": "2.0.0-alpha.34",
27-
"@bigbluebutton/tldraw": "2.0.0-alpha.34",
26+
"@bigbluebutton/assets": "2.0.0-alpha.35",
27+
"@bigbluebutton/tldraw": "2.0.0-alpha.35",
2828
"@types/fs-extra": "^11.0.1",
2929
"@types/node": "^17.0.14",
3030
"@types/react": "^18.0.24",

apps/vscode/extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tldraw-vscode",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - extension for VS Code.",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"private": true,
66
"packageManager": "yarn@3.5.0",
77
"author": {
@@ -120,8 +120,8 @@
120120
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf editor && rm -rf temp & yarn"
121121
},
122122
"devDependencies": {
123-
"@bigbluebutton/editor": "2.0.0-alpha.34",
124-
"@bigbluebutton/tldraw": "2.0.0-alpha.34",
123+
"@bigbluebutton/editor": "2.0.0-alpha.35",
124+
"@bigbluebutton/tldraw": "2.0.0-alpha.35",
125125
"@types/fs-extra": "^11.0.1",
126126
"@types/node-fetch": "^2.6.2",
127127
"@types/vscode": "^1.75.1",

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "config",
3-
"version": "2.0.0-alpha.34",
3+
"version": "2.0.0-alpha.35",
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/monorepo",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (monorepo)",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"private": true,
66
"author": {
77
"name": "tldraw GB Ltd.",

packages/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/assets",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (assets).",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"author": {
66
"name": "tldraw GB Ltd.",
77
"email": "hello@tldraw.com"
@@ -34,7 +34,7 @@
3434
"lint": "yarn run -T tsx ../../scripts/lint.ts"
3535
},
3636
"dependencies": {
37-
"@bigbluebutton/utils": "2.0.0-alpha.34"
37+
"@bigbluebutton/utils": "2.0.0-alpha.35"
3838
},
3939
"devDependencies": {
4040
"lazyrepo": "0.0.0-alpha.27",

packages/editor/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/editor",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (editor).",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"packageManager": "yarn@3.5.0",
66
"author": {
77
"name": "tldraw GB Ltd.",
@@ -35,11 +35,11 @@
3535
"lint": "yarn run -T tsx ../../scripts/lint.ts"
3636
},
3737
"dependencies": {
38-
"@bigbluebutton/state": "2.0.0-alpha.34",
39-
"@bigbluebutton/store": "2.0.0-alpha.34",
40-
"@bigbluebutton/tlschema": "2.0.0-alpha.34",
41-
"@bigbluebutton/utils": "2.0.0-alpha.34",
42-
"@bigbluebutton/validate": "2.0.0-alpha.34",
38+
"@bigbluebutton/state": "2.0.0-alpha.35",
39+
"@bigbluebutton/store": "2.0.0-alpha.35",
40+
"@bigbluebutton/tlschema": "2.0.0-alpha.35",
41+
"@bigbluebutton/utils": "2.0.0-alpha.35",
42+
"@bigbluebutton/validate": "2.0.0-alpha.35",
4343
"@types/core-js": "^2.5.5",
4444
"@use-gesture/react": "^10.2.27",
4545
"classnames": "^2.3.2",

packages/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/state",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (state).",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"packageManager": "yarn@3.5.0",
66
"author": {
77
"name": "tldraw GB Ltd.",

packages/store/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbluebutton/store",
33
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (store).",
4-
"version": "2.0.0-alpha.34",
4+
"version": "2.0.0-alpha.35",
55
"packageManager": "yarn@3.5.0",
66
"author": {
77
"name": "tldraw GB Ltd.",
@@ -31,8 +31,8 @@
3131
"lint": "yarn run -T tsx ../../scripts/lint.ts"
3232
},
3333
"dependencies": {
34-
"@bigbluebutton/state": "2.0.0-alpha.34",
35-
"@bigbluebutton/utils": "2.0.0-alpha.34",
34+
"@bigbluebutton/state": "2.0.0-alpha.35",
35+
"@bigbluebutton/utils": "2.0.0-alpha.35",
3636
"lodash.isequal": "^4.5.0",
3737
"nanoid": "^5.0.9"
3838
},

0 commit comments

Comments
 (0)