Skip to content

Commit

Permalink
Rename to joy-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnewans committed Jan 23, 2024
1 parent d446b07 commit 5d3e56c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- run: npm run package
- uses: actions/upload-artifact@v4
with:
name: joshnewans.joyPanel-${{ github.ref_name }}.foxe
path: joshnewans.joyPanel-${{ github.ref_name }}.foxe
name: joshnewans.joy-panel-${{ github.ref_name }}.foxe
path: joshnewans.joy-panel-${{ github.ref_name }}.foxe
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# joyPanel version history
# joy-panel version history

## 0.0.3

- Rename to `joy-panel`

## 0.0.2

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "joyPanel",
"displayName": "joyPanel",
"name": "joy-panel",
"displayName": "Joystick Panel",
"description": "Foxglove panel extension for joystick/gamepad control.",
"publisher": "Josh Newans",
"homepage": "",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"main": "./dist/extension.js",
"keywords": [],
Expand Down

0 comments on commit 5d3e56c

Please sign in to comment.