File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 pnpm install
3535 make build
3636 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
37- pnpm publish --no-git-checks --tag alpha || true
37+ pnpm publish --no-git-checks || true
3838 unlink katex/README.md && cp README.md katex/README.md
3939 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > katex/.npmrc
40- cd katex && pnpm publish --no-git-checks --tag alpha || true
40+ cd katex && pnpm publish --no-git-checks || true
Original file line number Diff line number Diff line change 11{
22 "name" : " react-ipynb-renderer-katex" ,
33 "homepage" : " https://docs.walkframe.com/products/react-ipynb-renderer/" ,
4- "version" : " 2.3.0-rc.0 " ,
4+ "version" : " 2.3.0" ,
55 "description" : " A react component that displays an ipynb file for katex." ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-ipynb-renderer" ,
33 "homepage" : " https://docs.walkframe.com/react-ipynb-renderer" ,
4- "version" : " 2.3.0-rc.0 " ,
4+ "version" : " 2.3.0" ,
55 "description" : " A react component that displays an ipynb file." ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments