Skip to content

Commit

Permalink
v0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed May 18, 2020
1 parent ac0479b commit 995ec47
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"files": [
"dist",
"importAll.macro.js"
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@prisma/client": "2.0.0-beta.5",
"@redwoodjs/internal": "^0.7.0-rc.1",
"@redwoodjs/internal": "^0.7.0-rc.2",
"apollo-server-lambda": "2.11.0",
"babel-plugin-macros": "^2.8.0",
"core-js": "3.6.4",
Expand Down Expand Up @@ -49,5 +49,5 @@
"test": "yarn jest",
"test:watch": "yarn test --watch"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
5 changes: 3 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -20,5 +20,6 @@
"build:types": "tsc --build --clean && tsc --build",
"prepublishOnly": "yarn build",
"build:watch": "nodemon --watch src --ext 'js,ts,tsx' --ignore dist --exec 'yarn build'"
}
},
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redwoodjs/cli",
"description": "The Redwood Command Line",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"@prisma/sdk": "^2.0.0-beta.5",
"@redwoodjs/internal": "^0.7.0-rc.1",
"@redwoodjs/internal": "^0.7.0-rc.2",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"concurrently": "^5.1.0",
Expand Down Expand Up @@ -47,5 +47,5 @@
"test": "jest",
"test:watch": "yarn test --watch"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/core",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"license": "MIT",
"files": [
"config",
Expand All @@ -17,10 +17,10 @@
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime-corejs3": "^7.9.2",
"@prisma/cli": "2.0.0-beta.5",
"@redwoodjs/cli": "^0.7.0-rc.1",
"@redwoodjs/dev-server": "^0.7.0-rc.1",
"@redwoodjs/eslint-config": "^0.7.0-rc.1",
"@redwoodjs/internal": "^0.7.0-rc.1",
"@redwoodjs/cli": "^0.7.0-rc.2",
"@redwoodjs/dev-server": "^0.7.0-rc.2",
"@redwoodjs/eslint-config": "^0.7.0-rc.2",
"@redwoodjs/internal": "^0.7.0-rc.2",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@types/jest": "^25.1.4",
Expand Down Expand Up @@ -58,7 +58,7 @@
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649",
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731",
"scripts": {
"build": "yarn cross-env NODE_ENV=production babel src --out-dir dist --extensions \".ts\" --delete-dir-on-start",
"prepublishOnly": "yarn build",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "create-redwood-app",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"license": "MIT",
"bin": "./dist/create-redwood-app.js",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@redwoodjs/internal": "^0.7.0-rc.1",
"@redwoodjs/internal": "^0.7.0-rc.2",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"check-node-version": "^4.0.2",
Expand All @@ -22,5 +22,5 @@
"prepublishOnly": "yarn build",
"build:watch": "nodemon --ignore dist --exec 'yarn build'"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
6 changes: 3 additions & 3 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/dev-server",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"bin": {
"dev-server": "./dist/main.js"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.9.0",
"@redwoodjs/internal": "^0.7.0-rc.1",
"@redwoodjs/internal": "^0.7.0-rc.2",
"args": "^5.0.1",
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
Expand All @@ -32,5 +32,5 @@
"prepublishOnly": "yarn build",
"build:watch": "nodemon --watch src --ext 'js,ts,tsx' --ignore dist --exec 'yarn build'"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@redwoodjs/eslint-config",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "^0.7.0-rc.1",
"@redwoodjs/eslint-plugin-redwood": "^0.7.0-rc.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-eslint": "^10.1.0",
Expand All @@ -20,5 +20,5 @@
"eslint-plugin-react-hooks": "^3.0.0",
"prettier": "^2.0.5"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-redwood/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/eslint-plugin-redwood",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "eslint plugin for Redwood rules.",
"files": [
"dist"
Expand All @@ -9,7 +9,7 @@
"repository": "https://github.com/redwoodjs/redwood",
"author": "Tom Preston-Werner",
"license": "MIT",
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649",
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731",
"scripts": {
"build": "yarn cross-env NODE_ENV=production babel src -d dist --delete-dir-on-start",
"prepublishOnly": "yarn build",
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/internal",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"main": "dist/main.js",
"files": [
"dist"
Expand All @@ -26,5 +26,5 @@
"test": "jest",
"test:watch": "yarn test --watch"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/router",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"files": [
"dist"
],
Expand All @@ -20,7 +20,7 @@
"test": "yarn jest src",
"test:watch": "yarn test --watch"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649",
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731",
"devDependencies": {
"prop-types": "15.7.2",
"react": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/web",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -29,5 +29,5 @@
"prepublishOnly": "yarn build",
"build:watch": "nodemon --watch src --ext 'js,ts,tsx' --ignore dist --exec 'yarn build'"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
"gitHead": "ac0479bd57af9938d040d1d7636bf58f9e9d9731"
}

0 comments on commit 995ec47

Please sign in to comment.