@phila/phila-ui-link 1.0.2 → 1.0.3-beta.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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Link Component
2
2
 
3
+ <!-- status-badge-start -->
4
+
5
+ ![Status: Stable](https://img.shields.io/badge/-Stable-brightgreen)
6
+
7
+ <!-- status-badge-end -->
8
+
3
9
  A versatile Vue 3 Link component with TypeScript support, Vue Router integration, and external link icon support.
4
10
 
5
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phila/phila-ui-link",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-beta.0",
4
4
  "type": "module",
5
5
  "description": "Link component with suppport for Vue Router",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@phila/phila-ui-core": "2.3.1"
39
+ "@phila/phila-ui-core": "2.3.2-beta.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^24.0.0",