Skip to content

Commit ed23f45

Browse files
authored
Merge pull request #93 from opensrc0/master
Master
2 parents 3bcc68b + 33afd35 commit ed23f45

4 files changed

Lines changed: 34 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [4.0.48](https://github.com/opensrc0/fe-theme/compare/v4.0.47...v4.0.48) (2023-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **Logo.svg:** Update LOGO.svg width in readme.md ([05f9a01](https://github.com/opensrc0/fe-theme/commit/05f9a01cab650531ec4f8ba85a2b27d8d3ed422a))
7+
8+
## [4.0.47](https://github.com/opensrc0/fe-theme/compare/v4.0.46...v4.0.47) (2023-12-27)
9+
10+
11+
### Bug Fixes
12+
13+
* **readme.md:** Update README.md ([f7587f2](https://github.com/opensrc0/fe-theme/commit/f7587f22d28e75a8afa84ef23c52045eb04136ec))
14+
15+
## [4.0.46](https://github.com/opensrc0/fe-theme/compare/v4.0.45...v4.0.46) (2023-12-27)
16+
17+
18+
### Bug Fixes
19+
20+
* **Readme.md:** Update README.md ([4a7ab19](https://github.com/opensrc0/fe-theme/commit/4a7ab1972c3a6e1a17a01ba22257810d962b35c7))
21+
122
## [4.0.45](https://github.com/opensrc0/fe-theme/compare/v4.0.44...v4.0.45) (2023-12-24)
223

324

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="logo.svg" alt="FE-Theme Logo" width="100" style="width: 100%;">
1+
<img src="logo.svg" alt="FE-Theme Logo" width="100%" style="width: 100%;">
22
<h2 align="center">A React UI library using styled-component to build consistent, responsive, theme able UI 💪 </h2>
33
<br />
44
<p align="center">
@@ -187,14 +187,22 @@ Thanks goes to these wonderful people
187187
</a>
188188
<br />
189189
</td>
190-
<td align="center" valign="top" width="14.28%">
190+
<td align="center" valign="top" width="14.28%">
191191
<a target="_blank" href="https://github.com/abhinavGupta786">
192192
<img src="https://avatars.githubusercontent.com/u/69836367?v=4" width="64px;" alt="Abhinav Gupta" />
193193
<br />
194194
<sub><b>Abhinav Gupta</b></sub>
195195
</a>
196196
<br />
197197
</td>
198+
<td align="center" valign="top" width="14.28%">
199+
<a target="_blank" href="https://github.com/hardikjain29">
200+
<img src="https://avatars.githubusercontent.com/u/13768932?v=4" width="64px;" alt="Hardik Jain" />
201+
<br />
202+
<sub><b>Hardik Jain</b></sub>
203+
</a>
204+
<br />
205+
</td>
198206
</tr>
199207
</tbody>
200208
</table>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fe-theme",
3-
"version": "4.0.45",
3+
"version": "4.0.48",
44
"description": "fe-theme",
55
"main": "babel.config.js",
66
"scripts": {

0 commit comments

Comments
 (0)