Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
Former-commit-id: d45a62d
  • Loading branch information
JonnyBurger committed Apr 20, 2021
1 parent 6111857 commit 17181f9
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.0.2"
"version": "2.0.3"
}
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": "2.0.2",
"version": "2.0.3",
"description": "babel-loader polyfill for Remotion",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint": "^7.4.0",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^1.1.1",
"remotion": "^2.0.2",
"remotion": "^2.0.3",
"typescript": "^4.1.2"
},
"publishConfig": {
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": "2.0.2",
"version": "2.0.3",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
"get-port": "^5.1.1",
"latest-version": "^5.1.0",
"react-refresh": "^0.8.2",
"remotion": "^2.0.2",
"remotion": "^2.0.3",
"semver": "7.3.4",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "CLI for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -19,15 +19,15 @@
"author": "Jonny Burger <hi@jonny.io>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@remotion/bundler": "^2.0.2",
"@remotion/media-utils": "^2.0.2",
"@remotion/renderer": "^2.0.2",
"@remotion/bundler": "^2.0.3",
"@remotion/media-utils": "^2.0.3",
"@remotion/renderer": "^2.0.3",
"better-opn": "^2.1.1",
"chalk": "^4.1.0",
"cli-progress": "^3.8.2",
"execa": "^4.0.2",
"minimist": "^1.2.5",
"remotion": "^2.0.2",
"remotion": "^2.0.3",
"semver": "^7.3.4",
"webpack": "5.33.2",
"xns": "^2.0.7"
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": "2.0.2",
"version": "2.0.3",
"description": "Render videos in React",
"main": "dist/index.js",
"sideEffects": false,
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": "2.0.1",
"version": "2.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
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": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
16 changes: 8 additions & 8 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": "2.0.2",
"version": "2.0.3",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
Expand All @@ -20,13 +20,13 @@
"@babel/plugin-syntax-jsx": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@remotion/babel-loader": "^2.0.2",
"@remotion/bundler": "^2.0.2",
"@remotion/cli": "^2.0.2",
"@remotion/eslint-config": "^2.0.2",
"@remotion/babel-loader": "^2.0.3",
"@remotion/bundler": "^2.0.3",
"@remotion/cli": "^2.0.3",
"@remotion/eslint-config": "^2.0.3",
"@remotion/eslint-plugin": "^2.0.2",
"@remotion/gif": "^2.0.2",
"@remotion/media-utils": "^2.0.2",
"@remotion/gif": "^2.0.3",
"@remotion/media-utils": "^2.0.3",
"@types/node": "^14.0.13",
"@types/react-native": "^0.64.0",
"@types/styled-components": "^5.1.1",
Expand All @@ -36,7 +36,7 @@
"prettier": "^2.0.5",
"react-native": "0.63.4",
"react-native-web": "0.14.13",
"remotion": "^2.0.2",
"remotion": "^2.0.3",
"styled-components": "^5.1.1",
"svg-path-properties": "^1.0.4",
"three": "^0.125.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": "2.0.2",
"version": "2.0.3",
"description": "Gif component for remotion",
"sideEffects": false,
"repository": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@react-gifs/tools": "^0.1.1",
"lru_map": "^0.4.1",
"remotion": "^2.0.2"
"remotion": "^2.0.3"
},
"devDependencies": {
"@jonny/eslint-config": "^2.1.225",
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": "2.0.2",
"version": "2.0.3",
"description": "Utility functions for audio and video",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/JonnyBurger/remotion"
},
"dependencies": {
"remotion": "^2.0.2"
"remotion": "^2.0.3"
},
"peerDependencies": {
"react": "^17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/renderer",
"version": "2.0.2",
"version": "2.0.3",
"description": "Renderer for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -15,12 +15,12 @@
"url": "https://github.com/JonnyBurger/remotion"
},
"dependencies": {
"@remotion/bundler": "^2.0.2",
"@remotion/bundler": "^2.0.3",
"execa": "^4.0.2",
"got": "11.8.2",
"p-limit": "^3.1.0",
"puppeteer-core": "^8.0.0",
"remotion": "^2.0.2",
"remotion": "^2.0.3",
"serve-handler": "^6.1.3",
"xns": "^2.0.7"
},
Expand Down

0 comments on commit 17181f9

Please sign in to comment.