From 8d9d3ccb7f9adf978f9c8398b04796b8c06150e3 Mon Sep 17 00:00:00 2001 From: Jonny Burger Date: Tue, 26 Nov 2024 11:26:13 +0100 Subject: [PATCH] v4.0.232 --- packages/ai-improvements/package.json | 2 +- packages/animated-emoji/package.json | 2 +- packages/animation-utils/package.json | 2 +- packages/astro-example/package.json | 2 +- packages/babel-loader/package.json | 2 +- packages/bugs/package.json | 2 +- packages/bundler/package.json | 2 +- packages/captions/package.json | 2 +- packages/cli-autocomplete/package.json | 2 +- packages/cli/package.json | 2 +- packages/cloudrun/container/package.json | 2 +- packages/cloudrun/package.json | 2 +- packages/compositor-darwin-arm64/package.json | 2 +- packages/compositor-darwin-x64/package.json | 2 +- .../compositor-linux-arm64-gnu/package.json | 2 +- .../compositor-linux-arm64-musl/package.json | 2 +- .../compositor-linux-x64-gnu/package.json | 2 +- .../compositor-linux-x64-musl/package.json | 2 +- .../compositor-win32-x64-msvc/package.json | 2 +- .../compositor-win32-x64-msvc/remotion.exe | Bin 1248906 -> 1248906 bytes packages/compositor/package.json | 2 +- packages/convert/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/version.ts | 2 +- packages/create-video/package.json | 2 +- packages/discord-poster/package.json | 2 +- packages/docs/package.json | 2 +- packages/docusaurus-plugin/package.json | 2 +- packages/enable-scss/package.json | 2 +- packages/eslint-config-internal/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/eslint-plugin/package.json | 2 +- packages/example-videos/package.json | 2 +- packages/example-without-zod/package.json | 2 +- packages/example/package.json | 2 +- packages/fonts/package.json | 2 +- packages/gif/package.json | 2 +- packages/google-fonts/package.json | 2 +- packages/install-whisper-cpp/package.json | 2 +- packages/it-tests/package.json | 2 +- packages/lambda-go-example/package.json | 2 +- packages/lambda-go/package.json | 2 +- packages/lambda-go/version.go | 2 +- packages/lambda-php-example/composer.json | 2 +- packages/lambda-php/composer.json | 2 +- packages/lambda-php/package.json | 2 +- packages/lambda-php/src/Semantic.php | 2 +- packages/lambda-python/package.json | 2 +- .../lambda-python/remotion_lambda/version.py | 2 +- packages/lambda/package.json | 2 +- packages/layout-utils/package.json | 2 +- packages/lottie/package.json | 2 +- packages/media-parser/package.json | 2 +- packages/media-parser/src/version.ts | 2 +- packages/media-utils/package.json | 2 +- packages/motion-blur/package.json | 2 +- packages/noise/package.json | 2 +- packages/openai-whisper/package.json | 2 +- packages/paths/package.json | 2 +- packages/player-example/package.json | 2 +- packages/player/package.json | 2 +- packages/preload/package.json | 2 +- packages/renderer/package.json | 2 +- packages/rive/package.json | 2 +- packages/serverless/package.json | 2 +- packages/shapes/package.json | 2 +- packages/skia/package.json | 2 +- packages/streaming/package.json | 2 +- packages/studio-server/package.json | 2 +- packages/studio-shared/package.json | 2 +- packages/studio/package.json | 2 +- packages/tailwind/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/three/package.json | 2 +- packages/transitions/package.json | 2 +- packages/webcodecs/README.md | 4 ++-- packages/webcodecs/package.json | 2 +- packages/zod-types/package.json | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/packages/ai-improvements/package.json b/packages/ai-improvements/package.json index baa64997fd0..5cd51e6d8ae 100644 --- a/packages/ai-improvements/package.json +++ b/packages/ai-improvements/package.json @@ -7,5 +7,5 @@ "openai": "4.67.1" }, "private": true, - "version": "4.0.231" + "version": "4.0.232" } diff --git a/packages/animated-emoji/package.json b/packages/animated-emoji/package.json index ddaa85c783f..c1ae88aa89d 100644 --- a/packages/animated-emoji/package.json +++ b/packages/animated-emoji/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/animated-emoji", - "version": "4.0.231", + "version": "4.0.232", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/esm/index.mjs", diff --git a/packages/animation-utils/package.json b/packages/animation-utils/package.json index 9066266c5bc..00e1acc8a62 100644 --- a/packages/animation-utils/package.json +++ b/packages/animation-utils/package.json @@ -7,7 +7,7 @@ "name": "Chetan Karwa", "email": "cbkarwa@gmail.com" }, - "version": "4.0.231", + "version": "4.0.232", "description": "Helpers for animating CSS properties", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/astro-example/package.json b/packages/astro-example/package.json index 3ecc662247f..b822663d58b 100644 --- a/packages/astro-example/package.json +++ b/packages/astro-example/package.json @@ -5,7 +5,7 @@ "name": "@remotion/astro-example", "private": true, "type": "module", - "version": "4.0.231", + "version": "4.0.232", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/packages/babel-loader/package.json b/packages/babel-loader/package.json index 61011eb4fb0..549a75cc9a4 100644 --- a/packages/babel-loader/package.json +++ b/packages/babel-loader/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/babel-loader" }, "name": "@remotion/babel-loader", - "version": "4.0.231", + "version": "4.0.232", "description": "Babel loader for Remotion", "main": "dist/index.js", "scripts": { diff --git a/packages/bugs/package.json b/packages/bugs/package.json index 90919b4a278..6e973c4e37c 100644 --- a/packages/bugs/package.json +++ b/packages/bugs/package.json @@ -4,5 +4,5 @@ }, "name": "bugs", "private": true, - "version": "4.0.231" + "version": "4.0.232" } diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 8cc3ab9dd59..dc6d1f4db05 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler" }, "name": "@remotion/bundler", - "version": "4.0.231", + "version": "4.0.232", "description": "Bundle Remotion compositions using Webpack", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/captions/package.json b/packages/captions/package.json index b226d61e666..44a2f3e1d4c 100644 --- a/packages/captions/package.json +++ b/packages/captions/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/captions" }, "name": "@remotion/captions", - "version": "4.0.231", + "version": "4.0.232", "description": "Primitives for dealing with captions", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/cli-autocomplete/package.json b/packages/cli-autocomplete/package.json index b6f05a4b893..75e3c89daff 100644 --- a/packages/cli-autocomplete/package.json +++ b/packages/cli-autocomplete/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli-autocomplete" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/fig-autocomplete", "private": true, "devDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 48e036ad436..4a1b1f3dd5e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli" }, "name": "@remotion/cli", - "version": "4.0.231", + "version": "4.0.232", "description": "Control Remotion features using the `npx remotion` command", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/cloudrun/container/package.json b/packages/cloudrun/container/package.json index 991ef596d01..2956d709a3b 100644 --- a/packages/cloudrun/container/package.json +++ b/packages/cloudrun/container/package.json @@ -1,6 +1,6 @@ { "name": "cloud-run-render", - "version": "4.0.231", + "version": "4.0.232", "description": "Render media and stills on GCP Cloud Run", "main": "dist/index.js", "scripts": { diff --git a/packages/cloudrun/package.json b/packages/cloudrun/package.json index fef893db7a1..80d3c856b48 100644 --- a/packages/cloudrun/package.json +++ b/packages/cloudrun/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun" }, "name": "@remotion/cloudrun", - "version": "4.0.231", + "version": "4.0.232", "description": "Render Remotion videos on Google Cloud Run", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/compositor-darwin-arm64/package.json b/packages/compositor-darwin-arm64/package.json index 8b32b0008ba..7a93d03caf9 100644 --- a/packages/compositor-darwin-arm64/package.json +++ b/packages/compositor-darwin-arm64/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-darwin-arm64" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-darwin-arm64", "os": [ "darwin" diff --git a/packages/compositor-darwin-x64/package.json b/packages/compositor-darwin-x64/package.json index 377a65bdb4f..3e88ee35bcc 100644 --- a/packages/compositor-darwin-x64/package.json +++ b/packages/compositor-darwin-x64/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-darwin-x64" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-darwin-x64", "os": [ "darwin" diff --git a/packages/compositor-linux-arm64-gnu/package.json b/packages/compositor-linux-arm64-gnu/package.json index 149eae574a3..82d08da660d 100644 --- a/packages/compositor-linux-arm64-gnu/package.json +++ b/packages/compositor-linux-arm64-gnu/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-arm64-gnu" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-linux-arm64-gnu", "os": [ "linux" diff --git a/packages/compositor-linux-arm64-musl/package.json b/packages/compositor-linux-arm64-musl/package.json index 3395e51c328..74ec7cffb13 100644 --- a/packages/compositor-linux-arm64-musl/package.json +++ b/packages/compositor-linux-arm64-musl/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-arm64-musl" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-linux-arm64-musl", "os": [ "linux" diff --git a/packages/compositor-linux-x64-gnu/package.json b/packages/compositor-linux-x64-gnu/package.json index bafd839be8a..5bd75197d4d 100644 --- a/packages/compositor-linux-x64-gnu/package.json +++ b/packages/compositor-linux-x64-gnu/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-x64-gnu" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-linux-x64-gnu", "os": [ "linux" diff --git a/packages/compositor-linux-x64-musl/package.json b/packages/compositor-linux-x64-musl/package.json index b128a961b15..295f094b2af 100644 --- a/packages/compositor-linux-x64-musl/package.json +++ b/packages/compositor-linux-x64-musl/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-x64-musl" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-linux-x64-musl", "os": [ "linux" diff --git a/packages/compositor-win32-x64-msvc/package.json b/packages/compositor-win32-x64-msvc/package.json index e833380505f..758d0f72404 100644 --- a/packages/compositor-win32-x64-msvc/package.json +++ b/packages/compositor-win32-x64-msvc/package.json @@ -2,7 +2,7 @@ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-win32-x64-msvc" }, - "version": "4.0.231", + "version": "4.0.232", "name": "@remotion/compositor-win32-x64-msvc", "os": [ "win32" diff --git a/packages/compositor-win32-x64-msvc/remotion.exe b/packages/compositor-win32-x64-msvc/remotion.exe index 0970a1ad1ff47d4b56bf5832b77f89f9869aa355..a1be22a659f76c38bc6a63683160edef40b5bf93 100755 GIT binary patch delta 79 zcmV~$u?>Pi06@{e35s~4GLsz+Me!4IHdvc0*nq}me#-!^z{?jGZ diff --git a/packages/compositor/package.json b/packages/compositor/package.json index de104cea344..d60b96feceb 100644 --- a/packages/compositor/package.json +++ b/packages/compositor/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor" }, "name": "@remotion/compositor", - "version": "4.0.231", + "version": "4.0.232", "description": "Rust binary for Remotion", "sideEffects": false, "scripts": { diff --git a/packages/convert/package.json b/packages/convert/package.json index 987069bfaf5..138900d282b 100644 --- a/packages/convert/package.json +++ b/packages/convert/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/convert", - "version": "4.0.231", + "version": "4.0.232", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/core/package.json b/packages/core/package.json index a4f4423b37f..862a61b82f5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/core" }, "name": "remotion", - "version": "4.0.231", + "version": "4.0.232", "description": "Make videos programmatically", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 8f8c4b706aa..b9634878f5c 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -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.231'; +export const VERSION = '4.0.232'; diff --git a/packages/create-video/package.json b/packages/create-video/package.json index 379442c5dae..83674d21555 100644 --- a/packages/create-video/package.json +++ b/packages/create-video/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video" }, "name": "create-video", - "version": "4.0.231", + "version": "4.0.232", "description": "Create a new Remotion project", "main": "dist/index.js", "bin": { diff --git a/packages/discord-poster/package.json b/packages/discord-poster/package.json index d9bf3ae27d5..132cb0c8f2e 100644 --- a/packages/discord-poster/package.json +++ b/packages/discord-poster/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/discord-poster" }, "name": "@remotion/discord-poster", - "version": "4.0.231", + "version": "4.0.232", "license": "SEE LICENSE IN LICENSE.md", "type": "module", "scripts": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 3004c209ef2..5bb2e60adba 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/docs" }, "name": "docs", - "version": "4.0.231", + "version": "4.0.232", "private": true, "scripts": { "formatting": "prettier src --check", diff --git a/packages/docusaurus-plugin/package.json b/packages/docusaurus-plugin/package.json index 74e0839308d..2543268d145 100644 --- a/packages/docusaurus-plugin/package.json +++ b/packages/docusaurus-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/docusaurus-plugin", - "version": "4.0.231", + "version": "4.0.232", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, diff --git a/packages/enable-scss/package.json b/packages/enable-scss/package.json index 9c8deab0975..fb88a1e74e6 100644 --- a/packages/enable-scss/package.json +++ b/packages/enable-scss/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/enable-scss" }, "name": "@remotion/enable-scss", - "version": "4.0.231", + "version": "4.0.232", "description": "Enable SCSS support in Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/eslint-config-internal/package.json b/packages/eslint-config-internal/package.json index 2b10b710740..dfb0832afda 100644 --- a/packages/eslint-config-internal/package.json +++ b/packages/eslint-config-internal/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config-internal" }, "name": "@remotion/eslint-config-internal", - "version": "4.0.231", + "version": "4.0.232", "license": "SEE LICENSE IN LICENSE.md", "main": "dist/index.js", "scripts": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f77d57251ac..df07dedb790 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config" }, "name": "@remotion/eslint-config", - "version": "4.0.231", + "version": "4.0.232", "description": "Default configuration for Remotion templates", "main": "dist/index.js", "files": [ diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 27333f6d2c9..a29ad04d3d4 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-plugin" }, "name": "@remotion/eslint-plugin", - "version": "4.0.231", + "version": "4.0.232", "description": "Rules for writing Remotion code", "scripts": { "test": "vitest --run", diff --git a/packages/example-videos/package.json b/packages/example-videos/package.json index eb3b8a67208..b8ec43ba3ab 100644 --- a/packages/example-videos/package.json +++ b/packages/example-videos/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/example-videos" }, "name": "@remotion/example-videos", - "version": "4.0.231", + "version": "4.0.232", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, diff --git a/packages/example-without-zod/package.json b/packages/example-without-zod/package.json index 6548d166cca..b083bccff40 100644 --- a/packages/example-without-zod/package.json +++ b/packages/example-without-zod/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/example-without-zod", "private": true, - "version": "4.0.231", + "version": "4.0.232", "license": "SEE LICENSE IN LICENSE.md", "author": "Jonny Burger", "main": "dist/index.js", diff --git a/packages/example/package.json b/packages/example/package.json index c94fdffa57c..feccd67a4e1 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/example", "private": true, - "version": "4.0.231", + "version": "4.0.232", "license": "SEE LICENSE IN LICENSE.md", "author": "Jonny Burger", "main": "dist/index.js", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index f10f2ee3caa..c0549b8be40 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/fonts" }, "name": "@remotion/fonts", - "version": "4.0.231", + "version": "4.0.232", "description": "Helpers for loading local fonts into Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/gif/package.json b/packages/gif/package.json index ed44f88380f..86588cf9375 100644 --- a/packages/gif/package.json +++ b/packages/gif/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif" }, "name": "@remotion/gif", - "version": "4.0.231", + "version": "4.0.232", "description": "Embed GIFs in a Remotion video", "sideEffects": false, "bugs": { diff --git a/packages/google-fonts/package.json b/packages/google-fonts/package.json index 7aec69ca112..d09d1086c32 100644 --- a/packages/google-fonts/package.json +++ b/packages/google-fonts/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts" }, "name": "@remotion/google-fonts", - "version": "4.0.231", + "version": "4.0.232", "description": "Use Google Fonts in Remotion", "main": "dist/cjs/index.js", "module": "dist/esm/index.mjs", diff --git a/packages/install-whisper-cpp/package.json b/packages/install-whisper-cpp/package.json index 8f738cea655..aff4bb57f57 100644 --- a/packages/install-whisper-cpp/package.json +++ b/packages/install-whisper-cpp/package.json @@ -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.231", + "version": "4.0.232", "description": "Helpers for installing and using Whisper.cpp", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/it-tests/package.json b/packages/it-tests/package.json index fb86da8121b..1fe706f2a8d 100644 --- a/packages/it-tests/package.json +++ b/packages/it-tests/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/it-tests" }, "name": "@remotion/it-tests", - "version": "4.0.231", + "version": "4.0.232", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "test": "bun test src/rendering --run", diff --git a/packages/lambda-go-example/package.json b/packages/lambda-go-example/package.json index 852593d6f96..56549652526 100644 --- a/packages/lambda-go-example/package.json +++ b/packages/lambda-go-example/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/lambda-go-example", "private": true, - "version": "4.0.231", + "version": "4.0.232", "scripts": { "lint": "node build.mjs" } diff --git a/packages/lambda-go/package.json b/packages/lambda-go/package.json index ba180cbecc7..92dfbd75e02 100644 --- a/packages/lambda-go/package.json +++ b/packages/lambda-go/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/lambda-go", "private": true, - "version": "4.0.231", + "version": "4.0.232", "scripts": { "lint": "node build.mjs", "publishprivate": "node publish.mjs" diff --git a/packages/lambda-go/version.go b/packages/lambda-go/version.go index add588adbc0..cef41ebd10c 100644 --- a/packages/lambda-go/version.go +++ b/packages/lambda-go/version.go @@ -1,3 +1,3 @@ package lambda_go_sdk; -const VERSION = "4.0.231" \ No newline at end of file +const VERSION = "4.0.232" \ No newline at end of file diff --git a/packages/lambda-php-example/composer.json b/packages/lambda-php-example/composer.json index 7bd12788e63..12e327a19a8 100644 --- a/packages/lambda-php-example/composer.json +++ b/packages/lambda-php-example/composer.json @@ -19,6 +19,6 @@ ], "require": { "vlucas/phpdotenv": "^5.5", - "remotion/lambda": "4.0.231" + "remotion/lambda": "4.0.232" } } diff --git a/packages/lambda-php/composer.json b/packages/lambda-php/composer.json index 87ba30d136b..8933b71f6fa 100644 --- a/packages/lambda-php/composer.json +++ b/packages/lambda-php/composer.json @@ -1,7 +1,7 @@ { "name": "remotion/lambda", "type": "library", - "version": "4.0.231", + "version": "4.0.232", "description": "A PHP library for working with Remotion Lambda", "license": "proprietary", "autoload": { diff --git a/packages/lambda-php/package.json b/packages/lambda-php/package.json index 9ca5d221c36..8cd300caa38 100644 --- a/packages/lambda-php/package.json +++ b/packages/lambda-php/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/lambda-php", "private": true, - "version": "4.0.231", + "version": "4.0.232", "scripts": { "lint": "node build.mjs", "publishprivate": "node publish.mjs" diff --git a/packages/lambda-php/src/Semantic.php b/packages/lambda-php/src/Semantic.php index b0973757d68..1ec3f3c0f80 100644 --- a/packages/lambda-php/src/Semantic.php +++ b/packages/lambda-php/src/Semantic.php @@ -4,5 +4,5 @@ class Semantic { - public const VERSION = "4.0.231"; + public const VERSION = "4.0.232"; } \ No newline at end of file diff --git a/packages/lambda-python/package.json b/packages/lambda-python/package.json index 8000eebf5fe..a11a20ee0ca 100644 --- a/packages/lambda-python/package.json +++ b/packages/lambda-python/package.json @@ -4,7 +4,7 @@ }, "name": "@remotion/lambda-python", "private": true, - "version": "4.0.231", + "version": "4.0.232", "scripts": { "lint": "node build.mjs", "publishprivate": "node publish.mjs" diff --git a/packages/lambda-python/remotion_lambda/version.py b/packages/lambda-python/remotion_lambda/version.py index 63c59dfe8cf..f0c248a106f 100644 --- a/packages/lambda-python/remotion_lambda/version.py +++ b/packages/lambda-python/remotion_lambda/version.py @@ -1,2 +1,2 @@ # pylint: disable=missing-module-docstring, missing-final-newline -VERSION = "4.0.231" \ No newline at end of file +VERSION = "4.0.232" \ No newline at end of file diff --git a/packages/lambda/package.json b/packages/lambda/package.json index 4e5d965999e..5d11c1a3afd 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda" }, "name": "@remotion/lambda", - "version": "4.0.231", + "version": "4.0.232", "description": "Render Remotion videos on AWS Lambda", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/layout-utils/package.json b/packages/layout-utils/package.json index 8b131fc6944..0e7ce28a8cc 100644 --- a/packages/layout-utils/package.json +++ b/packages/layout-utils/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils" }, "name": "@remotion/layout-utils", - "version": "4.0.231", + "version": "4.0.232", "description": "Utilities for working with layouts", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/lottie/package.json b/packages/lottie/package.json index 4b38dbfd658..9c010c4405f 100644 --- a/packages/lottie/package.json +++ b/packages/lottie/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lottie" }, "name": "@remotion/lottie", - "version": "4.0.231", + "version": "4.0.232", "description": "Include Lottie animations in Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/media-parser/package.json b/packages/media-parser/package.json index 0938cc9847b..93abc76001e 100644 --- a/packages/media-parser/package.json +++ b/packages/media-parser/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-parser" }, "name": "@remotion/media-parser", - "version": "4.0.231", + "version": "4.0.232", "main": "dist/index.js", "sideEffects": false, "scripts": { diff --git a/packages/media-parser/src/version.ts b/packages/media-parser/src/version.ts index 5afa7c80de2..812390a2d0a 100644 --- a/packages/media-parser/src/version.ts +++ b/packages/media-parser/src/version.ts @@ -1,2 +1,2 @@ // Automatically generated on publish -export const VERSION = '4.0.231'; +export const VERSION = '4.0.232'; diff --git a/packages/media-utils/package.json b/packages/media-utils/package.json index ff5d95d6e16..7261133df1a 100644 --- a/packages/media-utils/package.json +++ b/packages/media-utils/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils" }, "name": "@remotion/media-utils", - "version": "4.0.231", + "version": "4.0.232", "description": "Utilities for working with media files", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/motion-blur/package.json b/packages/motion-blur/package.json index dc0042b5001..79a6ae8883a 100644 --- a/packages/motion-blur/package.json +++ b/packages/motion-blur/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/motion-blur" }, "name": "@remotion/motion-blur", - "version": "4.0.231", + "version": "4.0.232", "description": "Motion blur effect for Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/noise/package.json b/packages/noise/package.json index 44b4ad5d383..5e3078e19c1 100644 --- a/packages/noise/package.json +++ b/packages/noise/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/noise" }, "name": "@remotion/noise", - "version": "4.0.231", + "version": "4.0.232", "description": "Noise generation functions", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/openai-whisper/package.json b/packages/openai-whisper/package.json index 561c3d2fc0a..fc545538603 100644 --- a/packages/openai-whisper/package.json +++ b/packages/openai-whisper/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/openai-whisper" }, "name": "@remotion/openai-whisper", - "version": "4.0.231", + "version": "4.0.232", "description": "Work with the output of the OpenAI Whisper API", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/paths/package.json b/packages/paths/package.json index a7bdf254771..601156cbbb7 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/paths" }, "name": "@remotion/paths", - "version": "4.0.231", + "version": "4.0.232", "description": "Utilities for working with SVG paths", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/player-example/package.json b/packages/player-example/package.json index 8723ad5bc27..ed0b71acc48 100644 --- a/packages/player-example/package.json +++ b/packages/player-example/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/player-example" }, "name": "@remotion/player-example", - "version": "4.0.231", + "version": "4.0.232", "private": true, "author": "Jonny Burger ", "maintainers": [ diff --git a/packages/player/package.json b/packages/player/package.json index ae59988c0ef..835b4351d6b 100644 --- a/packages/player/package.json +++ b/packages/player/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/player" }, "name": "@remotion/player", - "version": "4.0.231", + "version": "4.0.232", "description": "React component for embedding a Remotion preview into your app", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/preload/package.json b/packages/preload/package.json index 3e909e0f38d..0aafc0eead0 100644 --- a/packages/preload/package.json +++ b/packages/preload/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/preload" }, "name": "@remotion/preload", - "version": "4.0.231", + "version": "4.0.232", "description": "Preloads assets for use in Remotion", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index a81be919438..8a647e8e939 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer" }, "name": "@remotion/renderer", - "version": "4.0.231", + "version": "4.0.232", "description": "Render Remotion videos using Node.js or Bun", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/rive/package.json b/packages/rive/package.json index a9d0ba523f7..1c30508032e 100644 --- a/packages/rive/package.json +++ b/packages/rive/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/rive" }, "name": "@remotion/rive", - "version": "4.0.231", + "version": "4.0.232", "description": "Embed Rive animations in a Remotion video", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/serverless/package.json b/packages/serverless/package.json index 6e0a8cc6c2a..8ac0c3ed94e 100644 --- a/packages/serverless/package.json +++ b/packages/serverless/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless" }, "name": "@remotion/serverless", - "version": "4.0.231", + "version": "4.0.232", "description": "A runtime for distributed rendering", "main": "dist", "sideEffects": false, diff --git a/packages/shapes/package.json b/packages/shapes/package.json index b855e739530..152bcaa28a7 100644 --- a/packages/shapes/package.json +++ b/packages/shapes/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes" }, "name": "@remotion/shapes", - "version": "4.0.231", + "version": "4.0.232", "description": "Generate SVG shapes", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/skia/package.json b/packages/skia/package.json index db910f5a497..f871b651631 100644 --- a/packages/skia/package.json +++ b/packages/skia/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/skia" }, "name": "@remotion/skia", - "version": "4.0.231", + "version": "4.0.232", "description": "Include React Native Skia components in a Remotion video", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/streaming/package.json b/packages/streaming/package.json index 3f1497112f4..445f970bfb3 100644 --- a/packages/streaming/package.json +++ b/packages/streaming/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/streaming" }, "name": "@remotion/streaming", - "version": "4.0.231", + "version": "4.0.232", "description": "Utilities for streaming data between programs", "main": "dist", "sideEffects": false, diff --git a/packages/studio-server/package.json b/packages/studio-server/package.json index a76dbbbb818..2711551effb 100644 --- a/packages/studio-server/package.json +++ b/packages/studio-server/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-server" }, "name": "@remotion/studio-server", - "version": "4.0.231", + "version": "4.0.232", "description": "Run a Remotion Studio with a server backend", "main": "dist", "sideEffects": false, diff --git a/packages/studio-shared/package.json b/packages/studio-shared/package.json index ce8fae1d490..899ba5ceff2 100644 --- a/packages/studio-shared/package.json +++ b/packages/studio-shared/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared" }, "name": "@remotion/studio-shared", - "version": "4.0.231", + "version": "4.0.232", "description": "Internal package for shared objects between the Studio backend and frontend", "main": "dist", "sideEffects": false, diff --git a/packages/studio/package.json b/packages/studio/package.json index 200e5cc26aa..48ad10c2d7f 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio" }, "name": "@remotion/studio", - "version": "4.0.231", + "version": "4.0.232", "description": "APIs for interacting with the Remotion Studio", "main": "dist", "sideEffects": false, diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 9942b318f1d..3c886c1e721 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/tailwind" }, "name": "@remotion/tailwind", - "version": "4.0.231", + "version": "4.0.232", "description": "Enable TailwindCSS support in Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 94aa4ab5d83..edc4b553f37 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/test-utils" }, "name": "@remotion/test-utils", - "version": "4.0.231", + "version": "4.0.232", "main": "dist", "sideEffects": false, "scripts": { diff --git a/packages/three/package.json b/packages/three/package.json index fef7072f24a..d9453b7ee7b 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/three" }, "name": "@remotion/three", - "version": "4.0.231", + "version": "4.0.232", "description": "Include React Three Fiber components in a Remotion video", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/transitions/package.json b/packages/transitions/package.json index d60f8fc6e10..1fe584cc0b5 100644 --- a/packages/transitions/package.json +++ b/packages/transitions/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/transitions" }, "name": "@remotion/transitions", - "version": "4.0.231", + "version": "4.0.232", "description": "Library for creating transitions in Remotion", "sideEffects": false, "main": "dist/esm/index.mjs", diff --git a/packages/webcodecs/README.md b/packages/webcodecs/README.md index e4183d19fa2..4ef538f6f11 100644 --- a/packages/webcodecs/README.md +++ b/packages/webcodecs/README.md @@ -18,7 +18,7 @@ Remove the `^` character from the version number to use the exact version. See the [documentation](https://remotion.dev/webcodecs) for more information. ## License -This package is licensed under the [Remotion License](/docs/license). +This package is licensed under the [/docs/license](Remotion License). We consider a team of 4 or more people a "company". **For "companies"**: A Remotion Company license needs to be obtained to use this package. @@ -26,4 +26,4 @@ In a future version of `@remotion/webcodecs`, this package will also require the **For individuals and teams up to 3**: You can use this package for free. -This is a short, non-binding explanation of our license. See the [License](https://remotion.dev/docs/license) itself for more details. +This is a short, non-binding explanation of our license. See the [https://remotion.dev/docs/license](License) itself for more details. diff --git a/packages/webcodecs/package.json b/packages/webcodecs/package.json index b432a3dcff6..7735322535e 100644 --- a/packages/webcodecs/package.json +++ b/packages/webcodecs/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/webcodecs", - "version": "4.0.231", + "version": "4.0.232", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/esm/index.mjs", diff --git a/packages/zod-types/package.json b/packages/zod-types/package.json index 3a572bf9a14..47f1e8eb39e 100644 --- a/packages/zod-types/package.json +++ b/packages/zod-types/package.json @@ -3,7 +3,7 @@ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/zod-types" }, "name": "@remotion/zod-types", - "version": "4.0.231", + "version": "4.0.232", "description": "Zod types for Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts",