Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkegaard committed Jan 3, 2024
1 parent 65bd46f commit 8cab96c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-gpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: "@kirkegaard"
- run: yarn
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: "@kirkegaard"
- run: yarn
- run: yarn build
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirkegaard/react-use-canvas",
"version": "0.1.2",
"version": "0.1.3",
"description": "A tiny hook to render canvas",
"author": "Christian Kirkegaard <christian@lowpoly.dk>",
"main": "./dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"bugs": {
"url": "https://github.com/kirkegaard/react-use-canvas/issues"
},
"homepage": "https://github.com/kirkegaard/react-use-canvas#readme",
"homepage": "https://kirkegaard.github.io/react-use-canvas",
"directories": {
"example": "example"
},
Expand Down

0 comments on commit 8cab96c

Please sign in to comment.