@croquiscom/pds 15.19.1 → 15.19.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
+ ## 15.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b59e219: List에서 click event 안되는 오류 수정
8
+
3
9
  ## 15.19.1
4
10
 
5
11
  ### Patch Changes
@@ -3,4 +3,4 @@ import { List } from './List';
3
3
  declare const meta: Meta<typeof List>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof List>;
6
- export declare const Draggable: Story;
6
+ export declare const FullCase: Story;