Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
Former-commit-id: 353015e
  • Loading branch information
JonnyBurger committed Feb 27, 2021
1 parent d66d8d2 commit b751dca
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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": "1.4.0"
"version": "1.4.1"
}
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": "1.4.0",
"version": "1.4.1",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-refresh": "^0.8.2",
"remotion": "^1.4.0",
"remotion": "^1.4.1",
"semver": "7.3.4",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/cli",
"version": "1.4.0",
"version": "1.4.1",
"description": "CLI for Remotion",
"main": "dist/index.js",
"bin": {
Expand All @@ -26,8 +26,8 @@
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@remotion/bundler": "^1.4.0",
"@remotion/renderer": "^1.4.0",
"@remotion/bundler": "^1.4.1",
"@remotion/renderer": "^1.4.1",
"@types/cli-progress": "^3.7.0",
"@types/node": "^14.0.13",
"@types/react": "^17.0.0",
Expand All @@ -42,7 +42,7 @@
"prettier": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"remotion": "^1.4.0",
"remotion": "^1.4.1",
"semver": "^7.3.4",
"styled-components": "^5.1.1",
"typescript": "^4.1.2",
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": "1.4.0",
"version": "1.4.1",
"description": "Render videos in React",
"main": "dist/index.js",
"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": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 4 additions & 4 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/example",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -20,8 +20,8 @@
"@babel/plugin-syntax-jsx": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@remotion/bundler": "^1.4.0",
"@remotion/cli": "^1.4.0",
"@remotion/bundler": "^1.4.1",
"@remotion/cli": "^1.4.1",
"@remotion/eslint-config": "^1.4.0",
"@remotion/eslint-plugin": "^1.4.0",
"@types/node": "^14.0.13",
Expand All @@ -35,7 +35,7 @@
"react-dom": "17.0.1",
"react-native": "0.63.4",
"react-native-web": "0.14.13",
"remotion": "^1.4.0",
"remotion": "^1.4.1",
"styled-components": "^5.1.1",
"svg-path-properties": "^1.0.4",
"three": "^0.118.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/renderer",
"version": "1.4.0",
"version": "1.4.1",
"description": "Renderer for Remotion",
"main": "dist/index.js",
"scripts": {
Expand All @@ -17,13 +17,13 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.10.4",
"@remotion/bundler": "^1.4.0",
"@remotion/bundler": "^1.4.1",
"execa": "^4.0.2",
"get-port": "5.1.1",
"node-static": "^0.7.11",
"prettier": "^2.0.5",
"puppeteer": "^7.1.0",
"remotion": "^1.4.0",
"node-static": "^0.7.11",
"remotion": "^1.4.1",
"typescript": "^4.1.2",
"webpack": "5.20.1",
"xns": "^2.0.7"
Expand Down

0 comments on commit b751dca

Please sign in to comment.