Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Mar 25, 2020
1 parent 73fc5b0 commit c738552
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 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.2.5",
"version": "0.3.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.2.5",
"version": "0.3.0",
"files": [
"dist",
"importAll.macro.js"
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@prisma/client": "2.0.0-preview024",
"@redwoodjs/internal": "^0.2.5",
"@redwoodjs/internal": "^0.3.0",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redwoodjs/cli",
"description": "The Redwood Command Line",
"version": "0.2.5",
"version": "0.3.0",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js",
Expand All @@ -12,7 +12,7 @@
],
"dependencies": {
"@prisma/sdk": "^2.0.0-preview024",
"@redwoodjs/internal": "^0.2.5",
"@redwoodjs/internal": "^0.3.0",
"@types/react": "^16.9.19",
"camelcase": "^5.3.1",
"chalk": "^3.0.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.2.5",
"version": "0.3.0",
"license": "MIT",
"files": [
"config",
Expand All @@ -16,10 +16,10 @@
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime-corejs3": "^7.8.4",
"@redwoodjs/cli": "^0.2.5",
"@redwoodjs/dev-server": "^0.2.5",
"@redwoodjs/eslint-config": "^0.2.5",
"@redwoodjs/internal": "^0.2.5",
"@redwoodjs/cli": "^0.3.0",
"@redwoodjs/dev-server": "^0.3.0",
"@redwoodjs/eslint-config": "^0.3.0",
"@redwoodjs/internal": "^0.3.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0",
"@types/jest": "^25.1.3",
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.2.5",
"version": "0.3.0",
"license": "MIT",
"bin": "./dist/create-redwood-app.js",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.8.4",
"@redwoodjs/internal": "^0.2.5",
"@redwoodjs/internal": "^0.3.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,6 +1,6 @@
{
"name": "@redwoodjs/dev-server",
"version": "0.2.5",
"version": "0.3.0",
"bin": {
"dev-server": "./dist/main.js"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.8.6",
"@redwoodjs/internal": "^0.2.5",
"@redwoodjs/internal": "^0.3.0",
"args": "^5.0.1",
"body-parser": "^1.19.0",
"chokidar": "^3.3.1",
Expand Down
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.2.5",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "^0.2.5",
"@redwoodjs/eslint-plugin-redwood": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"babel-eslint": "^10.1.0",
Expand All @@ -13,11 +13,11 @@
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest-dom": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-jest-dom": "^2.0.1",
"prettier": "^1.19.1"
},
"gitHead": "2801c132f40263f9fcfbdac8b1750d2e423eb649"
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.2.5",
"version": "0.3.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.2.5",
"version": "0.3.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.2.5",
"version": "0.3.0",
"files": [
"dist"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/web",
"version": "0.2.5",
"version": "0.3.0",
"files": [
"dist"
],
Expand All @@ -21,8 +21,8 @@
"react-hook-form": "^4.10.1"
},
"peerDependencies": {
"react": "*",
"prop-types": "*"
"prop-types": "*",
"react": "*"
},
"scripts": {
"build": "yarn clean && babel src -d dist",
Expand Down

0 comments on commit c738552

Please sign in to comment.