@citruslime/ui 4.1.0-beta.7 → 4.1.0-beta.8

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 +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ A Vue 3 library, written in TypeScript, which provides custom UI components.
9
9
  - 📖 [Documentation & API](https://uilibrary.citruslime.com)
10
10
  - 📌 [Citrus-Lime Ltd](https://www.citruslime.com)
11
11
 
12
- ### Install
12
+ ## Install
13
13
 
14
14
  `pnpm add @citruslime/ui`
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@citruslime/ui",
3
3
  "type": "module",
4
- "version": "4.1.0-beta.7",
4
+ "version": "4.1.0-beta.8",
5
5
  "author": {
6
6
  "name": "Citrus-Lime Ltd",
7
7
  "url": "https://citruslime.com"
@@ -31,8 +31,8 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@citruslime/utils": "2.0.6-beta.0",
35
- "@citruslime/vue-utils": "2.0.3-beta.0",
34
+ "@citruslime/utils": "2.0.7-beta.2",
35
+ "@citruslime/vue-utils": "2.0.4-beta.1",
36
36
  "@iconify/vue": "^4.3.0",
37
37
  "@popperjs/core": "^2.11.8",
38
38
  "@tailwindcss/postcss": "^4.0.17",