Skip to content

Commit

Permalink
upgraded to RedwoodJS 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crtr0 committed Apr 23, 2020
1 parent 645e563 commit d936548
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 306 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Fizbuz Changelog

## [0.0.4] 2020-04-23

### Changed

- Upgraded to [Redwood 0.6.0](https://community.redwoodjs.com/t/rwjs-v0-6-0-is-now-available/405)


## [0.0.3] 2020-04-19

### Added

-


### Changed

-


---

## [0.0.2] 2020-04-15

### Added

-


---

## [0.0.1] 2020-04-13

### Added

-
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.5.0"
"@redwoodjs/api": "^0.6.0"
}
}
4 changes: 4 additions & 0 deletions api/src/functions/random.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const handler = (event, context, cb) => {
console.log(event, context, cb)
cb({ hello: 'world' })
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.5.0",
"@redwoodjs/core": "^0.6.0",
"netlify-plugin-prisma-provider": "^0.1.1"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"defaults"
],
"dependencies": {
"@redwoodjs/router": "^0.5.0",
"@redwoodjs/web": "^0.5.0",
"@tailwindcss/ui": "^0.1.3",
"@redwoodjs/router": "^0.6.0",
"@redwoodjs/web": "^0.6.0",
"@tailwindcss/ui": "^0.2.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand All @@ -18,6 +18,6 @@
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.7.6",
"postcss-loader": "^3.0.0",
"tailwindcss": "^1.2.0"
"tailwindcss": "^1.3.5"
}
}
Loading

0 comments on commit d936548

Please sign in to comment.