@atlaskit/ads-mcp 0.20.1 → 0.20.2

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