Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 17, 2024
1 parent b2e454e commit 68e4bf6
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 25,857 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install Dependices
run: make
- name: Pack and Publish
run: |
make build-lib
npm publish --provenance --access public
make build-pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.2

Some rendering optimize.

# 0.1.1

- Fix error `zooming` logic.
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ build-lib:
-rm -rf dist
$(JK) build


build-pub: bootstrap build-lib
@echo "Build publish"
$(JK) pub -no-b


dev-server:
@echo "Start dev server"
@pnpm exec vite
Expand Down
Loading

0 comments on commit 68e4bf6

Please sign in to comment.