chore(release): 1.2.1

This commit is contained in:
CodiceFabbrica 2026-03-26 08:56:15 +08:00
parent 154c4c1a51
commit 7ff223fa32
6 changed files with 115 additions and 13 deletions

View File

@ -2,6 +2,8 @@
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. 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.
### [1.2.1](https://gitee.com/codice_fabbrica/r-util-js/compare/v1.2.0...v1.2.1) (2026-03-26)
## [1.2.0](https://gitee.com/codice_fabbrica/r-util-js/compare/v1.1.0...v1.2.0) (2026-03-18) ## [1.2.0](https://gitee.com/codice_fabbrica/r-util-js/compare/v1.1.0...v1.2.0) (2026-03-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/root", "name": "@r-utils/root",
"version": "1.2.0", "version": "1.2.1",
"private": true, "private": true,
"description": "前端工具库", "description": "前端工具库",
"keywords": [ "keywords": [
@ -27,18 +27,20 @@
}, },
"license": "ISC", "license": "ISC",
"engines": { "engines": {
"node": ">=18.12.0" "node": ">=18.12.0",
"pnpm": ">=10.0.0"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@10.32.1",
"type": "module", "type": "module",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm -r run build", "build": "pnpm -r run build",
"prepare": "husky install", "prepare": "husky install",
"lint": "eslint --ext .js,ts --fix src", "lint": "eslint --fix packages/*/src",
"format": "prettier --write src", "format": "prettier --write packages/*/src",
"release": "standard-version", "release": "standard-version",
"commit": "cz", "commit": "cz",
"lint-staged": "lint-staged", "lint-staged": "lint-staged",
@ -59,6 +61,8 @@
"eslint": "^10.0.3", "eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-define-config": "^1.18.0", "eslint-define-config": "^1.18.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0", "globals": "^17.4.0",
"husky": "^9.1.7", "husky": "^9.1.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/common", "name": "@r-utils/common",
"version": "1.2.0", "version": "1.2.1",
"private": false, "private": false,
"description": "js通用工具库", "description": "js通用工具库",
"type": "module", "type": "module",
@ -23,6 +23,24 @@
"publishConfig": { "publishConfig": {
"registry": "http://npm.nps.yunvip123.cn" "registry": "http://npm.nps.yunvip123.cn"
}, },
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.1",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"watch": "vite build --watch", "watch": "vite build --watch",
@ -35,11 +53,14 @@
}, },
"dependencies": { "dependencies": {
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"js-easing-functions": "^1.0.3",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"text-encoding": "^0.7.0" "text-encoding": "^0.7.0"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.17.16", "@types/lodash": "^4.17.16",
"@types/lodash-es": "^4.17.12" "@types/lodash-es": "^4.17.12",
"vite": "catalog:",
"vite-plugin-dts": "catalog:"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/uni-app", "name": "@r-utils/uni-app",
"version": "1.2.0", "version": "1.2.1",
"private": false, "private": false,
"description": "uni-app工具库", "description": "uni-app工具库",
"type": "module", "type": "module",
@ -22,6 +22,24 @@
"publishConfig": { "publishConfig": {
"registry": "http://npm.nps.yunvip123.cn" "registry": "http://npm.nps.yunvip123.cn"
}, },
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.1",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"watch": "vite build --watch", "watch": "vite build --watch",
@ -32,13 +50,28 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@r-utils/common": "workspace:^" "@r-utils/common": "workspace:^",
"chroma-js": "^3.2.0",
"lodash-es": "^4.17.21",
"qs": "^6.15.0"
}, },
"peerDependencies": { "peerDependencies": {
"@dcloudio/uni-app": ">=3.0.0",
"vue": "^3.3.0" "vue": "^3.3.0"
}, },
"peerDependenciesMeta": {
"@dcloudio/uni-app": {
"optional": true
}
},
"devDependencies": { "devDependencies": {
"@dcloudio/types": "^3.0.7", "@dcloudio/types": "^3.0.7",
"@dcloudio/uni-app": "3.0.0-4070520250711001",
"@types/chroma-js": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/qs": "^6.15.0",
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "^3.3.0" "vue": "^3.3.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/vue2", "name": "@r-utils/vue2",
"version": "1.2.0", "version": "1.2.1",
"private": false, "private": false,
"description": "Vue2工具库", "description": "Vue2工具库",
"type": "module", "type": "module",
@ -22,6 +22,24 @@
"publishConfig": { "publishConfig": {
"registry": "http://npm.nps.yunvip123.cn" "registry": "http://npm.nps.yunvip123.cn"
}, },
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.1",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"watch": "vite build --watch", "watch": "vite build --watch",
@ -35,6 +53,8 @@
"vue": "^2.7.0" "vue": "^2.7.0"
}, },
"devDependencies": { "devDependencies": {
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "^2.7.0" "vue": "^2.7.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/vue3", "name": "@r-utils/vue3",
"version": "1.2.0", "version": "1.2.1",
"private": false, "private": false,
"description": "Vue3 工具", "description": "Vue3 工具",
"type": "module", "type": "module",
@ -22,6 +22,23 @@
"publishConfig": { "publishConfig": {
"registry": "http://npm.nps.yunvip123.cn" "registry": "http://npm.nps.yunvip123.cn"
}, },
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"watch": "vite build --watch", "watch": "vite build --watch",
@ -36,7 +53,12 @@
"vue": "^3.3.0" "vue": "^3.3.0"
}, },
"devDependencies": { "devDependencies": {
"vue": "^3.3.0" "vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "^3.5.13"
}, },
"packageManager": "pnpm@8.15.6" "packageManager": "pnpm@10.32.1",
"dependencies": {
"@r-utils/common": "workspace:^"
}
} }