Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 23, 2024
1 parent 31ff48f commit 0ab0514
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 5 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# docs

## 1.1.0

### Minor Changes

- Added support for `ffprobe` to add default values to the inputs for transcode.
- Added support for default bitrates when only defining heights for each transcode stream.
- Documentation rewritten from scratch.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build"
Expand Down
14 changes: 14 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @superstreamer/api

## 1.1.0

### Minor Changes

- Added support for `ffprobe` to add default values to the inputs for transcode.
- Added support for default bitrates when only defining heights for each transcode stream.
- Documentation rewritten from scratch.

### Patch Changes

- Updated dependencies
- @superstreamer/artisan@1.1.0
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superstreamer/api",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"exports": {
"./client": "./src/client.ts"
Expand Down
9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @superstreamer/app

## 1.1.0

### Minor Changes

- Added support for `ffprobe` to add default values to the inputs for transcode.
- Added support for default bitrates when only defining heights for each transcode stream.
- Documentation rewritten from scratch.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superstreamer/app",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS=\"--import tsx/esm\" pnpm exec vite",
Expand Down
9 changes: 9 additions & 0 deletions packages/artisan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @superstreamer/artisan

## 1.1.0

### Minor Changes

- Added support for `ffprobe` to add default values to the inputs for transcode.
- Added support for default bitrates when only defining heights for each transcode stream.
- Documentation rewritten from scratch.
2 changes: 1 addition & 1 deletion packages/artisan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superstreamer/artisan",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"exports": {
"./producer": "./src/producer/index.ts"
Expand Down
14 changes: 14 additions & 0 deletions packages/stitcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @superstreamer/stitcher

## 1.1.0

### Minor Changes

- Added support for `ffprobe` to add default values to the inputs for transcode.
- Added support for default bitrates when only defining heights for each transcode stream.
- Documentation rewritten from scratch.

### Patch Changes

- Updated dependencies
- @superstreamer/artisan@1.1.0
2 changes: 1 addition & 1 deletion packages/stitcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superstreamer/stitcher",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "bun --watch ./src/index.ts",
Expand Down

0 comments on commit 0ab0514

Please sign in to comment.