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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v8.0.0 #225

Merged
merged 5 commits into from
Jul 13, 2018
Merged

Release v8.0.0 #225

merged 5 commits into from
Jul 13, 2018

Conversation

shawnbot
Copy link
Contributor

@shawnbot shawnbot commented Jul 12, 2018

This is a major version bump because we're changing the name of the @github/octicons-react npm package to @githubprimer/octicons-react (note that the new scope will be "githubprimer"). We will deprecate the github-scoped package as soon as the githubprimer-scoped one is published.

If you're using @github/octicons-react and don't want to see deprecation warnings every time you npm install, do this (once this PR is merged and the release is posted):

npm uninstall --save @github/octicons-react
npm install --save @githubprimer/octicons-react

Then find and replace each instance of the old package with the new one, e.g. with:

perl -pi -e 's#@github/octicons-react#@githubprimer/octicons-react#g' src/**/*.js

That should be it! 馃

Copy link
Contributor

@emplums emplums left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@emplums
Copy link
Contributor

emplums commented Jul 13, 2018

@emplums emplums merged commit 1d6acdb into master Jul 13, 2018
@emplums emplums deleted the release-8.0.0 branch July 13, 2018 00:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants