Skip to content

Commit

Permalink
Merge pull request #313 from bilibili/changeset-release/main
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
hughfenghen authored Nov 1, 2024
2 parents 35aae3f + c0f38d9 commit 2d0ade9
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-suits-swim.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.2

### Patch Changes

- 35aae3f: feat: createCombinator support more augs
- Updated dependencies [35aae3f]
- @webav/av-cliper@1.0.2
- @webav/internal-utils@1.0.2

## 1.0.1

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

## 1.0.2

### Patch Changes

- 35aae3f: feat: createCombinator support more augs
- @webav/internal-utils@1.0.2

## 1.0.1

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

## 1.0.2

### Patch Changes

- Updated dependencies [35aae3f]
- @webav/av-cliper@1.0.2
- @webav/internal-utils@1.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.2

## 1.0.1

## 1.0.0
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.1",
"version": "1.0.2",
"private": false,
"repository": "https://github.com/bilibili/WebAV",
"type": "module",
Expand Down

0 comments on commit 2d0ade9

Please sign in to comment.