Skip to content

Commit 9d0d466

Browse files
authored
Release Candidate: 4.1.0-rc2 (#1260)
1 parent af87742 commit 9d0d466

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

β€Ž.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
4646

4747
- run: npm ci
48+
- run: npm run prepublishOnly
4849

4950
- uses: JS-DevTools/npm-publish@v3
5051
with:

β€Ž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
@@ -1,6 +1,6 @@
11
{
22
"name": "universalviewer",
3-
"version": "4.1.0-rc1",
3+
"version": "4.1.0-rc2",
44
"description": "The Universal Viewer is a community-developed open source project on a mission to help you share your πŸ“šπŸ“œπŸ“°πŸ“½οΈπŸ“»πŸ—Ώ with the 🌎",
55
"engines": {
66
"node": ">=18",

0 commit comments

Comments
Β (0)