Skip to content

Commit

Permalink
version: v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Feb 6, 2024
1 parent 80c272a commit e9af625
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.2",
"version": "0.3.3",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
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.3.2",
"version": "0.3.3",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@webav/av-recorder": "^0.3.2",
"@webav/av-recorder": "^0.3.3",
"jsdom": "^21.1.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
Expand All @@ -40,6 +40,6 @@
"dependencies": {
"@types/wicg-file-system-access": "^2020.9.6",
"@vitest/coverage-istanbul": "^0.29.8",
"@webav/av-cliper": "^0.3.2"
"@webav/av-cliper": "^0.3.3"
}
}
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.3.2",
"version": "0.3.3",
"private": false,
"repository": "https://github.com/hughfenghen/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.3.2",
"version": "0.3.3",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,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.3.2",
"@webav/av-cliper": "^0.3.3",
"@webav/mp4box.js": "0.5.3-fenghen",
"fix-webm-duration": "^1.0.5"
}
Expand Down

0 comments on commit e9af625

Please sign in to comment.