@bloomreach/react-banana-ui 1.25.0 → 1.25.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.
package/README.md CHANGED
@@ -10,6 +10,11 @@ possibly some specialized items as well.
10
10
  Visit the library [storybook](https://design.corp.bloomreach.com/storybooks/react-banana-ui/master/) to view the latest available components.
11
11
 
12
12
 
13
+ ## Guide from Figma Design to the React Banana UI Components
14
+
15
+ Use the following [guide](./docs/guide-from-figma-to-rbui.md) to translate a Figma design into a functional page using RBUI components.
16
+
17
+
13
18
  ## Using library in a project
14
19
 
15
20
  Install the library as a dependency in the project
@@ -127,7 +132,7 @@ Additional types are not mandated by the Conventional Commits specification, and
127
132
  │ │
128
133
  │ └─⫸ Commit Scope: Right now not used but will be expanded in the near future.
129
134
 
130
- └─⫸ Commit Type: build|chore|ci|docs|feat|feature|fix|perf|refactor|style|test.
135
+ └─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refactor|style|test.
131
136
  ```
132
137
 
133
138
  The `<type>` and `<summary>` fields are mandatory, the `(<scope>)` field is optional and not used now.
@@ -141,7 +146,6 @@ Must be one of the following:
141
146
  * `ci` - changes to our CI configuration files and scripts. Hidden from the release notes;
142
147
  * `docs` - documentation only changes. Hidden from the release notes;
143
148
  * `feat` - a new feature. Appeared in the release notes under section `Features`;
144
- * `feature` - the alias for the type`feat`;
145
149
  * `fix` - a bug fix. Appeared in the release notes under section `Bug Fixes`;
146
150
  * `perf` - a code change that improves performance. Appeared in the release notes under section `Performance Improvements`;
147
151
  * `refactor` - a code change that neither fixes a bug nor adds a feature. Hidden from the release notes;