Skip to content
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

Update Simple Icons Version #75

Open
adamrusted opened this issue Nov 26, 2023 · 5 comments
Open

Update Simple Icons Version #75

adamrusted opened this issue Nov 26, 2023 · 5 comments

Comments

@adamrusted
Copy link

From the next major release of simple-icons (v11, releasing on May 26, 2024), We will begin removing third-party extensions from our README list that are not up to date with at least the previous major release.
For example, when v11 is released, we will remove any extensions that don't support v10.0.0 or higher.

How do I keep my package up to date?

There are two methods that prove most popular among other maintainers. It is up to you which you implement.

Using @latest from a CDN

Projects that use the CDN version of the project (jsDelivr/unpkg) can keep up to date simply by changing the version number in their code to @latest. That way - you're always using the most up to date version of the icon package.

Running a weekly CRON

Many of our third party contributors make use of GitHub actions, and a weekly CRON job to query that the version number of the main package has changed, and then update and build their own package. A great example of this is the DrawIO package by mondeja. The main package is released consistently on a Sunday - so we recommend running your CRON job on a Monday or Tuesday.


When you've got your extension running one of the above methods, drop us a Pull Request to update your version number on the README.

If you're in need of any support in implementing one of the above - please feel free to start a discussion or ask us on Discord.

@wootsbot
Copy link
Member

@adamrusted This package will be kept up to date. Unfortunately, work has taken up a lot of my time and I have made little progress with the strategy to always stay updated, but during this vacation, I will have enough time.

@fromaline
Copy link

fromaline commented Jan 19, 2024

@wootsbot, hi! Thanks for maintaining the project! Do you plan to continue and keep up with latest simple-icons releases?

@wootsbot
Copy link
Member

@wootsbot, hi! Thanks for maintaining the project! Do you plan to continue and keep up with latest simple-icons releases?

Of course, I am currently on paternity leave from work, so I have a few days to focus on my projects. I plan to release a new version in the coming days.

@fromaline
Copy link

Of course, I am currently on paternity leave from work, so I have a few days to focus on my projects. I plan to release a new version in the coming days.

Sounds awesome, thank you for sharing your plans ❤️

@debuggerpk
Copy link
Contributor

debuggerpk commented Feb 25, 2024

Thanks @wootsbot for your work. I have added a PR #78 to update this to latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants