Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 3.2.0-beta.0 #1705

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
steps:
# Setup
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
Expand All @@ -48,10 +48,10 @@ jobs:
# Get commit message
- name: Get commit message
run: |
COMMIT_MESSAGE=$(git log --format=%B -n 1)
echo "commitmsg=${COMMIT_MESSAGE}" >> $GITHUB_ENV
COMMIT_MESSAGE=$(git log --format=%s -n 1)
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
- name: Show commit message
run : echo "$commitmsg"
run : echo "$COMMIT_MESSAGE"

- name: Commit message compliance verification
if: startsWith( env.COMMIT_MESSAGE , 'chore(release):' ) != true
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "taro-ui",
"description": "UI KIT for Taro",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"homepage": "https://taro-ui.taro.zone",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
Expand All @@ -17,7 +17,11 @@
"build:demo": "pnpm --filter=taro-ui-demo build:h5",
"build:doc": "pnpm run build:demo && pnpm --filter=taro-ui-docs build",
"clean": " rimraf **/dist && rimraf **/node_modules",
"prepare": "husky install"
"prepare": "husky install",
"version": "run-s version:*",
"version:release": "pnpm --parallel -r --aggregate-output --filter=./packages/* exec npm version ${npm_package_version}",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version}\"",
"version:changelog": "conventional-changelog -p angular"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-ui-demo-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "taro-ui-demo-rn",
"version": "3.1.0-beta.4",
"version": "3.2.0-beta.0",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"homepage": "https://taro-ui.taro.zone",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-ui-demo-rn/src/pages/form/input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,15 @@ export default class Index extends React.Component<IndexProps, IndexState> {
>
{/* <Image
mode='scaleToFill'
src='https://taro-ui.aotu.io/h5/static/images/verification_code.png'
src='https://taro-ui.taro.zone/h5/static/images/verification_code.png'
/> */}
<ImageBackground
style={{
width: Taro.pxTransform(145),
height: Taro.pxTransform(60)
}}
source={{
uri: 'https://taro-ui.aotu.io/h5/static/images/verification_code.png'
uri: 'https://taro-ui.taro.zone/h5/static/images/verification_code.png'
}}
resizeMode='cover'
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "taro-ui-demo",
"version": "3.1.0-beta.4",
"version": "3.2.0-beta.0",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"homepage": "https://taro-ui.taro.zone",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-docs/markdown/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ h5: {

## 如何自定义样式?

请查看 [「自定义主题」](https://taro-ui.aotu.io/#/docs/customizetheme) 章节
请查看 [「自定义主题」](https://taro-ui.taro.zone/#/docs/customizetheme) 章节

## 自定义样式为什么没有生效(H5 生效,微信小程序没生效)?

Expand Down
4 changes: 2 additions & 2 deletions packages/taro-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "taro-ui-docs",
"version": "3.0.0-alpha.10",
"version": "3.2.0-beta.0",
"description": "Taro UI docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"homepage": "https://taro-ui.taro.zone",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "3.1.1",
"version": "3.2.0-beta.0",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"rn"
],
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"homepage": "https://taro-ui.taro.zone",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-ui/types/tab-bar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ export interface TabItem {
/**
* icon className 前缀,用于第三方字体图标库,
* 比如想使用'fa fa-clock' 的图标,则传入 iconPrefixClass='fa' iconType='clock',
* 参考[拓展图标库详细](https://taro-ui.aotu.io/#/docs/icon)
* 参考[拓展图标库详细](https://taro-ui.taro.zone/#/docs/icon)
*/
iconPrefixClass?: string
/**
* 未选中时展示的 icon 类型,可扩展第三方字体图标库,
* 参考[拓展图标库详细](https://taro-ui.aotu.io/#/docs/icon)
* 参考[拓展图标库详细](https://taro-ui.taro.zone/#/docs/icon)
*/
iconType?: string
/**
* 选中时展示的 icon 类型,可扩展第三方字体图标库,
* 参考[拓展图标库详细](https://taro-ui.aotu.io/#/docs/icon)
* 参考[拓展图标库详细](https://taro-ui.taro.zone/#/docs/icon)
*/
selectedIconType?: string
/**
Expand Down
Loading