@croquiscom/pds 3.10.0-alpha.4 → 3.10.0-alpha.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 3.10.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 파트너센터 확인용 console
8
+
3
9
  ## 3.10.0-alpha.4
4
10
 
5
11
  ### Patch Changes
@@ -63,6 +69,12 @@
63
69
  - 3f5b2e1: - DateRangePicker 날짜가 모두 입력된 상태에서 열었을 때 시작일 또는 종료일을 현재 선택된 날짜와 관계없이 모두 선택 가능
64
70
  - DateRangePicker 범위 선택 hover ui 변경
65
71
 
72
+ ## 3.10.0
73
+
74
+ ### Minor Changes
75
+
76
+ - ecf6746: 인사이트 셀러피드백 아이콘 추가
77
+
66
78
  ## 3.9.0
67
79
 
68
80
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croquiscom/pds",
3
- "version": "3.10.0-alpha.4",
3
+ "version": "3.10.0-alpha.5",
4
4
  "description": "Design system for Zigzag's Partner Center",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.es.js",