@moda/om 19.4.1 → 19.4.3
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 -3
- package/dist/index.cjs.js +203 -270
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +203 -270
- package/dist/index.esm.js.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @moda/om
|
|
2
2
|
|
|
3
|
-
[](https://github.com/semantic-release/semantic-release) [](https://www.npmjs.com/package/@moda/om) [](https://github.com/semantic-release/semantic-release) [](https://www.npmjs.com/package/@moda/om) [](https://circleci.com/gh/ModaOperandi/om)
|
|
4
4
|
|
|
5
5
|
Moda Operandi's design system expressed as React components.
|
|
6
6
|
|
|
@@ -67,7 +67,7 @@ We are using [semantic release](https://github.com/semantic-release/semantic-rel
|
|
|
67
67
|
|
|
68
68
|
Once you want to commit something, `git add` it then run the commitizen CLI. If you have it installed globally (`npm install -g commitizen`), you can run `git cz` and it will walk you through the steps.
|
|
69
69
|
|
|
70
|
-
When you're happy push to a feature branch and once the code is in `
|
|
70
|
+
When you're happy push to a feature branch and once the code is in `main`, semantic release will detect how to version it and automatically publish it to NPM.
|
|
71
71
|
|
|
72
72
|
## Usage
|
|
73
73
|
|
|
@@ -101,4 +101,3 @@ body {
|
|
|
101
101
|
padding: spacing(2, 4);
|
|
102
102
|
}
|
|
103
103
|
```
|
|
104
|
-
|