demio-ui 2.1.1 → 2.1.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
@@ -17,11 +17,6 @@ As a small team, we need to build and maintain our UI library quickly and with a
17
17
 
18
18
  ## Project Roadmap
19
19
 
20
- - during the current development process, we will support two major versions of the Demio-UI library
21
-
22
- - 2.x.x - the current version is used in UD and Room apps and will be supported until we migrate to 3.x.x
23
- - 3.x.x - the new version of Demio-UI library that will include all new components and updates of existing components
24
-
25
20
  - add www.chromatic.com integration to include designer in the UI components reviewing process
26
21
  - add CSS variables to variables.css from [Figma](<https://www.figma.com/file/cIDRvlVWwtmu3wCrFZ27IY/Demio-Design-Kit-(New)?node-id=5162%3A8032&mode=dev>)
27
22
  - add color palette `--demio-ui-color-{color-name}-{color-shade}`
@@ -150,7 +145,7 @@ Storybook is a UI library development environment and component showcase. It all
150
145
  1. Try to cover the main component variants in Storybook stories.
151
146
  2. Add all `argTypes` and `args` to your component stories.
152
147
 
153
- We have automated deployment of Storybook to [CDN](https://cdn.dev.demio.com/storybook/storybook-static/index.html?path=/docs/components-button--docs) on every push to the `master` branch.
148
+ We have automated deployment of Storybook to [CDN](https://cdn.dev.demio.com/storybook/storybook-static/index.html?path=/docs/components-button--docs) on every push to the `main` branch.
154
149
 
155
150
  ## Testing
156
151
 
@@ -163,10 +158,11 @@ Testing commands:
163
158
  ## Publishing
164
159
 
165
160
  When publishing a new version of the library, follow these steps:
161
+ Try to follow [Semantic Versioning](https://semver.org/) rules and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
166
162
 
167
163
  - update the CHANGELOG.md file with the description of the changes
168
164
  - `npm version <major|minor|patch>` - bump the version
169
- - `npm publish` - publish to NPM (only from master branch)
165
+ - `npm publish` - publish to NPM (only from main branch)
170
166
  - push changes to the git
171
167
  - share CHANGELOG.md changes with the team in Slack dev channel
172
168