Skip to content

Commit bddcc3a

Browse files
committed
v4.1.1-snapshot.0
1 parent 5cd7a5c commit bddcc3a

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

.yarn/install-state.gz

91 Bytes
Binary file not shown.

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": "4.1.0",
5+
"version": "4.1.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": "4.1.0",
3+
"version": "4.1.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": "4.1.0",
3+
"version": "4.1.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": "4.1.0",
3+
"version": "4.1.1-snapshot.0",
44
"private": true,
55
"dependencies": {
66
"react": "^16.12.0",
77
"react-dom": "^16.12.0",
8-
"react-icons": "^4.1.0",
8+
"react-icons": "^4.1.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": "4.1.0",
3+
"version": "4.1.1-snapshot.0",
44
"private": true,
55
"dependencies": {
66
"react": "^16.12.0",
77
"react-dom": "^16.12.0",
8-
"react-icons": "^4.1.0",
8+
"react-icons": "^4.1.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": "4.1.0",
12+
"version": "4.1.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": "^4.1.0",
30+
"react-icons": "^4.1.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": "4.1.0",
4+
"version": "4.1.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": "4.1.0",
3+
"version": "4.1.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": "^4.1.0",
12+
"react-icons": "^4.1.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": "4.1.0",
3+
"version": "4.1.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": "^4.1.0"
17+
"react-icons": "^4.1.1-snapshot.0"
1818
}
1919
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7489,7 +7489,7 @@ __metadata:
74897489
enzyme-to-json: ^3.4.3
74907490
react: ^16.12.0
74917491
react-dom: ^16.12.0
7492-
react-icons: ^4.1.0
7492+
react-icons: ^4.1.1-snapshot.0
74937493
react-scripts: ^3.4.3
74947494
languageName: unknown
74957495
linkType: soft
@@ -7503,7 +7503,7 @@ __metadata:
75037503
enzyme-to-json: ^3.4.3
75047504
react: ^16.12.0
75057505
react-dom: ^16.12.0
7506-
react-icons: ^4.1.0
7506+
react-icons: ^4.1.1-snapshot.0
75077507
react-scripts: ^3.4.3
75087508
languageName: unknown
75097509
linkType: soft
@@ -16050,7 +16050,7 @@ fsevents@~2.1.2:
1605016050
prop-types: ^15.7.2
1605116051
react: ^16.12.0
1605216052
react-dom: ^16.12.0
16053-
react-icons: ^4.1.0
16053+
react-icons: ^4.1.1-snapshot.0
1605416054
tiny-skeleton-loader-react: ^1.1.0
1605516055
typescript: ^3.7.0-beta
1605616056
languageName: unknown
@@ -16499,7 +16499,7 @@ fsevents@~2.1.2:
1649916499
languageName: unknown
1650016500
linkType: soft
1650116501

16502-
"react-icons@^4.1.0, react-icons@workspace:packages/_react-icons_all":
16502+
"react-icons@^4.1.1-snapshot.0, react-icons@workspace:packages/_react-icons_all":
1650316503
version: 0.0.0-use.local
1650416504
resolution: "react-icons@workspace:packages/_react-icons_all"
1650516505
peerDependencies:
@@ -16714,7 +16714,7 @@ fsevents@~2.1.2:
1671416714
"@types/react-dom": ^16.9.5
1671516715
react: ^16.12.0
1671616716
react-dom: ^16.12.0
16717-
react-icons: ^4.1.0
16717+
react-icons: ^4.1.1-snapshot.0
1671816718
react-scripts: 3.3.0
1671916719
typescript: 3.7.5
1672016720
languageName: unknown
@@ -20292,7 +20292,7 @@ typescript@3.7.5:
2029220292
version: 0.0.0-use.local
2029320293
resolution: "webpack4-test@workspace:packages/webpack4-test"
2029420294
dependencies:
20295-
react-icons: ^4.1.0
20295+
react-icons: ^4.1.1-snapshot.0
2029620296
webpack: ^4.31.0
2029720297
webpack-cli: ^3.3.2
2029820298
languageName: unknown

0 commit comments

Comments
 (0)