Skip to content

Commit

Permalink
v4.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Nov 8, 2023
1 parent a517f72 commit f15d844
Show file tree
Hide file tree
Showing 56 changed files with 3,986 additions and 54 deletions.
2 changes: 1 addition & 1 deletion packages/astro-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@remotion/astro-example",
"private": true,
"type": "module",
"version": "4.0.65",
"version": "4.0.66",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/babel-loader",
"version": "4.0.65",
"version": "4.0.66",
"description": "babel-loader polyfill for Remotion",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bugs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@types/node": "^20.6.5"
},
"private": true,
"version": "4.0.65"
"version": "4.0.66"
}
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/bundler",
"version": "4.0.65",
"version": "4.0.66",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/fig-autocomplete",
"private": true,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/cli",
"version": "4.0.65",
"version": "4.0.66",
"description": "CLI for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudrun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/cloudrun",
"version": "4.0.65",
"version": "4.0.66",
"description": "GCP Cloud Run alternative to lambda rendering",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-darwin-arm64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-darwin-x64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-linux-arm64-gnu",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-linux-arm64-musl",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-linux-x64-gnu",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-linux-x64-musl",
"os": [
"linux"
Expand Down
Binary file modified packages/compositor-win32-x64-msvc/compositor.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/compositor-win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.65",
"version": "4.0.66",
"name": "@remotion/compositor-win32-x64-msvc",
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotion",
"version": "4.0.65",
"version": "4.0.66",
"description": "Render videos in React",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Automatically generated on publish
export const VERSION = '4.0.65';
export const VERSION = '4.0.66';
2 changes: 1 addition & 1 deletion packages/create-video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-video",
"version": "4.0.65",
"version": "4.0.66",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-poster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/discord-poster",
"version": "4.0.65",
"version": "4.0.66",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.0.65",
"version": "4.0.66",
"private": true,
"scripts": {
"formatting": "prettier src --check",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/eslint-config",
"version": "4.0.65",
"version": "4.0.66",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/eslint-plugin",
"version": "4.0.65",
"version": "4.0.66",
"description": "A set of rules helping you avoid common pitfalls in Remotion.",
"scripts": {
"build": "tsc -d",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-without-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remotion/example-without-zod",
"private": true,
"version": "4.0.65",
"version": "4.0.66",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remotion/example",
"private": true,
"version": "4.0.65",
"version": "4.0.66",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
Expand Down
Loading

1 comment on commit f15d844

@vercel
Copy link

@vercel vercel bot commented on f15d844 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.