Skip to content

Commit

Permalink
version: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Apr 21, 2024
1 parent 0416897 commit bdc5b2a
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.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@webav/av-recorder": "^0.5.0",
"@webav/av-recorder": "^0.5.1",
"jsdom": "^21.1.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
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.5.0",
"version": "0.5.1",
"private": false,
"repository": "https://github.com/hughfenghen/WebAV",
"keywords": [
Expand Down

0 comments on commit bdc5b2a

Please sign in to comment.