@atlaskit/ads-mcp 0.19.3 → 0.20.0

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.
Files changed (26) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/tools/get-all-components/components.codegen.js +2 -2
  3. package/dist/cjs/tools/get-lint-rules/lint-rules-structured-content.codegen.js +2 -6
  4. package/dist/es2019/tools/get-all-components/components.codegen.js +2 -2
  5. package/dist/es2019/tools/get-lint-rules/lint-rules-structured-content.codegen.js +2 -6
  6. package/dist/esm/tools/get-all-components/components.codegen.js +2 -2
  7. package/dist/esm/tools/get-lint-rules/lint-rules-structured-content.codegen.js +2 -6
  8. package/dist/types/tools/get-all-components/components.codegen.d.ts +1 -1
  9. package/dist/types/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +1 -1
  10. package/dist/types-ts4.5/tools/get-all-components/components.codegen.d.ts +1 -1
  11. package/dist/types-ts4.5/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +1 -1
  12. package/package.json +3 -3
  13. package/tools/analyze-a11y/package.json +14 -0
  14. package/tools/get-a11y-guidelines/package.json +14 -0
  15. package/tools/get-all-components/package.json +14 -0
  16. package/tools/get-all-icons/package.json +14 -0
  17. package/tools/get-all-tokens/package.json +14 -0
  18. package/tools/get-guidelines/package.json +14 -0
  19. package/tools/get-lint-rules/package.json +14 -0
  20. package/tools/i18n-conversion/package.json +14 -0
  21. package/tools/migration-guides/package.json +14 -0
  22. package/tools/plan/package.json +14 -0
  23. package/tools/search-components/package.json +14 -0
  24. package/tools/search-icons/package.json +14 -0
  25. package/tools/search-tokens/package.json +14 -0
  26. package/tools/suggest-a11y-fixes/package.json +14 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/ads-mcp
2
2
 
3
+ ## 0.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d9d2dbae01e1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9d2dbae01e1a) -
8
+ Export tools allowing for programmatic access.
9
+
10
+ ## 0.19.4
11
+
12
+ ### Patch Changes
13
+
14
+ - [`80a45143b4064`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/80a45143b4064) -
15
+ Update ADS MCP slight documentation of private or internal props.
16
+ - Updated dependencies
17
+
3
18
  ## 0.19.3
4
19
 
5
20
  ### Patch Changes