Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Apr 16, 2019
1 parent 3678cc0 commit 8e93c57
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.6.0-beta2",
"version": "3.6.0",
"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-beta2",
"version": "3.6.0",
"private": true,
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.0-beta2",
"react-icons": "^3.6.0",
"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-beta2",
"version": "3.6.0",
"private": true,
"dependencies": {
"history": "^4.7.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.0-beta2",
"react-icons": "^3.6.0",
"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/react-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "react-icons",
"version": "3.6.0-beta2",
"version": "3.6.0",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Goran Gajic",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack4-test/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack4-test",
"version": "3.6.0-beta2",
"version": "3.6.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^3.2.3"
},
"dependencies": {
"react-icons": "^3.6.0-beta2"
"react-icons": "^3.6.0"
}
}

0 comments on commit 8e93c57

Please sign in to comment.