Skip to content

Commit

Permalink
chore(release): publish 3.2.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Nov 17, 2023
1 parent a4da29b commit 9d9cd34
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
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

0 comments on commit 9d9cd34

Please sign in to comment.