@croquiscom/pds 12.1.1 → 12.1.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,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 12.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 573ee71: Breadcrumb 라벨 커스텀할 경우 링크 스타일 지원
8
+
3
9
  ## 12.1.1
4
10
 
5
11
  ### Patch Changes
@@ -9,3 +9,4 @@ export declare const Disabled: Story;
9
9
  export declare const WithLink: Story;
10
10
  export declare const WithIcon: Story;
11
11
  export declare const OnlyIcon: Story;
12
+ export declare const CustomLink: Story;