Skip to content

Commit

Permalink
Merge pull request #360 from bilibili/changeset-release/main
Browse files Browse the repository at this point in the history
Release v1.0.13
  • Loading branch information
hughfenghen authored Jan 23, 2025
2 parents c0cdfbb + 60eac1e commit 74792b4
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-olives-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cows-hug.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/av-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @webav/av-canvas

## 1.0.13

### Patch Changes

- Updated dependencies [aa6e3fe]
- Updated dependencies [1055cac]
- @webav/av-cliper@1.0.13
- @webav/internal-utils@1.0.13

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/av-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webav/av-canvas",
"version": "1.0.12",
"version": "1.0.13",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/av-cliper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @webav/av-cliper

## 1.0.13

### Patch Changes

- aa6e3fe: fix: Initialize MediaStreamClip's width, height and cvs in the first call of onChunk with the firstFrame information #343
- 1055cac: resolve size mismatch issue in MediaStreamClip during tab recording #343
- @webav/internal-utils@1.0.13

## 1.0.12

### Patch Changes
Expand Down
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": "1.0.12",
"version": "1.0.13",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/av-recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @webav/av-recorder

## 1.0.13

### Patch Changes

- Updated dependencies [aa6e3fe]
- Updated dependencies [1055cac]
- @webav/av-cliper@1.0.13
- @webav/internal-utils@1.0.13

## 1.0.12

### Patch Changes
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": "1.0.12",
"version": "1.0.13",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/internal-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @webav/internal-utils

## 1.0.13

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webav/internal-utils",
"version": "1.0.12",
"version": "1.0.13",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"type": "module",
Expand Down

0 comments on commit 74792b4

Please sign in to comment.