mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
Compare commits
6 Commits
fix/releas
...
chore/rele
| Author | SHA1 | Date | |
|---|---|---|---|
| 82bc9e7d77 | |||
|
|
b6c4561c28 | ||
| 03858aa1f4 | |||
|
|
9439682235 | ||
| df096126a7 | |||
|
|
4b47df9898 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -28,15 +28,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout release tag
|
- name: Checkout release tag
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.release.tag_name || inputs.tag }}
|
ref: ${{ github.event.release.tag_name || inputs.tag }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
cache: npm
|
registry-url: https://registry.npmjs.org
|
||||||
|
package-manager-cache: false
|
||||||
|
|
||||||
- name: Update npm
|
- name: Update npm
|
||||||
run: npm install --global npm@latest
|
run: npm install --global npm@latest
|
||||||
@@ -111,4 +112,4 @@ jobs:
|
|||||||
DIST_TAG=next
|
DIST_TAG=next
|
||||||
fi
|
fi
|
||||||
|
|
||||||
npm publish ./release/*.tgz --access public --provenance --tag "$DIST_TAG"
|
npm publish --ignore-scripts --access public --tag "$DIST_TAG"
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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
4
package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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-скиллы)
|
||||||
- [Возможности](#возможности)
|
- [Возможности](#возможности)
|
||||||
- [Таблица поддержки](#таблица-поддержки)
|
- [Таблица поддержки](#таблица-поддержки)
|
||||||
- [Требования](#требования)
|
- [Требования](#требования)
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ A CLI for generating SVG sprites and typed icon components for React and Next.js
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ CLI для генерации SVG-спрайтов и типизированны
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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-скиллы)
|
||||||
- [Возможности](#возможности)
|
- [Возможности](#возможности)
|
||||||
- [Таблица поддержки](#таблица-поддержки)
|
- [Таблица поддержки](#таблица-поддержки)
|
||||||
- [Требования](#требования)
|
- [Требования](#требования)
|
||||||
|
|||||||
Reference in New Issue
Block a user