Skip to content

Commit 68e4bf6

Browse files
committed
chore: release v0.1.2
1 parent b2e454e commit 68e4bf6

File tree

5 files changed

+734
-25857
lines changed

5 files changed

+734
-25857
lines changed

.github/workflows/publish.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
with:
1616
node-version: 22
1717
registry-url: "https://registry.npmjs.org"
18-
- name: Install Dependices
19-
run: make
2018
- name: Pack and Publish
2119
run: |
22-
make build-lib
23-
npm publish --provenance --access public
20+
make build-pub
2421
env:
2522
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2
2+
3+
Some rendering optimize.
4+
15
# 0.1.1
26

37
- Fix error `zooming` logic.

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ build-lib:
1111
-rm -rf dist
1212
$(JK) build
1313

14+
15+
build-pub: bootstrap build-lib
16+
@echo "Build publish"
17+
$(JK) pub -no-b
18+
19+
1420
dev-server:
1521
@echo "Start dev server"
1622
@pnpm exec vite

0 commit comments

Comments
 (0)