sep-yui 0.0.80 → 0.1.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.
package/README.md CHANGED
@@ -42,5 +42,18 @@ App.vue
42
42
  <Toggle :disabled="true" :backgroundColor="'red'" />
43
43
  </template>
44
44
  <script setup lang="ts"></script>
45
- <styles lang="scss"></styles>
45
+ <styles scoped></styles>
46
46
  ```
47
+
48
+ ## Разработка
49
+
50
+ ### Публикация пакетов
51
+
52
+ Обязательно через команду, так как генерятся changelog. Для этого используем:
53
+ [changeloggen](https://unjs.io/packages/changelogen/)
54
+
55
+ ```sh
56
+ pnpm run build:lib
57
+ ```
58
+
59
+ Токен можно для публикации можно получить у менеджера.