@croquiscom/pds 3.4.0 → 3.4.1

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,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 3.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f49470b: export되지 않은 Menu 부속 컴포넌트 export 하도록 수정
8
+
3
9
  ## 3.4.0
4
10
 
5
11
  ### Minor Changes
@@ -1 +1,3 @@
1
1
  export * from './Menu';
2
+ export * from './MenuItem';
3
+ export * from './MenuGroup';