Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colejd committed Nov 16, 2021
2 parents e21b614 + d9bf56b commit fbdf5f8
Show file tree
Hide file tree
Showing 12 changed files with 5,644 additions and 7,672 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: [build, publish-npm]
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
cache: 'npm'
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
# publish-gpr:
# needs: [build, publish-npm]
# runs-on: ubuntu-latest
# permissions:
# contents: read
# packages: write
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 14
# cache: 'npm'
# registry-url: https://npm.pkg.github.com/
# - run: npm ci
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.14.2

- Fixed extra padding below `range` and `color` components
- Fixed vertical alignment of `title` component

## 0.14.1

- Fixed incorrect `interval` height and background
Expand Down
9 changes: 5 additions & 4 deletions lib/guify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/guify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/guify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/guify.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit fbdf5f8

Please sign in to comment.