mirror of
https://gitee.com/ShopeX/ECShopX_Store-Operations-tools-frontend
synced 2026-05-13 01:45:58 +08:00
chore(release): 4.3.0
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [4.3.0](https://git.ishopex.cn/onex/ecshopx-dianwu/compare/v4.2.0...v4.3.0) (2026-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **all:** fix some bugs ([8fc1819](https://git.ishopex.cn/onex/ecshopx-dianwu/commit/8fc1819516cc9ea55d1d047550c0a2ff466a7bd1))
|
||||
* Hide salesperson management content ([9c54239](https://git.ishopex.cn/onex/ecshopx-dianwu/commit/9c54239352a2e4420962bd854db0a46e78ca9c84))
|
||||
|
||||
## [4.2.0](https://git.ishopex.cn/onex/ecshopx-dianwu/compare/v4.1.0...v4.2.0) (2025-12-29)
|
||||
|
||||
## [4.1.0](https://git.ishopex.cn/onex/ecshopx-dianwu/compare/v4.0.0...v4.1.0) (2025-12-09)
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ecshopx-dianwu",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ecshopx-dianwu",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.936.0",
|
||||
"axios": "^0.21.1",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ecshopx-dianwu",
|
||||
"app_name": "店务助手",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"private": true,
|
||||
"repository": "https://git.ishopex.cn/onex/ecshopx-dianwu.git",
|
||||
"description": "",
|
||||
@@ -52,7 +52,9 @@
|
||||
},
|
||||
"overrides": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"react-dom": {
|
||||
"react": "^17.0.0"
|
||||
},
|
||||
"@unimodules/react-native-adapter": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
@@ -67,9 +69,6 @@
|
||||
},
|
||||
"@tarojs/components-rn": {
|
||||
"react": "^17.0.0"
|
||||
},
|
||||
"react-dom": {
|
||||
"react": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user