@platformos/platformos-check-docs-updater 0.0.19 → 0.0.20
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/CHANGELOG.md +11 -0
- package/data/filters.json +1 -1
- package/data/graphql.graphql +69 -9
- package/data/latest.json +1 -1
- package/data/tags.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @platformos/theme-check-docs-updater
|
|
2
2
|
|
|
3
|
+
## 0.0.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bc1b71f: Release changes accumulated since 0.0.19: multi-line and JSON support in tags, refreshed warnings for referenced partials, platformos-graph project structural/dependency model for the supervisor, and updated linter documentation data.
|
|
8
|
+
- MCP Supervisor
|
|
9
|
+
- Updated dependencies [bc1b71f]
|
|
10
|
+
- Updated dependencies [4b6e0aa]
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @platformos/platformos-check-common@0.0.20
|
|
13
|
+
|
|
3
14
|
## 0.0.19
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|