Skip to content

Commit

Permalink
v0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed May 18, 2020
1 parent 2facf3f commit c0a5922
Show file tree
Hide file tree
Showing 12 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
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.7.0-rc.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"files": [
"dist",
"importAll.macro.js"
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@prisma/client": "2.0.0-beta.5",
"@redwoodjs/internal": "^0.6.0",
"@redwoodjs/internal": "^0.7.0-rc.1",
"apollo-server-lambda": "2.11.0",
"babel-plugin-macros": "^2.8.0",
"core-js": "3.6.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@redwoodjs/auth",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"react": "^16.13.1",
"@auth0/auth0-spa-js": "^1.7.0",
"netlify-identity-widget": "1.6.0",
"@types/react": "^16.9.34",
"gotrue-js": "^0.9.25"
"gotrue-js": "^0.9.25",
"netlify-identity-widget": "1.6.0",
"react": "^16.13.1"
},
"scripts": {
"build": "yarn build:js && yarn build:types",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.7.0-rc.1",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"@prisma/sdk": "^2.0.0-beta.5",
"@redwoodjs/internal": "^0.6.0",
"@redwoodjs/internal": "^0.7.0-rc.1",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"concurrently": "^5.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/core",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"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.6.0",
"@redwoodjs/dev-server": "^0.6.0",
"@redwoodjs/eslint-config": "^0.6.0",
"@redwoodjs/internal": "^0.6.0",
"@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",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@types/jest": "^25.1.4",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.7.0-rc.1",
"license": "MIT",
"bin": "./dist/create-redwood-app.js",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@redwoodjs/internal": "^0.6.0",
"@redwoodjs/internal": "^0.7.0-rc.1",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"check-node-version": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.7.0-rc.1",
"bin": {
"dev-server": "./dist/main.js"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.9.0",
"@redwoodjs/internal": "^0.6.0",
"@redwoodjs/internal": "^0.7.0-rc.1",
"args": "^5.0.1",
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.7.0-rc.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "0.6.0",
"@redwoodjs/eslint-plugin-redwood": "^0.7.0-rc.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "0.7.0-rc.1",
"description": "eslint plugin for Redwood rules.",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/internal",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"main": "dist/main.js",
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/router",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"files": [
"dist"
],
Expand All @@ -10,8 +10,8 @@
"core-js": "3.6.4"
},
"peerDependencies": {
"react": "*",
"prop-types": "*"
"prop-types": "*",
"react": "*"
},
"scripts": {
"build": "yarn cross-env NODE_ENV=production babel src -d dist --delete-dir-on-start",
Expand All @@ -22,8 +22,8 @@
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649",
"devDependencies": {
"prop-types": "15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"prop-types": "15.7.2"
"react-dom": "^16.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/web",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"files": [
"dist"
],
Expand Down

0 comments on commit c0a5922

Please sign in to comment.