Skip to content

Commit

Permalink
chore(release): v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jan 4, 2023
1 parent 5657201 commit 5cefaf5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.4.2
`2023-01-04`

* :sparkles: feat: taro适配 sidenavbar 组件 (#558) @libin0824
* :bug: fix: input error 状态重置失效问题修改;校验格式 onBlur 失效问题修改 (#567) @vickyYe
* 🔨 chore: picker 组件删除无用的日志输出 (#566) @oasis-cloud

# v1.4.1
`2022-12-28`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "1.4.1",
"version": "1.4.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.build.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = require('./package.json')

const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2021 @jdf2e.
* (c) 2023 @jdf2e.
* Released under the MIT License.
*/`

Expand Down
2 changes: 1 addition & 1 deletion vite.config.build.locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = require('./package.json')

const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2022 @jdf2e.
* (c) 2023 @jdf2e.
* Released under the MIT License.
*/`

Expand Down
2 changes: 1 addition & 1 deletion vite.config.build.taro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = require('./package.json')

const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2022 @jdf2e.
* (c) 2023 @jdf2e.
* Released under the MIT License.
*/`

Expand Down
2 changes: 1 addition & 1 deletion vite.config.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = require('./package.json')

const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2022 @jdf2e.
* (c) 2023 @jdf2e.
* Released under the MIT License.
*/`

Expand Down

0 comments on commit 5cefaf5

Please sign in to comment.