@edu-tosel/design 1.0.245 → 1.0.246

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.245",
3
+ "version": "1.0.246",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
@@ -11,6 +11,6 @@ export default function copyToClipboard(value) {
11
11
  });
12
12
  }
13
13
  else {
14
- alert("복사할 값이 없습니다."); // 값이 없을 경우 alert로 알림
14
+ alert("서비스 준비 중입니다."); // 값이 없을 경우 alert로 알림
15
15
  }
16
16
  }
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.245
1
+ 1.0.246