@surgeui/ds-vue 1.0.2 → 1.0.3

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,19 @@
2
2
 
3
3
  A modern **Vue.js 3** component library with Composition API, designed to create beautiful and consistent user interfaces.
4
4
 
5
- [![npm version](https://badge.fury.io/js/%40surgeup%2Fds-vue.svg)](https://www.npmjs.com/package/@surgeui/ds-vue)
5
+ [![npm](https://img.shields.io/npm/v/@surgeui/ds-vue)](https://www.npmjs.com/package/@surgeui/ds-vue)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
  [![Vue 3](https://img.shields.io/badge/Vue-3.x-4FC08D.svg)](https://vuejs.org/)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-3178C6.svg)](https://www.typescriptlang.org/)
9
9
 
10
10
 
11
+ > This release is intended entirely for testing and solution optimization.
12
+ > The goal is to explore different technical approaches in order to identify the best way to build and structure the design system.
13
+ >
14
+ > Therefore, this is not a stable release.
15
+ > The first officially stable version will be 2.0.
16
+
17
+
11
18
  ## ✨ Features
12
19
 
13
20
  - 🎨 **Modern Design** - Polished and professional components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surgeui/ds-vue",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",