@reco-inc/upbox-ui 0.1.2 → 1.0.0

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,6 +138,9 @@ Add `class="dark"` to the root element. All color tokens automatically invert.
138
138
 
139
139
  ## 업데이트
140
140
 
141
+ `pnpm install` 은 lockfile 에 고정된 버전을 그대로 설치한다. 새 버전이 나와도
142
+ 자동으로 올라가지 않으므로, 갱신하려면 update 를 실행하고 **바뀐 lockfile 을 커밋한다.**
143
+
141
144
  ```bash
142
145
  pnpm update @reco-inc/upbox-ui
143
146
  ```
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org",
5
5
  "access": "public"
6
6
  },
7
- "version": "0.1.2",
7
+ "version": "1.0.0",
8
8
  "type": "module",
9
9
  "description": "Upbox Design System - Vue 3 Component Library",
10
10
  "license": "UNLICENSED",