Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed May 29, 2020
1 parent 6015fde commit 2d08639
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 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.8.0-rc.1",
"version": "0.8.0",
"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.8.0-rc.1",
"version": "0.8.0",
"files": [
"dist",
"importAll.macro.js"
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@prisma/client": "2.0.0-beta.6",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0",
"apollo-server-lambda": "2.11.0",
"babel-plugin-macros": "^2.8.0",
"core-js": "3.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth",
"version": "0.8.0-rc.1",
"version": "0.8.0",
"main": "dist/index.js",
"files": [
"dist"
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.8.0-rc.1",
"version": "0.8.0",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"@prisma/sdk": "^2.0.0-beta.6",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"concurrently": "^5.1.0",
Expand Down
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.8.0-rc.1",
"version": "0.8.0",
"license": "MIT",
"files": [
"config",
Expand All @@ -17,11 +17,11 @@
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime-corejs3": "^7.9.2",
"@prisma/cli": "2.0.0-beta.6",
"@redwoodjs/cli": "^0.8.0-rc.1",
"@redwoodjs/dev-server": "^0.8.0-rc.1",
"@redwoodjs/eslint-config": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/testing": "^0.8.0-rc.1",
"@redwoodjs/cli": "^0.8.0",
"@redwoodjs/dev-server": "^0.8.0",
"@redwoodjs/eslint-config": "^0.8.0",
"@redwoodjs/internal": "^0.8.0",
"@redwoodjs/testing": "^0.8.0",
"@testing-library/jest-dom": "^5.8.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.5",
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.8.0-rc.1",
"version": "0.8.0",
"license": "MIT",
"bin": "./dist/create-redwood-app.js",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0",
"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,7 +1,7 @@
{
"name": "@redwoodjs/dev-server",
"description": "Redwood's HTTP server for serverless Functions",
"version": "0.8.0-rc.1",
"version": "0.8.0",
"bin": {
"redwood-http-server": "./dist/main.js",
"dev-server": "./dist/main.js"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.9.0",
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0",
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
"express": "^4.17.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.8.0-rc.1",
"version": "0.8.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "^0.8.0-rc.1",
"@redwoodjs/eslint-plugin-redwood": "^0.8.0",
"@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.8.0-rc.1",
"version": "0.8.0",
"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.8.0-rc.1",
"version": "0.8.0",
"main": "dist/main.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/router",
"version": "0.8.0-rc.1",
"version": "0.8.0",
"files": [
"dist"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redwoodjs/testing",
"description": "Tools, wrappers and defaults for testing a Redwood project.",
"version": "0.8.0-rc.1",
"version": "0.8.0",
"files": [
"dist"
],
Expand All @@ -12,8 +12,8 @@
"react": "*"
},
"dependencies": {
"@redwoodjs/internal": "^0.8.0-rc.1",
"@redwoodjs/web": "^0.8.0-rc.1",
"@redwoodjs/internal": "^0.8.0",
"@redwoodjs/web": "^0.8.0",
"@testing-library/react": "^10.0.4"
},
"scripts": {
Expand Down
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.8.0-rc.1",
"version": "0.8.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 2d08639

Please sign in to comment.