@croquiscom/pds 0.5.1 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 13a0d62: Tooltip 컴포넌트 추가
8
+
9
+ ## 0.5.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 05830f6: PDS 라이브러리 이관 이후 병합된 미변환 className 처리
14
+
3
15
  ## 0.5.1
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -11,3 +11,4 @@ export * from './foundation';
11
11
  export * from './switch';
12
12
  export * from './divider';
13
13
  export * from './form';
14
+ export * from './tooltip';