Skip to content

Commit

Permalink
v0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Apr 1, 2020
1 parent 6272ef3 commit cc4e68d
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.3.2",
"version": "0.4.0-rc.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"files": [
"dist",
"importAll.macro.js"
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@prisma/client": "2.0.0-preview025",
"@redwoodjs/internal": "^0.3.2",
"@redwoodjs/internal": "^0.4.0-rc.1",
"apollo-server-lambda": "2.11.0",
"babel-plugin-macros": "^2.8.0",
"core-js": "3.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@redwoodjs/cli",
"description": "The Redwood Command Line",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js",
Expand All @@ -12,7 +12,7 @@
],
"dependencies": {
"@prisma/sdk": "^2.0.0-preview025",
"@redwoodjs/internal": "^0.3.2",
"@redwoodjs/internal": "^0.4.0-rc.1",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"concurrently": "^5.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/core",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"license": "MIT",
"files": [
"config",
Expand All @@ -16,10 +16,11 @@
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime-corejs3": "^7.9.2",
"@redwoodjs/cli": "^0.3.2",
"@redwoodjs/dev-server": "^0.3.2",
"@redwoodjs/eslint-config": "^0.3.2",
"@redwoodjs/internal": "^0.3.2",
"@prisma/cli": "2.0.0-preview025",
"@redwoodjs/cli": "^0.4.0-rc.1",
"@redwoodjs/dev-server": "^0.4.0-rc.1",
"@redwoodjs/eslint-config": "^0.4.0-rc.1",
"@redwoodjs/internal": "^0.4.0-rc.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@types/jest": "^25.1.4",
Expand All @@ -45,7 +46,6 @@
"jest-directory-named-resolver": "^0.3.0",
"lodash.escaperegexp": "^4.1.2",
"mini-css-extract-plugin": "^0.9.0",
"@prisma/cli": "2.0.0-preview025",
"style-loader": "^1.1.3",
"svg-react-loader": "^0.4.6",
"typescript": "^3.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/package.json
@@ -1,14 +1,14 @@
{
"name": "create-redwood-app",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"license": "MIT",
"bin": "./dist/create-redwood-app.js",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@redwoodjs/internal": "^0.3.2",
"@redwoodjs/internal": "^0.4.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
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/dev-server",
"version": "0.3.2",
"version": "0.4.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.3.2",
"@redwoodjs/internal": "^0.4.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
@@ -1,10 +1,10 @@
{
"name": "@redwoodjs/eslint-config",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "^0.3.2",
"@redwoodjs/eslint-plugin-redwood": "^0.4.0-rc.1",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-redwood/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/eslint-plugin-redwood",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"description": "eslint plugin for Redwood rules.",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/internal",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"main": "dist/main.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/router",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/web",
"version": "0.3.2",
"version": "0.4.0-rc.1",
"files": [
"dist"
],
Expand Down

0 comments on commit cc4e68d

Please sign in to comment.