Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-manager[bot] committed Oct 2, 2023
2 parents 30cf5d1 + 9972f46 commit 0176598
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
lint:
uses: jill64/workflows/.github/workflows/lint.yml@main
secrets: inherit
check:
uses: jill64/workflows/.github/workflows/check.yml@main
publish-pages:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jill64/svelte-pagination",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"description": "Pagination component for Svelte",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@playwright/test": "1.38.1",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/package": "2.2.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "2.33.2",
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0176598

Please sign in to comment.