Skip to content

Commit

Permalink
v2.0.1 - PR#6 by glenn2223
Browse files Browse the repository at this point in the history
# 2.0.1 - 2023-11-14

<small>[Compare to previous release][comp:2.0.1]</small>

### Fixed

-   Element is now correctly positioned when the window has scrolled

### Updated

-   `@topmarksdevelopment/position` to `1.0.1` [Changelog][cl:tp]

### Other

-   Added a test for window scrolling (nothing user-facing)
-   Fixed a test name (nothing user-facing)
-   Developer dependency bumps (nothing user-facing)

[comp:2.0.1]: v2.0.0...v2.0.1
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md
  • Loading branch information
glenn2223 committed Nov 14, 2023
2 parents b425c99 + 16cc0ec commit 8af5730
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
node-version: '20'
- run: npm i tslib
- run: npm ci --no-optional
- run: npm publish --scope=@topmarksdevelopment --access public
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@topmarksdevelopment/hover-box",
"description": "A compact tool to reveal information on hover",
"author": "TopMarksDevelopment",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 8af5730

Please sign in to comment.