Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
Former-commit-id: 2366332
  • Loading branch information
JonnyBurger committed Feb 15, 2021
1 parent 57b1d70 commit e9d6591
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 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.2.0"
"version": "1.3.0"
}
6 changes: 3 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remotion/bundler",
"version": "1.2.0",
"version": "1.3.0",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"repository": {
Expand All @@ -18,10 +18,10 @@
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@webhotelier/webpack-fast-refresh": "5.0.1",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
Expand All @@ -33,7 +33,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-refresh": "^0.8.2",
"remotion": "^1.2.0",
"remotion": "^1.3.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.2.0",
"version": "1.3.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.2.0",
"@remotion/renderer": "^1.2.0",
"@remotion/bundler": "^1.3.0",
"@remotion/renderer": "^1.3.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.2.0",
"remotion": "^1.3.0",
"styled-components": "^5.1.1",
"typescript": "^4.1.2",
"webpack": "5.21.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotion",
"version": "1.2.0",
"version": "1.3.0",
"description": "Render videos in React",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"@types/react-dom": "^17.0.0",
"eslint": "^7.4.0",
"jest": "^26.6.3",
"webpack": "^5.21.2",
"prettier-plugin-organize-imports": "^1.1.1",
"ts-jest": "^26.4.4"
"ts-jest": "^26.4.4",
"webpack": "^5.21.2"
},
"publishConfig": {
"access": "public"
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": "1.2.0",
"version": "1.3.0",
"description": "",
"main": "index.js",
"bin": {
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.2.0",
"version": "1.3.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.1.1",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -19,9 +19,9 @@
"@babel/plugin-syntax-jsx": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@remotion/bundler": "^1.2.0",
"@remotion/cli": "^1.2.0",
"@remotion/eslint-config": "^1.1.1",
"@remotion/bundler": "^1.3.0",
"@remotion/cli": "^1.3.0",
"@remotion/eslint-config": "^1.3.0",
"@remotion/eslint-plugin": "^1.1.1",
"@types/node": "^14.0.13",
"@types/react": "^17.0.0",
Expand All @@ -34,7 +34,7 @@
"react-dom": "17.0.1",
"react-native": "0.63.4",
"react-native-web": "0.14.13",
"remotion": "^1.2.0",
"remotion": "^1.3.0",
"styled-components": "^5.1.1",
"svg-path-properties": "^1.0.4",
"three": "^0.118.3",
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.2.0",
"version": "1.3.0",
"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.2.0",
"@remotion/bundler": "^1.3.0",
"@types/babel__core": "^7.1.12",
"@types/babel__template": "^7.4.0",
"execa": "^4.0.2",
"prettier": "^2.0.5",
"puppeteer": "^7.1.0",
"remotion": "^1.2.0",
"remotion": "^1.3.0",
"typescript": "^4.1.2",
"webpack": "5.20.1",
"xns": "^2.0.7"
Expand Down

0 comments on commit e9d6591

Please sign in to comment.