From f8d141fef8d059c48034ff1facfee48780461bf7 Mon Sep 17 00:00:00 2001 From: karl <2557075675@qq.com> Date: Mon, 22 Apr 2024 14:43:52 +0800 Subject: [PATCH] chore(release): release v1.0.2 --- .github/workflows/release.yml | 2 ++ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a810ac2..580e169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,8 @@ jobs: run: | upload_url=$(gh release view --json uploadUrl -q .uploadUrl) echo "upload_url=$upload_url" >> $GITHUB_OUTPUT + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Upload main.js id: upload-main diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f7401..37ee3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ +## [1.0.2](https://github.com/dream-num/obsidian-univer/compare/1.0.1...1.0.2) (2024-04-22) + + +### Bug Fixes + +* fix lockfile ([b6484c9](https://github.com/dream-num/obsidian-univer/commit/b6484c9c0ba7178caf02351de2a89387fecb0da7)) +* fix the xlsx View & make the plugin desktoponly ([#55](https://github.com/dream-num/obsidian-univer/issues/55)) ([4d65d89](https://github.com/dream-num/obsidian-univer/commit/4d65d893c53ca264d87ac15728cf584ce037239e)) + + +### Features + +* add support for opening .xlsx files ([#54](https://github.com/dream-num/obsidian-univer/issues/54)) ([dc9e8dd](https://github.com/dream-num/obsidian-univer/commit/dc9e8dd459b0a96ee7e98287f32c2314ef6392a3)) +* add the export feature ([#58](https://github.com/dream-num/obsidian-univer/issues/58)) ([ba1a8a2](https://github.com/dream-num/obsidian-univer/commit/ba1a8a2ce5548075741913edae52f93850895867)) +* add the min rowCount & columnCount of the default workbookData ([#59](https://github.com/dream-num/obsidian-univer/issues/59)) ([8483b69](https://github.com/dream-num/obsidian-univer/commit/8483b696dd5dfdf49d9e8232138b08507b40cab5)) +* add the xlsx support setting taps ([#56](https://github.com/dream-num/obsidian-univer/issues/56)) ([35b70fb](https://github.com/dream-num/obsidian-univer/commit/35b70fb6ea8611a1233020e10059ff3a0674425a)) + ## [0.0.13](https://github.com/karlsbeard/obsidian-univer/compare/0.0.12...0.0.13) (2024-04-07) diff --git a/package.json b/package.json index ae746d5..38a31d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum", "license": "Apache-2.0",