Skip to content

Commit

Permalink
version: v0.9.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed May 29, 2024
1 parent 8d781da commit 57c31af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [".", "packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.9.0-beta.11",
"version": "0.9.0-beta.12",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions packages/av-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webav/av-canvas",
"version": "0.9.0-beta.11",
"version": "0.9.0-beta.12",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/wicg-file-system-access": "^2020.9.6",
"@webav/av-recorder": "^0.9.0-beta.11",
"@webav/av-recorder": "^0.9.0-beta.12",
"@xzdarcy/react-timeline-editor": "^0.1.9",
"autoprefixer": "^10.4.19",
"esbuild-plugin-react-virtualized": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/av-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webav/av-recorder",
"version": "0.9.0-beta.11",
"version": "0.9.0-beta.12",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down

0 comments on commit 57c31af

Please sign in to comment.