Skip to content

Commit

Permalink
3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Jan 28, 2019
1 parent 1722e7d commit abf3fe2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "3.0.0-alpha.0"
}
4 changes: 2 additions & 2 deletions packages/configs/package.json
@@ -1,5 +1,5 @@
{
"name": "next-redux-wrapper-configs",
"private": true,
"version": "2.1.0"
}
"version": "3.0.0-alpha.0"
}
6 changes: 3 additions & 3 deletions packages/demo/package.json
@@ -1,15 +1,15 @@
{
"name": "next-redux-wrapper-demo",
"private": true,
"version": "2.1.0",
"version": "3.0.0-alpha.0",
"description": "Demo of redux wrapper for Next.js",
"scripts": {
"clean": "rimraf .next coverage",
"test": "jest --runInBand",
"start": "next || exit 0"
},
"dependencies": {
"next-redux-wrapper": "2.1.0",
"next-redux-wrapper": "^3.0.0-alpha.0",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "6.0.0",
Expand All @@ -26,7 +26,7 @@
"@zeit/next-typescript": "1.1.1",
"jest-puppeteer": "3.9.0",
"next": "7.0.2",
"next-redux-wrapper-configs": "2.1.0",
"next-redux-wrapper-configs": "^3.0.0-alpha.0",
"puppeteer": "1.11.0",
"rimraf": "2.6.3",
"ts-jest": "23.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "next-redux-wrapper",
"version": "2.1.0",
"version": "3.0.0-alpha.0",
"description": "Redux wrapper for Next.js",
"main": "lib/index.js",
"module": "es6/index.js",
Expand All @@ -24,7 +24,7 @@
"@types/redux-promise-middleware": "0.0.11",
"@zeit/next-typescript": "1.1.1",
"jest": "23.6.0",
"next-redux-wrapper-configs": "2.1.0",
"next-redux-wrapper-configs": "^3.0.0-alpha.0",
"npm-run-all": "4.1.5",
"react": "16.7.0",
"react-dom": "16.7.0",
Expand Down

0 comments on commit abf3fe2

Please sign in to comment.