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

refactor(project): stardust => semantic-ui-react #608

Merged
merged 18 commits into from
Oct 3, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Oct 3, 2016

This PR renames stardust references to semantic-ui-react in preparation for migration:

Stardust                            =>      Semantic-UI-React
stardust                            =>      semantic-ui-react
import { Button } from 'stardust'   =>      import { Button } from 'semantic-ui-react'
import * as stardust from 'src'     =>      import * as semanticUIReact from 'src'
window.stardust                     =>      window.semanticUIReact
localStorage.stardust               =>      localStorage.semanticUIReact

@codecov-io
Copy link

codecov-io commented Oct 3, 2016

Current coverage is 100% (diff: 100%)

No coverage report found for master at 0afbf4f.

Powered by Codecov. Last update 0afbf4f...3928e2b

@jeffcarbs
Copy link
Member

Pulled this down locally and stardustCompleter was the only reference I saw that still needs to be changed.

@levithomason
Copy link
Member Author

Thanks, working on the doc site editor import rewrite magic/hack ATM. Once I get that done, I'll manually test the doc site and browser build. If all that checks out, then we're good publish under the new module name for the first time!

@levithomason levithomason force-pushed the chore/remove-stardust-references branch from 4f8da96 to 1618f08 Compare October 3, 2016 22:17
@levithomason levithomason force-pushed the chore/remove-stardust-references branch from 96d0295 to 3928e2b Compare October 3, 2016 22:46
@levithomason
Copy link
Member Author

Oh boy, a little nervous to push this button :S Here goes!

@levithomason levithomason merged commit dce9fa6 into master Oct 3, 2016
@levithomason
Copy link
Member Author

OK, released as semantic-ui-react@0.53.0 🎉

I expect some triage to follow...

@levithomason levithomason deleted the chore/remove-stardust-references branch October 3, 2016 22:59
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.

3 participants