voiptime-components 1.0.6 → 1.0.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.
- package/README.md +20 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Vue 3 + TypeScript + Vite
|
|
2
2
|
|
|
3
|
-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3
|
|
3
|
+
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3
|
|
4
|
+
`<script setup>` SFCs, check out
|
|
5
|
+
the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
6
|
|
|
5
|
-
Learn more about the recommended Project Setup and IDE Support in
|
|
7
|
+
Learn more about the recommended Project Setup and IDE Support in
|
|
8
|
+
the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
|
9
|
+
|
|
10
|
+
# Patch версія (0.0.29 → 0.0.30)
|
|
11
|
+
|
|
12
|
+
git commit -m "fix: виправлено помилку з компонентом"
|
|
13
|
+
|
|
14
|
+
# Minor версія (0.0.29 → 0.1.0)
|
|
15
|
+
|
|
16
|
+
git commit -m "feat: додано новий компонент Button"
|
|
17
|
+
|
|
18
|
+
# Major версія (0.0.29 → 1.0.0)
|
|
19
|
+
|
|
20
|
+
git commit -m "feat!: змінено API компонента
|
|
21
|
+
BREAKING CHANGE: параметр color тепер приймає тільки hex значення"
|
|
22
|
+
|
|
23
|
+
git push origin main
|