Skip to content

Commit 193d9b7

Browse files
committed
snapshot3.11.1-snapshot.0
1 parent 9d4c48d commit 193d9b7

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "3.11.0",
5+
"version": "3.11.1-snapshot.0",
66
"command": {
77
"version": {
88
"push": true

packages/_react-icons_all-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-icons/all-files",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"description": "SVG React icons of popular icon packs using ES6 imports",
55
"author": "Goran Gajic",
66
"contributors": [

packages/_react-icons_all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-icons",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"description": "SVG React icons of popular icon packs using ES6 imports",
55
"author": "Goran Gajic",
66
"contributors": [

packages/demo-all-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "demo-all-files",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"private": true,
55
"dependencies": {
66
"react": "^16.12.0",
77
"react-dom": "^16.12.0",
8-
"react-icons": "^3.11.0",
8+
"react-icons": "^3.11.1-snapshot.0",
99
"react-scripts": "^3.4.3"
1010
},
1111
"scripts": {

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "demo",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"private": true,
55
"dependencies": {
66
"react": "^16.12.0",
77
"react-dom": "^16.12.0",
8-
"react-icons": "^3.11.0",
8+
"react-icons": "^3.11.1-snapshot.0",
99
"react-scripts": "^3.4.3"
1010
},
1111
"scripts": {

packages/preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"keywords": [],
1010
"author": "",
1111
"license": "ISC",
12-
"version": "3.11.0",
12+
"version": "3.11.1-snapshot.0",
1313
"private": true,
1414
"dependencies": {
1515
"@loadable/component": "^5.10.3",
@@ -27,7 +27,7 @@
2727
"prop-types": "^15.7.2",
2828
"react": "^16.12.0",
2929
"react-dom": "^16.12.0",
30-
"react-icons": "^3.11.0",
30+
"react-icons": "^3.11.1-snapshot.0",
3131
"tiny-skeleton-loader-react": "^1.1.0"
3232
},
3333
"devDependencies": {

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-icons_builders",
33
"private": true,
4-
"version": "3.11.0",
4+
"version": "3.11.1-snapshot.0",
55
"description": "SVG React icons of popular icon packs using ES6 imports",
66
"author": "Goran Gajic",
77
"contributors": [

packages/ts-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ts-test",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"private": true,
55
"dependencies": {
66
"@types/jest": "24.0.12",
@@ -9,7 +9,7 @@
99
"@types/react-dom": "^16.9.5",
1010
"react": "^16.12.0",
1111
"react-dom": "^16.12.0",
12-
"react-icons": "^3.11.0",
12+
"react-icons": "^3.11.1-snapshot.0",
1313
"react-scripts": "3.3.0",
1414
"typescript": "3.7.5"
1515
},

packages/webpack4-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack4-test",
3-
"version": "3.11.0",
3+
"version": "3.11.1-snapshot.0",
44
"main": "index.js",
55
"private": true,
66
"license": "MIT",
@@ -14,6 +14,6 @@
1414
"webpack-cli": "^3.3.2"
1515
},
1616
"dependencies": {
17-
"react-icons": "^3.11.0"
17+
"react-icons": "^3.11.1-snapshot.0"
1818
}
1919
}

0 commit comments

Comments
 (0)