Skip to content

Commit

Permalink
chore(release): v0.1.0-beta.2 (#1116)
Browse files Browse the repository at this point in the history
* chore(release): v0.1.0-beta.2

* fix: fix ci
  • Loading branch information
jikkai authored Jan 12, 2024
1 parent eda5cc5 commit 1bc86ab
Show file tree
Hide file tree
Showing 28 changed files with 25 additions and 603 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16, 18]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -54,7 +50,6 @@ jobs:

# TODO: cross fork PR will not trigger this action
- name: 🧬 Report coverage
if: matrix.node-version == '18'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "univer",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"private": true,
"scripts": {
"prepare": "husky install",
Expand All @@ -24,7 +24,6 @@
"author": "DreamNum Inc. <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@playwright/test": "^1.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/core",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Core library for Univer.",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/design",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UI component library for building exceptional Univer.",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-ui",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Univer normal ui-plugin-docs",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal base-docs",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-formula",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal base-formula-engine",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-numfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-numfmt",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal plugin UI manager",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-render",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal base-render",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/facade",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/find-replace",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/image",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/network",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"keywords": [],
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/rpc",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"keywords": [],
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-find/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-find",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal plugin find",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-formula",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
"main": "./lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-import-xlsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-import-xlsx",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal sheets-plugin-import-xlsx",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-numfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-numfmt",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet numfmt plugin",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-ui",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal ui-plugin-sheets",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-zen-editor",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Zen Editor plugin for Univer Sheets.",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal base-sheets",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/slides-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/slides-ui",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Univer normal ui-plugin-slides",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/slides/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/slides",

"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
"main": "./lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/ui",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UniverSheet normal plugin UI manager",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/uniscript",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "UI component library for building exceptional Univer.",
"keywords": [],
"author": "DreamNum <[email protected]>",
Expand Down
Loading

0 comments on commit 1bc86ab

Please sign in to comment.