@vestow/vue 0.1.0 → 0.1.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -229,5 +229,5 @@ dependency thật, nên pnpm sẽ đi tìm trên registry. Trỏ nó về tarbal
229
229
 
230
230
  ```yaml
231
231
  overrides:
232
- '@vestow/theme': file:/đường/dẫn/woodblock-theme-0.1.0.tgz
232
+ '@vestow/theme': file:/đường/dẫn/vestow-theme-0.1.1.tgz
233
233
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vestow/vue",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Bộ component Vue 3 của WoodBlock: 89 component trên nền Reka UI, kèm 27 bảng cva và bộ chuỗi i18n của chính thư viện. Token và theme ở @vestow/theme.",
6
6
  "license": "MIT",
7
7
  "sideEffects": [
@@ -36,7 +36,7 @@
36
36
  "@tanstack/vue-virtual": "^3.13.36",
37
37
  "@unovis/ts": "^1.6.7",
38
38
  "@unovis/vue": "^1.6.7",
39
- "@vestow/theme": "0.1.0",
39
+ "@vestow/theme": "0.1.1",
40
40
  "class-variance-authority": "^0.7.1",
41
41
  "clsx": "^2.1.1",
42
42
  "embla-carousel": "^8.6.0",