@tumaet/prompt-shared-state 0.0.17 → 0.0.18
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,6 @@ function MyComponent() {
|
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
58
|
```
|
|
59
|
-
|
|
60
59
|
Any changes to the store will be reflected across all microfrontends using this library.
|
|
61
60
|
|
|
62
61
|
### Module Federation Configuration
|
|
@@ -101,3 +100,5 @@ Include **one** of the following keywords in your commit message to indicate how
|
|
|
101
100
|
- Increments the patch version by default (e.g. `1.2.3` → `1.2.4`).
|
|
102
101
|
|
|
103
102
|
If you do not include `major` or `minor` in your commit message, the workflow will assume a **patch** update.
|
|
103
|
+
|
|
104
|
+
When the publishing worked, then a PR with a new version number has been opened. This shall be merged immediately.
|