Skip to content

Commit

Permalink
Merge pull request #6 from bigbluebutton/bump-version
Browse files Browse the repository at this point in the history
bump to alpha.20 and ignore a type issue
  • Loading branch information
antobinary authored May 31, 2024
2 parents 64de0a7 + c4440e2 commit 27f8de1
Show file tree
Hide file tree
Showing 23 changed files with 13,688 additions and 17,546 deletions.
6 changes: 3 additions & 3 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples.tldraw.com",
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19",
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (development).",
"version": "2.0.0-alpha.11",
"private": true,
"packageManager": "yarn@3.5.0",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.21.0",
"@bigbluebutton/assets": "2.0.0-alpha.19",
"@bigbluebutton/tldraw": "2.0.0-alpha.19",
"@bigbluebutton/assets": "2.0.0-alpha.20",
"@bigbluebutton/tldraw": "2.0.0-alpha.20",
"@playwright/test": "^1.38.1",
"@vercel/analytics": "^1.0.1",
"lazyrepo": "0.0.0-alpha.27",
Expand Down
8 changes: 4 additions & 4 deletions apps/vscode/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigbluebutton/vscode-editor",
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19",
"version": "2.0.0-alpha.0",
"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - An editor for the tldraw vscode extension.",
"version": "2.0.0-alpha.20",
"private": true,
"packageManager": "yarn@3.5.0",
"author": {
Expand All @@ -23,8 +23,8 @@
"lint": "yarn run -T tsx ../../../scripts/lint.ts"
},
"devDependencies": {
"@bigbluebutton/assets": "2.0.0-alpha.19",
"@bigbluebutton/tldraw": "2.0.0-alpha.19",
"@bigbluebutton/assets": "2.0.0-alpha.20",
"@bigbluebutton/tldraw": "2.0.0-alpha.20",
"@types/fs-extra": "^11.0.1",
"@types/node": "^17.0.14",
"@types/react": "^18.0.24",
Expand Down
4 changes: 2 additions & 2 deletions apps/vscode/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf editor && rm -rf temp & yarn"
},
"devDependencies": {
"@bigbluebutton/editor": "2.0.0-alpha.19",
"@bigbluebutton/tldraw": "2.0.0-alpha.19",
"@bigbluebutton/editor": "2.0.0-alpha.20",
"@bigbluebutton/tldraw": "2.0.0-alpha.20",
"@types/fs-extra": "^11.0.1",
"@types/node-fetch": "^2.6.2",
"@types/vscode": "^1.75.1",
Expand Down
Loading

0 comments on commit 27f8de1

Please sign in to comment.