Skip to content

Commit

Permalink
v3.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Mar 8, 2019
1 parent 9c6ddf5 commit 4e4e2a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.6.0-beta1",
"version": "3.6.0-beta2",
"command": {
"version": {
"push": true
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,11 +1,11 @@
{
"name": "demo",
"version": "3.6.0-beta1",
"version": "3.6.0-beta2",
"private": true,
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.0-beta1",
"react-icons": "^3.6.0-beta2",
"react-scripts": "2.0.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview/package.json
@@ -1,12 +1,12 @@
{
"name": "preview",
"version": "3.6.0-beta1",
"version": "3.6.0-beta2",
"private": true,
"dependencies": {
"history": "^4.7.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.0-beta1",
"react-icons": "^3.6.0-beta2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack4-test/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack4-test",
"version": "3.6.0-beta1",
"version": "3.6.0-beta2",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 4e4e2a1

Please sign in to comment.