Skip to content

Bump react-redux from 8.1.2 to 9.0.4 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms
github: [muhammad-fiaz]
patreon: muhammad_fiaz
ko_fi: muhammadfiaz
github: [pal-sandeep]
patreon: SandeepPal
ko_fi: SandeepPal
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
- improved ui and performance #178
- fixed bugs
- added new features and removed or make some as optional
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)
- Full Release notes: [https://github.com/pal-sandeep/portfolio/releases](https://github.com/pal-sandeep/portfolio/releases)
- Full Changelog: [https://github.com/pal-sandeep/portfolio/commits/main](https://github.com/pal-sandeep/portfolio/commits/main)

## v1.0.3
- Added Custom 500 and 404 Error Pages👻
- improved UI and Functionality❤️
- fixed some bugs✌🏻
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)
- Full Release notes: [https://github.com/pal-sandeep/portfolio/releases](https://github.com/pal-sandeep/portfolio/releases)
- Full Changelog: [https://github.com/pal-sandeep/portfolio/commits/main](https://github.com/pal-sandeep/portfolio/commits/main)

## v1.0.2
- Upgraded to Next.js 13
- Added PostCSS Support
- Some UI Improvements and Changes
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)
- Full Release notes: [https://github.com/pal-sandeep/portfolio/releases](https://github.com/pal-sandeep/portfolio/releases)
- Full Changelog: [https://github.com/pal-sandeep/portfolio/commits/main](https://github.com/pal-sandeep/portfolio/commits/main)

## v1.0.1

- Added Webpack Support
- Some Improvements and Changes
- Merged updates by @muhammad-fiaz in [#106](https://github.com/muhammad-fiaz/portfolio/pull/106)
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)
- Merged updates by @pal-sandeep in [#106](https://github.com/pal-sandeep/portfolio/pull/106)
- Full Release notes: [https://github.com/pal-sandeep/portfolio/releases](https://github.com/pal-sandeep/portfolio/releases)
- Full Changelog: [https://github.com/pal-sandeep/portfolio/commits/main](https://github.com/pal-sandeep/portfolio/commits/main)

## v1.0.0

Expand All @@ -43,6 +43,6 @@ I am thrilled to unveil Portfolio 1.0.0 – a major leap forward in my project's
- ⚡ **Performance at its Best:** I fine-tuned every aspect to guarantee swift loading times and seamless interactions, regardless of the scale of my portfolio.
- 🐞 **Bug Buster:** Numerous bugs and glitches have been diligently squashed, fostering a stable and dependable user experience.
-
👻 For more information about this release, please check out the repository [muhammad-fiaz](https://github.com/muhammad-fiaz/portfolio).
👻 For more information about this release, please check out the repository [pal-sandeep](https://github.com/pal-sandeep/portfolio).


6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Welcome to my portfolio repository! Your contributions and suggestions are welco

## Code of Conduct

This project and its community adhere to the [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report any unacceptable behavior to [email](s.muhammadfiaz2003@gmail.com).
This project and its community adhere to the [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report any unacceptable behavior to [email](skumar8work@gmail.com).

## How to Contribute 👻

We welcome contributions in the form of bug reports, feature requests, code improvements, and more. Here's how you can contribute:

1. **Fork the Repository:** Click the ["Fork"](https://github.com/muhammad-fiaz/portfolio/fork) button on the top right of the repository's page:
1. **Fork the Repository:** Click the ["Fork"](https://github.com/pal-sandeep/portfolio/fork) button on the top right of the repository's page:


2. Clone your fork to your local machine:
Expand All @@ -21,7 +21,7 @@ We welcome contributions in the form of bug reports, feature requests, code impr

## Reporting Issues 🐞

If you find any issues or have suggestions for improvements, please open an issue on the [Issues](https://github.com/muhammad-fiaz/portfolio/issues) page. Include a clear description of the problem or suggestion.
If you find any issues or have suggestions for improvements, please open an issue on the [Issues](https://github.com/pal-sandeep/portfolio/issues) page. Include a clear description of the problem or suggestion.

Thank you for contributing to my Portfolio!❤️

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 [Muhammad Fiaz](https://github.com/muhammad-fiaz/portfolio)
Copyright (c) 2023 [Sandeep Pal](https://github.com/pal-sandeep/portfolio)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
45 changes: 21 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
<p align="center">
<img src="https://github.com/muhammad-fiaz/portfolio/assets/75434191/4b7d5fe2-16c7-4451-802d-851638b2df9f" alt="Muhammad Fiaz's Portfolio"/>
<img src="https://github.com/pal-sandeep/portfolio/assets/75434191/4b7d5fe2-16c7-4451-802d-851638b2df9f" alt="Sandeep Pal's Portfolio"/>
</p>

<div align="center">
<h1><a href="https://muhammadfiaz.com/">muhammadfiaz.com</a> | portfolio</h1>
<h1><a href="https://heysandeep.in/">heysandeep.in</a> | portfolio</h1>

![Stability](https://img.shields.io/badge/stability-beta-blue.svg) ![MIT License](https://img.shields.io/badge/license-MIT-green)
[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/muhammad-fiaz/portfolio)
[![Build Passing](https://badge.buildkite.com/sample.svg?status=passing)](https://github.com/muhammad-fiaz/portfolio)
[![Continuous Integration](https://github.com/muhammad-fiaz/portfolio/actions/workflows/prettier.yml/badge.svg)](https://github.com/muhammad-fiaz/portfolio/actions/workflows/prettier.yml)
[![CodeQL](https://github.com/muhammad-fiaz/portfolio/actions/workflows/codeql.yml/badge.svg)](https://github.com/muhammad-fiaz/portfolio/actions/workflows/codeql.yml)
[![CodeSee](https://github.com/muhammad-fiaz/portfolio/actions/workflows/codesee-arch-diagram.yml/badge.svg)](https://github.com/muhammad-fiaz/portfolio/actions/workflows/codesee-arch-diagram.yml)
[![Dependency Review](https://github.com/muhammad-fiaz/portfolio/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/muhammad-fiaz/portfolio/actions/workflows/dependency-review.yml)
[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/pal-sandeep/portfolio)
[![Build Passing](https://badge.buildkite.com/sample.svg?status=passing)](https://github.com/pal-sandeep/portfolio)
[![Continuous Integration](https://github.com/pal-sandeep/portfolio/actions/workflows/prettier.yml/badge.svg)](https://github.com/pal-sandeep/portfolio/actions/workflows/prettier.yml)
[![CodeQL](https://github.com/pal-sandeep/portfolio/actions/workflows/codeql.yml/badge.svg)](https://github.com/pal-sandeep/portfolio/actions/workflows/codeql.yml)
[![CodeSee](https://github.com/pal-sandeep/portfolio/actions/workflows/codesee-arch-diagram.yml/badge.svg)](https://github.com/pal-sandeep/portfolio/actions/workflows/codesee-arch-diagram.yml)
[![Dependency Review](https://github.com/pal-sandeep/portfolio/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/pal-sandeep/portfolio/actions/workflows/dependency-review.yml)

![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)

</div>

This project is built with Next.js and React, showcasing [Muhammad Fiaz](https://github.com/muhammad-fiaz/)'s personal website.
This project is built with Next.js and React, showcasing [Sandeep Pal](https://github.com/pal-sandeep/)'s personal website.

**Note: This project is currently under Active development. so the Documentation for this project will be available soon**

**This Project Also Supports [Vercel](https://vercel.com/dashboard) and comes with [(Vercel Analytics pre-enabled in it)](https://vercel.com/analytics) you can Host it there if you like it**

🧑‍💻 Check out the dev branch for new development changes and the Latest Patch updates:—[https://github.com/muhammad-fiaz/portfolio/tree/dev](https://github.com/muhammad-fiaz/portfolio/tree/dev)
🧑‍💻 Check out the dev branch for new development changes and the Latest Patch updates:—[https://github.com/pal-sandeep/portfolio/tree/dev](https://github.com/pal-sandeep/portfolio/tree/dev)


✅ Also Check out the latest release version for production use:-
[https://github.com/muhammad-fiaz/portfolio](https://github.com/muhammad-fiaz/portfolio)
[https://github.com/pal-sandeep/portfolio](https://github.com/pal-sandeep/portfolio)

### Release Notes

For a detailed list of releases and changes, please visit the [GitHub Releases page](https://github.com/muhammad-fiaz/portfolio/releases).
For a detailed list of releases and changes, please visit the [GitHub Releases page](https://github.com/pal-sandeep/portfolio/releases).

You can also refer to the [CHANGELOG.md](./CHANGELOG.md) file for comprehensive information about each release.

if you have any suggestions or feedback, feel free to open an [issue](https://github.com/muhammad-fiaz/portfolio/issues) or a [pull request](https://github.com/muhammad-fiaz/portfolio/pulls).
if you have any suggestions or feedback, feel free to open an [issue](https://github.com/pal-sandeep/portfolio/issues) or a [pull request](https://github.com/pal-sandeep/portfolio/pulls).

## Getting Started

To run the project locally, follow these steps:

1. Clone the repository: `git clone https://github.com/muhammad-fiaz/portfolio.git`
1. Clone the repository: `git clone https://github.com/pal-sandeep/portfolio.git`
2. Navigate to the project directory: `cd portfolio`
3. Install the dependencies: `npm install`
4. Start the development server: `npm run dev`
Expand Down Expand Up @@ -102,15 +102,12 @@ Also, Read the [React.js Documentation](https://reactjs.org/docs/getting-started

Enjoying my work? Consider supporting me by buying me a cup of coffee or becoming a patron.

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange?logo=buy-me-a-coffee&s=20)](https://www.buymeacoffee.com/muhammadfiaz)
[![Patreon](https://img.shields.io/badge/Patreon-Support-red?logo=patreon&s=20)](https://www.patreon.com/muhammad_fiaz)
<a href="https://ko-fi.com/muhammadfiaz"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Ko-fi" height="20"></a>
[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-muhammad--fiaz-brightgreen?logo=github)](https://github.com/sponsors/muhammad-fiaz)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange?logo=buy-me-a-coffee&s=20)](https://www.buymeacoffee.com/sandeeppal)


## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/muhammad-fiaz/portfolio/blob/main/LICENSE.md) file for details.
This project is licensed under the MIT License. See the [LICENSE](https://github.com/pal-sandeep/portfolio/blob/main/LICENSE.md) file for details.

## Contributing

Expand All @@ -128,17 +125,17 @@ The easiest way to deploy your Next.js app is to use the [Vercel Platform](https
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.


Thank you for checking out [my portfolio on GitHub](https://github.com/muhammad-fiaz/portfolio)! We're constantly working to improve and enhance the project. To ensure you're always up-to-date with the latest changes, we recommend following these steps:
Thank you for checking out [my portfolio on GitHub](https://github.com/pal-sandeep/portfolio)! We're constantly working to improve and enhance the project. To ensure you're always up-to-date with the latest changes, we recommend following these steps:

1. **Watch This Repository:** Click the ⭐️ "Watch" button at the top right of the page to [receive notifications](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/watching-and-unwatching-repositories) for any new releases, issues, or discussions.

2. **Star the Repository:** If you find my portfolio useful or interesting, consider giving it a [star](https://github.com/muhammad-fiaz/portfolio/stargazers). This helps us gain visibility and shows your appreciation for the project.
2. **Star the Repository:** If you find my portfolio useful or interesting, consider giving it a [star](https://github.com/pal-sandeep/portfolio/stargazers). This helps us gain visibility and shows your appreciation for the project.

3. **Fork for Contributions:** If you're interested in contributing to my portfolio, feel free to [fork](https://github.com/muhammad-fiaz/portfolio/fork) the repository, make changes, and submit a pull request. We welcome contributions from the community!
3. **Fork for Contributions:** If you're interested in contributing to my portfolio, feel free to [fork](https://github.com/pal-sandeep/portfolio/fork) the repository, make changes, and submit a pull request. We welcome contributions from the community!

4. **Join the Discussion:** Check out the [Discussions](https://github.com/muhammad-fiaz/portfolio/discussions) tab to join conversations, ask questions, and share your ideas with other users and contributors.
4. **Join the Discussion:** Check out the [Discussions](https://github.com/pal-sandeep/portfolio/discussions) tab to join conversations, ask questions, and share your ideas with other users and contributors.

5. **Stay Updated:** Periodically visit the repository's ["Releases" section](https://github.com/muhammad-fiaz/portfolio/releases) to find detailed information about each new release, including new features, bug fixes, and improvements.
5. **Stay Updated:** Periodically visit the repository's ["Releases" section](https://github.com/pal-sandeep/portfolio/releases) to find detailed information about each new release, including new features, bug fixes, and improvements.

By following these steps, you'll be sure to stay connected with the latest developments and updates. I appreciate your interest in my portfolio and can't wait to see how it benefits you!

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To report a vulnerability in the repository, please follow these steps:

1. Go to the [Issues](https://github.com/portfolio/repository/issues) section of the repository.

2. Click on the "[New Issue](https://github.com/muhammad-fiaz/portfolio/issues/new)" button.
2. Click on the "[New Issue](https://github.com/pal-sandeep/portfolio/issues/new)" button.

3. Select the "Vulnerability Report" issue template.

Expand Down
16 changes: 7 additions & 9 deletions SUPPORTME.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@

Enjoying my work? Consider supporting me by buying me a cup of coffee or becoming a patron.

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange?logo=buy-me-a-coffee&s=20)](https://www.buymeacoffee.com/muhammadfiaz)
[![Patreon](https://img.shields.io/badge/Patreon-Support-red?logo=patreon&s=20)](https://www.patreon.com/muhammad_fiaz)
<a href="https://ko-fi.com/muhammadfiaz"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Ko-fi" height="20"></a>
[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-muhammad--fiaz-brightgreen?logo=github)](https://github.com/sponsors/muhammad-fiaz)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange?logo=buy-me-a-coffee&s=20)](https://www.buymeacoffee.com/sandeeppal)
[![Patreon](https://img.shields.io/badge/Patreon-Support-red?logo=patreon&s=20)](https://www.patreon.com/SandeepPal)


Thank you for checking out [my portfolio on GitHub](https://github.com/muhammad-fiaz/portfolio)! We're constantly working to improve and enhance the project. To ensure you're always up-to-date with the latest changes, we recommend following these steps:
Thank you for checking out [my portfolio on GitHub](https://github.com/pal-sandeep/portfolio)! We're constantly working to improve and enhance the project. To ensure you're always up-to-date with the latest changes, we recommend following these steps:

1. **Watch This Repository:** Click the ⭐️ "Watch" button at the top right of the page to [receive notifications](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/watching-and-unwatching-repositories) for any new releases, issues, or discussions.

2. **Star the Repository:** If you find my portfolio useful or interesting, consider giving it a [star](https://github.com/muhammad-fiaz/portfolio/stargazers). This helps us gain visibility and shows your appreciation for the project.
2. **Star the Repository:** If you find my portfolio useful or interesting, consider giving it a [star](https://github.com/pal-sandeep/portfolio/stargazers). This helps us gain visibility and shows your appreciation for the project.

3. **Fork for Contributions:** If you're interested in contributing to my portfolio, feel free to [fork](https://github.com/muhammad-fiaz/portfolio/fork) the repository, make changes, and submit a pull request. We welcome contributions from the community!
3. **Fork for Contributions:** If you're interested in contributing to my portfolio, feel free to [fork](https://github.com/pal-sandeep/portfolio/fork) the repository, make changes, and submit a pull request. We welcome contributions from the community!

4. **Join the Discussion:** Check out the [Discussions](https://github.com/muhammad-fiaz/portfolio/discussions) tab to join conversations, ask questions, and share your ideas with other users and contributors.
4. **Join the Discussion:** Check out the [Discussions](https://github.com/pal-sandeep/portfolio/discussions) tab to join conversations, ask questions, and share your ideas with other users and contributors.

5. **Stay Updated:** Periodically visit the repository's ["Releases" section](https://github.com/muhammad-fiaz/portfolio/releases) to find detailed information about each new release, including new features, bug fixes, and improvements.
5. **Stay Updated:** Periodically visit the repository's ["Releases" section](https://github.com/pal-sandeep/portfolio/releases) to find detailed information about each new release, including new features, bug fixes, and improvements.

By following these steps, you'll be sure to stay connected with the latest developments and updates. I appreciate your interest in my portfolio and can't wait to see how it benefits you!

Expand Down
Loading