File tree 4 files changed +33
-6
lines changed
4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
---
8
8
9
+ ## [ 0.2.6] ( https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.6 ) - 2020-10-01
10
+
11
+ ### Fixed
12
+
13
+ - Removed dependence on React Native for Web's ViewPropTypes #72
14
+
15
+ ---
16
+
9
17
## [ 0.2.5] ( https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.5 ) - 2020-05-14
10
18
11
19
### Added
Original file line number Diff line number Diff line change @@ -91,8 +91,27 @@ And change it to something like this:
91
91
1 . ` npm run dist `
92
92
1 . ` npm run test `
93
93
1 . ` npm publish `
94
- 1 . ` npm pack `
95
- 1 . ` CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-react-native-fontawesome-VERSION.tgz `
94
+ 1 . ` npm publish --registry https://npm.fontawesome.com ` (publish to Pro registry)
96
95
1 . ` git add . && git commit -m 'Release VERSION' `
97
96
1 . ` git push `
98
97
1 . Create a [ new release] ( https://github.com/FortAwesome/react-native-fontawesome/releases/new ) with ` CHANGELOG ` details
98
+
99
+ ## Authenticating with the npm.fontawesome.com registry
100
+
101
+ Contributors with authorization to publish to npm.fontawesome.com will receive an invite
102
+ from a Font Awesome project owner.
103
+
104
+ 1 . Respond to the invite in your email
105
+ 1 . Let the owner know when you've setup your account
106
+ 1 . Owner will add you to the team
107
+
108
+ You can then run:
109
+
110
+ ```
111
+ npm login --registry https://npm.fontawesome.com
112
+ ```
113
+
114
+ - The username is the "slug" for your Cloudsmith account. For example mine is "rob-madole".
115
+ - Enter the password that you setup just a few minutes ago.
116
+ - It says the your email is PUBLIC. Pretty sure that's false since the auth is through Cloudsmith.
117
+ - This doesn't overwrite your standard login, just adds to your ` ~/.npmrc `
Original file line number Diff line number Diff line change @@ -440,14 +440,13 @@ And then:
440
440
441
441
Community:
442
442
443
- "David Martin <github.com/iamdavidmartin>",
444
-
445
443
| | Name | GitHub |
446
444
| :---------------------------------------------------------: | ----------------- | ---------------------------------------------------- |
447
445
| <img src =" https://github.com/dizy.png?size=72 " /> | Dizy | [ @dizy ] ( https://github.com/dizy ) |
448
446
| <img src =" https://github.com/iamdavidmartin.png?size=72 " /> | David Martin | [ @iamdavidmartin ] ( https://github.com/iamdavidmartin ) |
449
447
| <img src =" https://github.com/puremana.png?size=72 " /> | Jeremey | [ @puremana ] ( https://github.com/puremana ) |
450
448
| <img src =" https://github.com/schonfeld.png?size=72 " /> | Michael Schonfeld | [ @schonfeld ] ( https://github.com/schonfeld ) |
449
+ | <img src =" https://github.com/golya.png?size=72 " /> | Ádám Gólya | [ @golya ] ( https://github.com/golya ) |
451
450
452
451
The Font Awesome team:
453
452
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fortawesome/react-native-fontawesome" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"description" : " Official React Native component for Font Awesome 5" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
21
21
22
22
" David Martin <github.com/iamdavidmartin>" ,
23
23
" Jeremy <github.com/puremana>" ,
24
- " Michael Schonfeld <github.com/schonfeld>"
24
+ " Michael Schonfeld <github.com/schonfeld>" ,
25
+ " Ádám Gólya <github.com/golya>"
25
26
],
26
27
"license" : " MIT" ,
27
28
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments