Skip to content

Commit 74792b4

Browse files
authored
Merge pull request #360 from bilibili/changeset-release/main
Release v1.0.13
2 parents c0cdfbb + 60eac1e commit 74792b4

File tree

10 files changed

+32
-14
lines changed

10 files changed

+32
-14
lines changed

.changeset/seven-olives-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-cows-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/av-canvas/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @webav/av-canvas
22

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa6e3fe]
8+
- Updated dependencies [1055cac]
9+
- @webav/av-cliper@1.0.13
10+
- @webav/internal-utils@1.0.13
11+
312
## 1.0.12
413

514
### Patch Changes

packages/av-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webav/av-canvas",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"private": false,
55
"repository": "https://github.com/bilibili/WebAV",
66
"keywords": [

packages/av-cliper/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @webav/av-cliper
22

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- aa6e3fe: fix: Initialize MediaStreamClip's width, height and cvs in the first call of onChunk with the firstFrame information #343
8+
- 1055cac: resolve size mismatch issue in MediaStreamClip during tab recording #343
9+
- @webav/internal-utils@1.0.13
10+
311
## 1.0.12
412

513
### Patch Changes

packages/av-cliper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webav/av-cliper",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"private": false,
55
"repository": "https://github.com/bilibili/WebAV",
66
"keywords": [

packages/av-recorder/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @webav/av-recorder
22

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa6e3fe]
8+
- Updated dependencies [1055cac]
9+
- @webav/av-cliper@1.0.13
10+
- @webav/internal-utils@1.0.13
11+
312
## 1.0.12
413

514
### Patch Changes

packages/av-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webav/av-recorder",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"private": false,
55
"repository": "https://github.com/bilibili/WebAV",
66
"keywords": [

packages/internal-utils/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @webav/internal-utils
22

3+
## 1.0.13
4+
35
## 1.0.12
46

57
### Patch Changes

packages/internal-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webav/internal-utils",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"private": false,
55
"repository": "https://github.com/bilibili/WebAV",
66
"type": "module",

0 commit comments

Comments
 (0)