Skip to content

Commit 16cc0ec

Browse files
committed
v2.0.1
# 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
1 parent b425c99 commit 16cc0ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '16.x'
14-
registry-url: 'https://registry.npmjs.org'
13+
node-version: '20'
14+
- run: npm i tslib
1515
- run: npm ci --no-optional
1616
- run: npm publish --scope=@topmarksdevelopment --access public
1717
env:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@topmarksdevelopment/hover-box",
33
"description": "A compact tool to reveal information on hover",
44
"author": "TopMarksDevelopment",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)