pds-dev-kit-web 0.6.13 → 0.6.14

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/package.json +2 -2
  2. package/release-note.md +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "i18next-browser-languagedetector": "^6.1.2",
22
22
  "i18next-intervalplural-postprocessor": "^3.0.0",
23
23
  "nuka-carousel": "^4.8.4",
24
- "react-hook-form": "^7.28.1",
24
+ "react-hook-form": "^7.7.1",
25
25
  "react-i18next": "^11.12.0",
26
26
  "react-router-dom": "^5.2.0",
27
27
  "react-scripts": "4.0.3",
package/release-note.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # UW Release Notes
2
- ## [v0.6.13]
2
+ ## [v0.6.14]
3
3
 
4
4
 
5
5
  ### Package
6
- * react-hook-form v7.7.1에서 v7.28.1로 업데이트
7
- ### Component
8
- * Spacing
9
- * min-width와 min-height 추가
6
+ * react-hook-form v7.28.1에서 v7.7.1로 다운그레이드