Skip to content

Commit c4a07a4

Browse files
committed
v4.0.426
1 parent 6502e61 commit c4a07a4

File tree

110 files changed

+2265
-683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2265
-683
lines changed

bun.lock

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/STATS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Monthly downloads of Remotion packages
5757
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/tailwind-v4.svg?style=flat&color=black&label=@remotion/tailwind-v4)](https://npmcharts.com/compare/@remotion/tailwind-v4?minimal=true)
5858
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/three.svg?style=flat&color=black&label=@remotion/three)](https://npmcharts.com/compare/@remotion/three?minimal=true)
5959
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/transitions.svg?style=flat&color=black&label=@remotion/transitions)](https://npmcharts.com/compare/@remotion/transitions?minimal=true)
60+
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/vercel.svg?style=flat&color=black&label=@remotion/vercel)](https://npmcharts.com/compare/@remotion/vercel?minimal=true)
6061
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/web-renderer.svg?style=flat&color=black&label=@remotion/web-renderer)](https://npmcharts.com/compare/@remotion/web-renderer?minimal=true)
6162
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/webcodecs.svg?style=flat&color=black&label=@remotion/webcodecs)](https://npmcharts.com/compare/@remotion/webcodecs?minimal=true)
6263
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/whisper-web.svg?style=flat&color=black&label=@remotion/whisper-web)](https://npmcharts.com/compare/@remotion/whisper-web?minimal=true)

packages/animated-emoji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remotion/animated-emoji",
3-
"version": "4.0.425",
3+
"version": "4.0.426",
44
"main": "dist/cjs/index.js",
55
"types": "dist/cjs/index.d.ts",
66
"module": "dist/esm/index.mjs",

packages/animation-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Chetan Karwa",
88
"email": "cbkarwa@gmail.com"
99
},
10-
"version": "4.0.425",
10+
"version": "4.0.426",
1111
"description": "Helpers for animating CSS properties",
1212
"main": "./dist/index.js",
1313
"module": "./dist/index.mjs",

packages/astro-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "@remotion/astro-example",
66
"private": true,
77
"type": "module",
8-
"version": "4.0.425",
8+
"version": "4.0.426",
99
"scripts": {
1010
"dev": "astro dev",
1111
"start": "astro dev",

packages/babel-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/babel-loader"
44
},
55
"name": "@remotion/babel-loader",
6-
"version": "4.0.425",
6+
"version": "4.0.426",
77
"description": "Babel loader for Remotion",
88
"main": "dist/index.js",
99
"scripts": {

packages/bugs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
},
55
"name": "bugs",
66
"private": true,
7-
"version": "4.0.425"
7+
"version": "4.0.426"
88
}

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
44
},
55
"name": "@remotion/bundler",
6-
"version": "4.0.425",
6+
"version": "4.0.426",
77
"description": "Bundle Remotion compositions using Webpack",
88
"main": "dist/index.js",
99
"sideEffects": false,

packages/captions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/captions"
44
},
55
"name": "@remotion/captions",
6-
"version": "4.0.425",
6+
"version": "4.0.426",
77
"description": "Primitives for dealing with captions",
88
"main": "dist/index.js",
99
"sideEffects": false,

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
44
},
55
"name": "@remotion/cli",
6-
"version": "4.0.425",
6+
"version": "4.0.426",
77
"description": "Control Remotion features using the `npx remotion` command",
88
"main": "dist/index.js",
99
"sideEffects": false,

0 commit comments

Comments
 (0)