Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

inloco/Semantic-UI-React

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Loco fork of Semantic UI React

The only purpose of this project is to change the original prefix .ui to our prefix .orion.

This project is only used by @inloco/orion and should not be used standalone.

Project resources:

Upgrade to a new version

When Semantic UI React releases a new version, you should follow theses steps:

  1. Create a new branch from a tag: ex: `git checkout -b orion/v0.87.3 v0.87.3

  2. Replace all referecences in the source code from ui to orion. Ex: Commit

  3. Replace the package name from semantic-ui-react to @inloco/semantic-ui-react.

  4. Delete the local and remote tag:

git tag -d v0.87.3
git push origin :refs/tags/v0.87.3
  1. Commit and push the branch.

  2. publish it: yarn publish. Use the same version of the semantic-ui-react package.

  3. It is done. You can upgrade Orion package with the new version.

OBS: We do NOT create PR or merge this branch to master, since we are only replicating the versions created by Semantic UI React.

About

This is a Fork of react semantic ui project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • TypeScript 0.1%