Skip to content

Commit

Permalink
chore(release): publish 3.2.0-beta.1 --tag=beta
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Nov 19, 2023
1 parent 39f808a commit 7462dad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
- recursive: true
args: [--frozen-lockfile]
- name: build
run: pnpm build
run: |
cp README.md packages/taro-ui
pnpm build
# Git stash
- name: Drop current changes
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-demo-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo-rn",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-docs",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"description": "Taro UI docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 7462dad

Please sign in to comment.