Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed May 10, 2019
1 parent ea9b999 commit c0a23c2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.6.1",
"version": "3.7.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.1",
"version": "3.7.0",
"private": true,
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.1",
"react-icons": "^3.7.0",
"react-scripts": "3.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview/package.json
@@ -1,12 +1,12 @@
{
"name": "preview",
"version": "3.6.1",
"version": "3.7.0",
"private": true,
"dependencies": {
"history": "^4.7.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.1",
"react-icons": "^3.7.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "react-icons",
"version": "3.6.1",
"version": "3.7.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/ts-test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-ts-test",
"version": "0.1.0",
"version": "3.7.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.12",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "16.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.6.1",
"react-icons": "^3.7.0",
"react-scripts": "3.0.1",
"typescript": "3.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack4-test/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack4-test",
"version": "3.6.1",
"version": "3.7.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^3.3.2"
},
"dependencies": {
"react-icons": "^3.6.1"
"react-icons": "^3.7.0"
}
}

0 comments on commit c0a23c2

Please sign in to comment.