Skip to content

Commit

Permalink
Merge pull request #133 from VKCOM/4.12.1
Browse files Browse the repository at this point in the history
4.12.1
  • Loading branch information
8coon authored Jun 3, 2022
2 parents 33e2f6a + 6836615 commit 6865c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '17'
- uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/vkui-tokens",
"version": "4.12.0",
"version": "4.12.1",
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
"license": "MIT",
"main": "utils/descriptions.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"typescript": "4.2.4"
},
"engines": {
"npm": "8.5.5",
"npm": ">=8.5.5",
"yarn": ">=1.21.1 <=1.22.18"
}
}

0 comments on commit 6865c1d

Please sign in to comment.