Skip to content

Commit

Permalink
v4.0.216
Browse files Browse the repository at this point in the history
JonnyBurger committed Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d4ec64e commit a9c0892
Showing 76 changed files with 84 additions and 83 deletions.
1 change: 1 addition & 0 deletions packages/STATS.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ Monthly downloads of Remotion packages
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/animation-utils.svg?style=flat&color=black&label=@remotion/animation-utils)](https://npmcharts.com/compare/@remotion/animation-utils?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/babel-loader.svg?style=flat&color=black&label=@remotion/babel-loader)](https://npmcharts.com/compare/@remotion/babel-loader?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/bundler.svg?style=flat&color=black&label=@remotion/bundler)](https://npmcharts.com/compare/@remotion/bundler?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/captions.svg?style=flat&color=black&label=@remotion/captions)](https://npmcharts.com/compare/@remotion/captions?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/cli.svg?style=flat&color=black&label=@remotion/cli)](https://npmcharts.com/compare/@remotion/cli?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/cloudrun.svg?style=flat&color=black&label=@remotion/cloudrun)](https://npmcharts.com/compare/@remotion/cloudrun?minimal=true)
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/compositor-darwin-arm64.svg?style=flat&color=black&label=@remotion/compositor-darwin-arm64)](https://npmcharts.com/compare/@remotion/compositor-darwin-arm64?minimal=true)
2 changes: 1 addition & 1 deletion packages/ai-improvements/package.json
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@
"openai": "^4.18.0"
},
"private": true,
"version": "4.0.215"
"version": "4.0.216"
}
2 changes: 1 addition & 1 deletion packages/animated-emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/animated-emoji",
"version": "4.0.215",
"version": "4.0.216",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.mjs",
2 changes: 1 addition & 1 deletion packages/animation-utils/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"name": "Chetan Karwa",
"email": "[email protected]"
},
"version": "4.0.215",
"version": "4.0.216",
"description": "Helpers for animating CSS properties",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
2 changes: 1 addition & 1 deletion packages/astro-example/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"name": "@remotion/astro-example",
"private": true,
"type": "module",
"version": "4.0.215",
"version": "4.0.216",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2 changes: 1 addition & 1 deletion packages/babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/babel-loader"
},
"name": "@remotion/babel-loader",
"version": "4.0.215",
"version": "4.0.216",
"description": "Babel loader for Remotion",
"main": "dist/index.js",
"scripts": {
2 changes: 1 addition & 1 deletion packages/bugs/package.json
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@
},
"name": "bugs",
"private": true,
"version": "4.0.215"
"version": "4.0.216"
}
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
},
"name": "@remotion/bundler",
"version": "4.0.215",
"version": "4.0.216",
"description": "Bundle Remotion compositions using Webpack",
"main": "dist/index.js",
"sideEffects": false,
18 changes: 9 additions & 9 deletions packages/captions/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# @remotion/captions

Helpers for installing and using Whisper.cpp

Primitives for dealing with captions
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/captions.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/captions?minimal=true)

## Installation

```bash
npm install @remotion/captions --save-exact
```

When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
Remove the `^` character from the version number to use the exact version.

## Usage

See the [documentation](https://www.remotion.dev/docs/captions) for more information.
See the [documentation](https://remotion.dev/docs/captions) for more information.
6 changes: 3 additions & 3 deletions packages/captions/package.json
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/captions"
},
"name": "@remotion/captions",
"version": "4.0.215",
"description": "",
"version": "4.0.216",
"description": "Primitives for dealing with captions",
"main": "dist/index.js",
"sideEffects": false,
"bugs": {
@@ -29,5 +29,5 @@
"publishConfig": {
"access": "public"
},
"homepage": "https://www.remotion.dev/docs/captions"
"homepage": "https://remotion.dev/docs/captions"
}
2 changes: 1 addition & 1 deletion packages/cli-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli-autocomplete"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/fig-autocomplete",
"private": true,
"devDependencies": {
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
},
"name": "@remotion/cli",
"version": "4.0.215",
"version": "4.0.216",
"description": "Control Remotion features using the `npx remotion` command",
"main": "dist/index.js",
"sideEffects": false,
2 changes: 1 addition & 1 deletion packages/cloudrun/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-run-render",
"version": "4.0.215",
"version": "4.0.216",
"description": "Render media and stills on GCP Cloud Run",
"main": "dist/index.js",
"scripts": {
2 changes: 1 addition & 1 deletion packages/cloudrun/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
},
"name": "@remotion/cloudrun",
"version": "4.0.215",
"version": "4.0.216",
"description": "Render Remotion videos on Google Cloud Run",
"main": "dist/index.js",
"sideEffects": false,
2 changes: 1 addition & 1 deletion packages/compositor-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-darwin-arm64"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-darwin-arm64",
"os": [
"darwin"
Binary file modified packages/compositor-darwin-arm64/remotion
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/compositor-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-darwin-x64"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-darwin-x64",
"os": [
"darwin"
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-arm64-gnu"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-linux-arm64-gnu",
"os": [
"linux"
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-arm64-musl"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-linux-arm64-musl",
"os": [
"linux"
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-x64-gnu"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-linux-x64-gnu",
"os": [
"linux"
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-x64-musl"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-linux-x64-musl",
"os": [
"linux"
2 changes: 1 addition & 1 deletion packages/compositor-win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-win32-x64-msvc"
},
"version": "4.0.215",
"version": "4.0.216",
"name": "@remotion/compositor-win32-x64-msvc",
"os": [
"win32"
Binary file modified packages/compositor-win32-x64-msvc/remotion.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/convert",
"version": "4.0.215",
"version": "4.0.216",
"private": true,
"sideEffects": false,
"type": "module",
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
},
"name": "remotion",
"version": "4.0.215",
"version": "4.0.216",
"description": "Make videos programmatically",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
* @see [Documentation](https://remotion.dev/docs/version)
* @returns {string} The current version of the remotion package
*/
export const VERSION = '4.0.215';
export const VERSION = '4.0.216';
2 changes: 1 addition & 1 deletion packages/create-video/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
},
"name": "create-video",
"version": "4.0.215",
"version": "4.0.216",
"description": "Create a new Remotion project",
"main": "dist/index.js",
"bin": {
2 changes: 1 addition & 1 deletion packages/discord-poster/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/discord-poster"
},
"name": "@remotion/discord-poster",
"version": "4.0.215",
"version": "4.0.216",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"scripts": {
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/docs"
},
"name": "docs",
"version": "4.0.215",
"version": "4.0.216",
"private": true,
"scripts": {
"formatting": "prettier src --check",
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/docusaurus-plugin",
"version": "4.0.215",
"version": "4.0.216",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
2 changes: 1 addition & 1 deletion packages/enable-scss/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/enable-scss"
},
"name": "@remotion/enable-scss",
"version": "4.0.215",
"version": "4.0.216",
"description": "Enable SCSS support in Remotion",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config"
},
"name": "@remotion/eslint-config",
"version": "4.0.215",
"version": "4.0.216",
"description": "Default configuration for Remotion templates",
"main": "dist/index.js",
"files": [
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-plugin"
},
"name": "@remotion/eslint-plugin",
"version": "4.0.215",
"version": "4.0.216",
"description": "Rules for writing Remotion code",
"scripts": {
"test": "vitest --run"
2 changes: 1 addition & 1 deletion packages/example-without-zod/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
},
"name": "@remotion/example-without-zod",
"private": true,
"version": "4.0.215",
"version": "4.0.216",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
"main": "dist/index.js",
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
},
"name": "@remotion/example",
"private": true,
"version": "4.0.215",
"version": "4.0.216",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
"main": "dist/index.js",
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/fonts"
},
"name": "@remotion/fonts",
"version": "4.0.215",
"version": "4.0.216",
"description": "Helpers for loading local fonts into Remotion",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
2 changes: 1 addition & 1 deletion packages/gif/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
},
"name": "@remotion/gif",
"version": "4.0.215",
"version": "4.0.216",
"description": "Embed GIFs in a Remotion video",
"sideEffects": false,
"bugs": {
2 changes: 1 addition & 1 deletion packages/google-fonts/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts"
},
"name": "@remotion/google-fonts",
"version": "4.0.215",
"version": "4.0.216",
"description": "Use Google Fonts in Remotion",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
2 changes: 1 addition & 1 deletion packages/install-whisper-cpp/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/install-whisper-cpp"
},
"name": "@remotion/install-whisper-cpp",
"version": "4.0.215",
"version": "4.0.216",
"description": "Helpers for installing and using Whisper.cpp",
"main": "dist/index.js",
"sideEffects": false,
2 changes: 1 addition & 1 deletion packages/it-tests/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/it-tests"
},
"name": "@remotion/it-tests",
"version": "4.0.215",
"version": "4.0.216",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "bun test src/rendering --run",
2 changes: 1 addition & 1 deletion packages/lambda-go-example/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
},
"name": "@remotion/lambda-go-example",
"private": true,
"version": "4.0.215",
"version": "4.0.216",
"scripts": {
"lint": "node build.mjs"
}
2 changes: 1 addition & 1 deletion packages/lambda-go/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
},
"name": "@remotion/lambda-go",
"private": true,
"version": "4.0.215",
"version": "4.0.216",
"scripts": {
"lint": "node build.mjs",
"publishprivate": "node publish.mjs"
2 changes: 1 addition & 1 deletion packages/lambda-go/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package lambda_go_sdk;

const VERSION = "4.0.215"
const VERSION = "4.0.216"
2 changes: 1 addition & 1 deletion packages/lambda-php-example/composer.json
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@
],
"require": {
"vlucas/phpdotenv": "^5.5",
"remotion/lambda": "4.0.215"
"remotion/lambda": "4.0.216"
}
}
2 changes: 1 addition & 1 deletion packages/lambda-php/.phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"defects":{"Remotion\\LambdaPhp\\Tests\\PHPClientTest::testClient":5},"times":{"Remotion\\LambdaPhp\\Tests\\PHPClientTest::testClient":0.041,"Remotion\\LambdaPhp\\Tests\\PHPRenderProgressTest::testClient":0.017}}
{"version":1,"defects":{"Remotion\\LambdaPhp\\Tests\\PHPClientTest::testClient":5},"times":{"Remotion\\LambdaPhp\\Tests\\PHPClientTest::testClient":0.037,"Remotion\\LambdaPhp\\Tests\\PHPRenderProgressTest::testClient":0.017}}
Loading

0 comments on commit a9c0892

Please sign in to comment.