Skip to main content

Redback UI

Document Creation: 7 May, 2024. Last Edited: 29 September, 2024. Authors: Leesa Ward.

Using Redback UI

info

You can find the lastest version of Redback UI on NPM.

Installation instructions (for projects not already using it) and overall guidance on how to get started can be found in the repository README. (Note: This is the same as what is shown on the NPM page - NPM automatically uses the README file from the latest release.)

Please visit the Redback UI Storybook for documentation of the individual components.

Creating a new release

When a new feature, bug fix, enhancement, etc. is merged into the main branch, or a collection of them are merged and ready to be released at the same time, a new release must be created and published for the changes to be available to other projects.

warning

This process must be performed by someone with write access to the GitHub repository.

Step 1. Increment version

Create a branch and update the version number in the package.json file. Version in package.json

Raise a PR to merge the changes into the main branch, and when it is approved and merged, you can proceed to the next step.