5 Commits

Author SHA1 Message Date
Gromov Sergei
38068d7c9f Merge pull request #6 from gromov-sergei/chore/release-1.1.1
chore(release): подготовить версию 1.1.1
2026-07-11 12:16:36 +03:00
82bc9e7d77 chore(release): подготовить версию 1.1.1 2026-07-11 12:14:43 +03:00
Gromov Sergei
b6c4561c28 Merge pull request #5 from gromov-sergei/docs/add-skill-download-links
docs: добавить ссылки на скачивание скиллов
2026-07-11 12:10:49 +03:00
03858aa1f4 docs: добавить ссылки на скачивание скиллов
- добавлены latest-ссылки на английский и русский архивы
- добавлена ссылка на SHA-256-суммы
- обновлены references обоих generated-скиллов
2026-07-11 12:08:39 +03:00
Gromov Sergei
9439682235 Merge pull request #4 from gromov-sergei/fix/npm-oidc-publish
fix: настроить OIDC-публикацию npm
2026-07-11 11:12:25 +03:00
8 changed files with 45 additions and 3 deletions

View File

@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI Skills
- [🇬🇧 Download the English skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Download the Russian skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Verify downloads with SHA-256 checksums](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Navigation ## Navigation
- [AI Skills](#ai-skills)
- [Features](#features) - [Features](#features)
- [Support matrix](#support-matrix) - [Support matrix](#support-matrix)
- [Requirements](#requirements) - [Requirements](#requirements)

View File

@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI-скиллы
- [🇬🇧 Скачать английский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Скачать русский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Проверить SHA-256-суммы файлов](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Навигация ## Навигация
- [AI-скиллы](#ai-скиллы)
- [Возможности](#возможности) - [Возможности](#возможности)
- [Таблица поддержки](#таблица-поддержки) - [Таблица поддержки](#таблица-поддержки)
- [Требования](#требования) - [Требования](#требования)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@gromlab/svg-sprites", "name": "@gromlab/svg-sprites",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gromlab/svg-sprites", "name": "@gromlab/svg-sprites",
"version": "1.1.0", "version": "1.1.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colorette": "^2.0.20", "colorette": "^2.0.20",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gromlab/svg-sprites", "name": "@gromlab/svg-sprites",
"version": "1.1.0", "version": "1.1.1",
"description": "Generate SVG sprites and typed icon components for React and Next.js", "description": "Generate SVG sprites and typed icon components for React and Next.js",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI Skills
- [🇬🇧 Download the English skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Download the Russian skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Verify downloads with SHA-256 checksums](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Navigation ## Navigation
- [AI Skills](#ai-skills)
- [Features](#features) - [Features](#features)
- [Support matrix](#support-matrix) - [Support matrix](#support-matrix)
- [Requirements](#requirements) - [Requirements](#requirements)

View File

@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI-скиллы
- [🇬🇧 Скачать английский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Скачать русский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Проверить SHA-256-суммы файлов](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Навигация ## Навигация
- [AI-скиллы](#ai-скиллы)
- [Возможности](#возможности) - [Возможности](#возможности)
- [Таблица поддержки](#таблица-поддержки) - [Таблица поддержки](#таблица-поддержки)
- [Требования](#требования) - [Требования](#требования)

View File

@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI Skills
- [🇬🇧 Download the English skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Download the Russian skill (latest)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Verify downloads with SHA-256 checksums](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Navigation ## Navigation
- [AI Skills](#ai-skills)
- [Features](#features) - [Features](#features)
- [Support matrix](#support-matrix) - [Support matrix](#support-matrix)
- [Requirements](#requirements) - [Requirements](#requirements)

View File

@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png) ![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## AI-скиллы
- [🇬🇧 Скачать английский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites.zip)
- [🇷🇺 Скачать русский скилл (последняя версия)](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
- [Проверить SHA-256-суммы файлов](https://github.com/gromov-sergei/svg-sprites/releases/latest/download/SHA256SUMS)
## Навигация ## Навигация
- [AI-скиллы](#ai-скиллы)
- [Возможности](#возможности) - [Возможности](#возможности)
- [Таблица поддержки](#таблица-поддержки) - [Таблица поддержки](#таблица-поддержки)
- [Требования](#требования) - [Требования](#требования)