@kroo-web/design-system 1.27.1 → 1.27.2

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 +6 -0
  2. package/package.json +1 -1
package/README.MD CHANGED
@@ -22,6 +22,12 @@ or
22
22
  pnpm add @kroo-web/design-system -S
23
23
  ```
24
24
 
25
+ ## 🚀 Releasing
26
+
27
+ This project uses an automated Release Please pipeline. To ensure your features are published correctly, all merged PRs must follow Conventional Commits format.
28
+
29
+ Please read the full [Release Process & Troubleshooting Guide](RELEASE.md) before merging into `main`.
30
+
25
31
  ### Tokens
26
32
 
27
33
  Next, add the following the highest up in your application, usually in the `App.js` or `index.js` file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kroo-web/design-system",
3
- "version": "1.27.1",
3
+ "version": "1.27.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "storybook dev -p 6006",