Skip to content

Commit

Permalink
version: v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jun 19, 2024
1 parent 635df90 commit 9bb04f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [".", "packages/*"],
"npmClient": "yarn",
"version": "0.11.4",
"version": "0.11.5",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 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.11.4",
"version": "0.11.5",
"private": false,
"repository": "https://github.com/bilibili/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.11.4",
"@webav/av-recorder": "^0.11.5",
"@xzdarcy/react-timeline-editor": "^0.1.9",
"autoprefixer": "^10.4.19",
"esbuild-plugin-react-virtualized": "^1.0.4",
Expand All @@ -44,6 +44,6 @@
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@webav/av-cliper": "^0.11.4"
"@webav/av-cliper": "^0.11.5"
}
}
2 changes: 1 addition & 1 deletion packages/av-cliper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webav/av-cliper",
"version": "0.11.4",
"version": "0.11.5",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions 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.11.4",
"version": "0.11.5",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/dom-mediacapture-transform": "^0.1.5",
"@types/dom-webcodecs": "^0.1.7",
"@types/wicg-file-system-access": "^2020.9.6",
"@webav/av-cliper": "^0.11.4",
"@webav/av-cliper": "^0.11.5",
"fix-webm-duration": "^1.0.5"
}
}

0 comments on commit 9bb04f4

Please sign in to comment.