Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Oct 25, 2019
1 parent 8f5fd04 commit 82cf510
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.6.1",
"version": "3.8.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.8.0",
"private": true,
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.6.1",
"react-icons": "^3.8.0",
"react-scripts": "3.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preview/package.json
@@ -1,6 +1,6 @@
{
"name": "preview",
"version": "3.6.1",
"version": "3.8.0",
"private": true,
"dependencies": {
"babel-plugin-codegen": "^3.0.0",
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.8.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.8.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.8.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.8.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.8.0"
}
}

0 comments on commit 82cf510

Please sign in to comment.