@mittwald/flow-react-components 1.1.0-next.10 → 1.1.0-next.11
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/MIGRATION.md +389 -144
- package/README.md +2 -1
- package/USAGE.md +2 -1
- package/dist/assets/component-index.json +1 -1
- package/dist/assets/doc-properties.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -37,7 +37,8 @@ import { Button } from "@mittwald/flow-react-components";
|
|
|
37
37
|
- <https://storybook.flow-components.de> — Storybook.
|
|
38
38
|
- `@mittwald/flow-react-components/component-index` — a JSON index of every
|
|
39
39
|
public component with its lifecycle status and props.
|
|
40
|
-
- [MIGRATION.md](./MIGRATION.md) — upgrade notes.
|
|
40
|
+
- [MIGRATION.md](./MIGRATION.md) — upgrade notes. The codemods among them run
|
|
41
|
+
from one command: `npx @mittwald/flow-codemods@latest upgrade`.
|
|
41
42
|
|
|
42
43
|
## Contributing
|
|
43
44
|
|
package/USAGE.md
CHANGED
|
@@ -190,4 +190,5 @@ Also:
|
|
|
190
190
|
- Documentation — <https://flow.mittwald.de>
|
|
191
191
|
- Storybook — <https://storybook.flow-components.de>
|
|
192
192
|
- Source and issues — <https://github.com/mittwald/flow>
|
|
193
|
-
- Upgrade notes — [MIGRATION.md](./MIGRATION.md)
|
|
193
|
+
- Upgrade notes — [MIGRATION.md](./MIGRATION.md), applied by
|
|
194
|
+
`npx @mittwald/flow-codemods@latest upgrade`
|