Skip to content

Commit

Permalink
V6.10.1 (#837)
Browse files Browse the repository at this point in the history
* fix

* fix

* fix

* fix
  • Loading branch information
bokuweb authored Nov 6, 2024
1 parent b4ce6c5 commit 8d690d2
Show file tree
Hide file tree
Showing 3 changed files with 8,249 additions and 7,332 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: lint
Expand All @@ -26,7 +26,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: tsc
Expand All @@ -41,7 +41,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re-resizable",
"version": "6.10.0",
"version": "6.10.1",
"description": "Resizable component for React.",
"title": "re-resizable",
"main": "./lib/index.es5.js",
Expand Down
Loading

0 comments on commit 8d690d2

Please sign in to comment.