Skip to content

Commit

Permalink
v3.2.29
Browse files Browse the repository at this point in the history
Former-commit-id: 9a2ff4d
  • Loading branch information
JonnyBurger committed Oct 10, 2022
1 parent 9c05ca6 commit b898b0f
Show file tree
Hide file tree
Showing 23 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.2.28",
"version": "3.2.29",
"command": {
"publish": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/babel-loader",
"version": "3.2.28",
"version": "3.2.29",
"description": "babel-loader polyfill for Remotion",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"eslint": "8.13.0",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^2.3.4",
"remotion": "3.2.28",
"remotion": "3.2.29",
"typescript": "^4.7.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/bundler",
"version": "3.2.28",
"version": "3.2.29",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
"css-loader": "5.2.7",
"esbuild": "0.14.19",
"react-refresh": "0.9.0",
"remotion": "3.2.28",
"remotion": "3.2.29",
"style-loader": "2.0.0",
"webpack": "5.74.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/cli",
"version": "3.2.28",
"version": "3.2.29",
"description": "CLI for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -23,15 +23,15 @@
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@remotion/bundler": "3.2.28",
"@remotion/media-utils": "3.2.28",
"@remotion/player": "3.2.28",
"@remotion/renderer": "3.2.28",
"@remotion/bundler": "3.2.29",
"@remotion/media-utils": "3.2.29",
"@remotion/player": "3.2.29",
"@remotion/renderer": "3.2.29",
"better-opn": "2.1.1",
"dotenv": "9.0.2",
"memfs": "3.4.3",
"minimist": "1.2.6",
"remotion": "3.2.28",
"remotion": "3.2.29",
"semver": "7.3.5",
"source-map": "0.6.1"
},
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": "3.2.28",
"version": "3.2.29",
"description": "Render videos in React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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": "3.2.28",
"version": "3.2.29",
"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": "3.2.28",
"version": "3.2.29",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"scripts": {
Expand Down
30 changes: 15 additions & 15 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "3.2.28",
"version": "3.2.29",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -23,32 +23,32 @@
"@jonny/docusaurus-preset-shiki-twoslash": "^1.1.36",
"@jonny/eslint-config": "3.0.266",
"@mdx-js/react": "^1.6.21",
"@remotion/babel-loader": "3.2.28",
"@remotion/bundler": "3.2.28",
"@remotion/gif": "3.2.28",
"@remotion/lambda": "3.2.28",
"@remotion/lottie": "3.2.28",
"@remotion/media-utils": "3.2.28",
"@remotion/paths": "3.2.28",
"@remotion/player": "3.2.28",
"@remotion/preload": "3.2.28",
"@remotion/renderer": "3.2.28",
"@remotion/skia": "3.2.28",
"@remotion/three": "3.2.28",
"@remotion/babel-loader": "3.2.29",
"@remotion/bundler": "3.2.29",
"@remotion/gif": "3.2.29",
"@remotion/lambda": "3.2.29",
"@remotion/lottie": "3.2.29",
"@remotion/media-utils": "3.2.29",
"@remotion/paths": "3.2.29",
"@remotion/player": "3.2.29",
"@remotion/preload": "3.2.29",
"@remotion/renderer": "3.2.29",
"@remotion/skia": "3.2.29",
"@remotion/three": "3.2.29",
"@shopify/react-native-skia": "^0.1.139",
"@splitbee/web": "^0.2.4",
"chalk": "4.1.2",
"clipboard": "^2.0.8",
"clsx": "^1.1.1",
"color-namer": "1.4.0",
"create-video": "3.2.28",
"create-video": "3.2.29",
"hls.js": "^0.14.17",
"lottie-web": "^5.9.6",
"polished": "4.1.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-player": "^2.9.0",
"remotion": "3.2.28",
"remotion": "3.2.29",
"three": "0.134.0",
"vitest": "^0.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/eslint-config",
"version": "3.2.28",
"version": "3.2.29",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "ISC",
"dependencies": {
"@remotion/eslint-plugin": "3.2.28",
"@remotion/eslint-plugin": "3.2.29",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"eslint-plugin-10x": "1.5.2",
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": "3.2.28",
"version": "3.2.29",
"description": "A set of rules helping you avoid common pitfalls in Remotion.",
"scripts": {
"build": "tsc -d",
Expand Down
28 changes: 14 additions & 14 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remotion/example",
"private": true,
"version": "3.2.28",
"version": "3.2.29",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
Expand All @@ -27,18 +27,18 @@
"@babel/preset-react": "7.12.13",
"@mdx-js/react": "^1.6.21",
"@react-three/drei": "^7.22.7",
"@remotion/babel-loader": "3.2.28",
"@remotion/bundler": "3.2.28",
"@remotion/cli": "3.2.28",
"@remotion/eslint-config": "3.2.28",
"@remotion/eslint-plugin": "3.2.28",
"@remotion/gif": "3.2.28",
"@remotion/lambda": "3.2.28",
"@remotion/lottie": "3.2.28",
"@remotion/media-utils": "3.2.28",
"@remotion/paths": "3.2.28",
"@remotion/renderer": "3.2.28",
"@remotion/three": "3.2.28",
"@remotion/babel-loader": "3.2.29",
"@remotion/bundler": "3.2.29",
"@remotion/cli": "3.2.29",
"@remotion/eslint-config": "3.2.29",
"@remotion/eslint-plugin": "3.2.29",
"@remotion/gif": "3.2.29",
"@remotion/lambda": "3.2.29",
"@remotion/lottie": "3.2.29",
"@remotion/media-utils": "3.2.29",
"@remotion/paths": "3.2.29",
"@remotion/renderer": "3.2.29",
"@remotion/three": "3.2.29",
"@types/express": "^4.17.11",
"@types/node": "^16.7.5",
"@types/react": "18.0.1",
Expand All @@ -49,7 +49,7 @@
"mdx-loader": "3.0.2",
"polished": "^4.0.5",
"prettier": "^2.0.5",
"remotion": "3.2.28",
"remotion": "3.2.29",
"styled-components": "^5.1.1",
"ts-unused-exports": "^7.0.1",
"typescript": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/gif",
"version": "3.2.28",
"version": "3.2.29",
"description": "Gif component for remotion",
"sideEffects": false,
"repository": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"gifuct-js": "2.1.2",
"lru_map": "0.4.1",
"remotion": "3.2.28"
"remotion": "3.2.29"
},
"devDependencies": {
"@jonny/eslint-config": "3.0.266",
Expand Down
12 changes: 6 additions & 6 deletions packages/it-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/it-tests",
"version": "3.2.28",
"version": "3.2.29",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "vitest src/rendering --run",
Expand All @@ -9,13 +9,13 @@
},
"private": true,
"devDependencies": {
"@remotion/bundler": "3.2.28",
"@remotion/cli": "3.2.28",
"@remotion/lambda": "3.2.28",
"@remotion/renderer": "3.2.28",
"@remotion/bundler": "3.2.29",
"@remotion/cli": "3.2.29",
"@remotion/lambda": "3.2.29",
"@remotion/renderer": "3.2.29",
"@types/sharp": "^0.28.5",
"execa": "5.1.1",
"remotion": "3.2.28",
"remotion": "3.2.29",
"sharp": "0.30.6",
"typescript": "^4.7.0",
"vitest": "^0.18.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/lambda",
"version": "3.2.28",
"version": "3.2.29",
"description": "Distributed renderer for Remotion based on AWS Lambda",
"main": "dist/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -32,12 +32,12 @@
"@aws-sdk/client-service-quotas": "3.58.0",
"@aws-sdk/lib-storage": "3.58.0",
"@aws-sdk/s3-request-presigner": "3.58.0",
"@remotion/bundler": "3.2.28",
"@remotion/cli": "3.2.28",
"@remotion/renderer": "3.2.28",
"@remotion/bundler": "3.2.29",
"@remotion/cli": "3.2.29",
"@remotion/renderer": "3.2.29",
"aws-policies": "^1.0.1",
"mime-types": "2.1.34",
"remotion": "3.2.28"
"remotion": "3.2.29"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/lottie",
"version": "3.2.28",
"version": "3.2.29",
"description": "Remotion Lottie",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
],
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"remotion": "3.2.28"
"remotion": "3.2.29"
},
"peerDependencies": {
"lottie-web": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/media-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/media-utils",
"version": "3.2.28",
"version": "3.2.29",
"description": "Utility functions for audio and video",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/remotion-dev/remotion/issues"
},
"dependencies": {
"remotion": "3.2.28"
"remotion": "3.2.29"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/paths",
"version": "3.2.28",
"version": "3.2.29",
"description": "Utility functions for SVG paths",
"main": "dist/index.js",
"sideEffects": false,
Expand Down
14 changes: 7 additions & 7 deletions packages/player-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/player-example",
"version": "3.2.28",
"version": "3.2.29",
"private": true,
"author": "Jonny Burger <jonny@remotion.dev>",
"maintainers": [
Expand All @@ -9,11 +9,11 @@
],
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@remotion/bundler": "3.2.28",
"@remotion/eslint-config": "3.2.28",
"@remotion/gif": "3.2.28",
"@remotion/player": "3.2.28",
"@remotion/preload": "3.2.28",
"@remotion/bundler": "3.2.29",
"@remotion/eslint-config": "3.2.29",
"@remotion/gif": "3.2.29",
"@remotion/player": "3.2.29",
"@remotion/preload": "3.2.29",
"@types/node": "^12.0.0",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
Expand All @@ -27,7 +27,7 @@
"react-dev-utils": "^12.0.1",
"react-dom": "18.0.0",
"react-refresh": "^0.11.0",
"remotion": "3.2.28",
"remotion": "3.2.29",
"typescript": "^4.7.0",
"webpack": "5.74.0",
"webpack-dev-server": "^4.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/player",
"version": "3.2.28",
"version": "3.2.29",
"description": "Remotion Player",
"main": "dist/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"remotion": "3.2.28"
"remotion": "3.2.29"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/preload",
"version": "3.2.28",
"version": "3.2.29",
"description": "Utility functions for preloading assets in HTML5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b898b0f

Please sign in to comment.