@atlaskit/ads-mcp 0.20.1 → 0.20.3

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/ads-mcp
2
2
 
3
+ ## 0.20.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8c59900bcec05`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c59900bcec05) -
8
+ Added AI specific motion examples for ADS MCP
9
+
10
+ ## 0.20.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [`69c45287fc0bb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/69c45287fc0bb) -
15
+ Simplify motion component examples for ADS skill codegen
16
+
17
+ Reduce Motion, ExitingPersistence, StaggeredEntrance, and Resizing from multiple constellation
18
+ examples to a single focused example each, keeping generated skill reference docs concise for AI
19
+ consumers.
20
+
21
+ Also fix `componentToSlug` and `componentsToSkillIndex` not being exported from
22
+ `@atlassian/structured-docs/transforms/component-to-skill-reference`, which caused `codegen:skill`
23
+ to fail with a TypeError.
24
+
3
25
  ## 0.20.1
4
26
 
5
27
  ### Patch Changes