@prefecthq/prefect-ui-library 1.1.24 → 1.1.26
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/dist/{index-07a733e1.mjs → index-37059d1b.mjs} +25347 -29697
- package/dist/index-37059d1b.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +664 -663
- package/dist/prefect-ui-library.mjs.map +1 -1
- package/dist/prefect-ui-library.umd.js +93 -97
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/compositions/useWorkspaceRoutes.d.ts +7 -0
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/models/Filters.d.ts +1 -1
- package/dist/types/src/models/api/Filters.d.ts +4 -1
- package/dist/types/src/router/routes.d.ts +7 -0
- package/dist/types/src/services/WorkspaceBlockDocumentsApi.d.ts +1 -0
- package/dist/{viewport.es-20251669-23eaf1c3.mjs → viewport.es-20251669-990a96d6.mjs} +3 -2
- package/dist/{viewport.es-20251669-23eaf1c3.mjs.map → viewport.es-20251669-990a96d6.mjs.map} +1 -1
- package/package.json +4 -4
- package/dist/index-07a733e1.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -53,5 +53,5 @@ OR
|
|
|
53
53
|
npm i @prefecthq/prefect-ui-library@0.1.60 --save --save-exact
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
##
|
|
57
|
-
This project does not follow SEM versioning and major, minor, and patch updates mostly signify progress toward objectives. Breaking changes are introduced regularly without releasing a major version.
|
|
56
|
+
## Versioning
|
|
57
|
+
This project does not follow SEM versioning and major, minor, and patch updates mostly signify progress toward objectives. Breaking changes are introduced regularly without releasing a major version. For more information, see the [Prefect versioning docs](https://docs.prefect.io/contributing/versioning/)
|