Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tscircuit/schematic-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: tscircuit/schematic-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 10, 2024

  1. v2.0.2

    actions-user committed Dec 10, 2024
    Copy the full SHA
    3593674 View commit details
  2. add build step

    seveibar committed Dec 10, 2024
    Copy the full SHA
    a251705 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 .github/workflows/bun-pver-release.yml
  2. +1 −1 package.json
1 change: 1 addition & 0 deletions .github/workflows/bun-pver-release.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: bun install --frozen-lockfile
- run: bun run build
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tscircuit/schematic-viewer",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"type": "module",
"scripts": {