Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
Former-commit-id: e1e08cb
  • Loading branch information
JonnyBurger committed Mar 3, 2021
1 parent b8fde25 commit 9b2a7c0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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.2"
"version": "1.5.0"
}
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.2",
"version": "1.5.0",
"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.1",
"remotion": "^1.5.0",
"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.2",
"version": "1.5.0",
"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.2",
"@remotion/renderer": "^1.4.2",
"@remotion/bundler": "^1.5.0",
"@remotion/renderer": "^1.5.0",
"@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.1",
"remotion": "^1.5.0",
"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.1",
"version": "1.5.0",
"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.1",
"version": "1.5.0",
"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": "1.4.0",
"version": "1.5.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "1.5.0",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -20,9 +20,9 @@
"@babel/plugin-syntax-jsx": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@remotion/bundler": "^1.4.2",
"@remotion/cli": "^1.4.2",
"@remotion/eslint-config": "^1.4.0",
"@remotion/bundler": "^1.5.0",
"@remotion/cli": "^1.5.0",
"@remotion/eslint-config": "^1.5.0",
"@remotion/eslint-plugin": "^1.4.0",
"@types/node": "^14.0.13",
"@types/react": "^17.0.0",
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.1",
"remotion": "^1.5.0",
"styled-components": "^5.1.1",
"svg-path-properties": "^1.0.4",
"three": "^0.125.0",
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": "1.4.2",
"version": "1.5.0",
"description": "Renderer for Remotion",
"main": "dist/index.js",
"scripts": {
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.10.4",
"@remotion/bundler": "^1.4.2",
"@remotion/bundler": "^1.5.0",
"execa": "^4.0.2",
"node-static": "^0.7.11",
"prettier": "^2.0.5",
"puppeteer-core": "^8.0.0",
"remotion": "^1.4.1",
"remotion": "^1.5.0",
"typescript": "^4.1.2",
"webpack": "5.20.1",
"xns": "^2.0.7"
Expand Down

0 comments on commit 9b2a7c0

Please sign in to comment.