Skip to content

Commit

Permalink
Merge pull request #25 from thundermiracle/v3.0.1
Browse files Browse the repository at this point in the history
remove @material-ui/styles from peerDependencies
  • Loading branch information
thundermiracle authored Jun 28, 2019
2 parents 3b077e8 + f9164a6 commit 5d8fdbf
Show file tree
Hide file tree
Showing 9 changed files with 7,412 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### [Versions](https://github.com/thundermiracle/next-mui-helper/releases/)

## 3.0.1
###### *Jun 28, 2019*

#### Breaking Changes

N/A

#### Changes

- Remove @material-ui/styles from peerDependencies

## 3.0.0
###### *May 27, 2019*

Expand Down
3 changes: 1 addition & 2 deletions examples/es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"next": "^8.1.0",
"next-mui-helper": "^3.0.0",
"next-mui-helper": "^3.0.1",
"next-transpile-modules": "^2.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/es6/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2697,9 +2697,9 @@ neo-async@^2.5.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"

next-mui-helper@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/next-mui-helper/-/next-mui-helper-3.0.0.tgz#adc0b81e557549a2ba6ce76e936b3a5fa0404b72"
next-mui-helper@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/next-mui-helper/-/next-mui-helper-3.0.1.tgz#2c1b038c0f33440da388285bad13d7d850b4f43a"
dependencies:
hoist-non-react-statics "^3.3.0"
nprogress "^0.2.0"
Expand Down
3 changes: 1 addition & 2 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"next": "^8.1.0",
"next-mui-helper": "^3.0.0",
"next-mui-helper": "^3.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/withRedux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"next": "^8.1.0",
"next-mui-helper": "^3.0.0",
"next-mui-helper": "^3.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
3 changes: 1 addition & 2 deletions examples/withTheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"next": "^8.1.0",
"next-mui-helper": "^3.0.0",
"next-mui-helper": "^3.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
3 changes: 1 addition & 2 deletions examples/withThemeApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"next": "^8.1.0",
"next-mui-helper": "^3.0.0",
"next-mui-helper": "^3.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-mui-helper",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"homepage": "https://github.com/thundermiracle/next-mui-helper",
"description": "hocs for making material-ui project with next.js(SSR)",
Expand Down Expand Up @@ -42,7 +42,6 @@
},
"peerDependencies": {
"@material-ui/core": "^4.0",
"@material-ui/styles": "^4.0",
"next": "*"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5d8fdbf

Please sign in to comment.