@movable/ui 3.21.0 → 4.0.0-alpha.0
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,9 +86,9 @@ This consolidated approach reduces duplicate snapshots and CI runtime while main
|
|
|
86
86
|
|
|
87
87
|
## Conventional Commits
|
|
88
88
|
|
|
89
|
-
This repo
|
|
89
|
+
This repo uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to drive automated versioning. Commits are linted both pre-commit and in PR checks.
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
**Breaking changes** must use `feat!:` or include a `BREAKING CHANGE:` footer — see [CONTRIBUTING.md](./CONTRIBUTING.md#breaking-changes) for details.
|
|
92
92
|
|
|
93
93
|
```
|
|
94
94
|
fix(percy): added percy snapshots for all component states
|