@bcgov-sso/common-react-components 1.28.3 → 1.28.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # SSO React Components
2
2
 
3
+ ![Lifecycle:Stable](https://img.shields.io/badge/Lifecycle-Stable-97ca00)
4
+
3
5
  This library contains common react components shared by the SSO CSS app and realm registry.
4
6
  See the github pages link for a storybook instance of components.
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov-sso/common-react-components",
3
- "version": "1.28.3",
3
+ "version": "1.28.4",
4
4
  "description": "common react components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",