chore(release): 1.3.0

This commit is contained in:
CodiceFabbrica 2026-04-20 17:55:33 +08:00
parent b10d613987
commit 5dbedcaf0f
6 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,13 @@
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.3.0](https://gitee.com/codice_fabbrica/r-util-js/compare/v1.2.1...v1.3.0) (2026-04-20)
### Features
* **common:** :sparkles: 添加工具 ([b10d613](https://gitee.com/codice_fabbrica/r-util-js/commit/b10d6139877a1d9f7bb4483b4c2cd442bbc695a5))
### [1.2.1](https://gitee.com/codice_fabbrica/r-util-js/compare/v1.2.0...v1.2.1) (2026-03-26) ### [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.1", "version": "1.3.0",
"private": true, "private": true,
"description": "前端工具库", "description": "前端工具库",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/common", "name": "@r-utils/common",
"version": "1.2.1", "version": "1.3.0",
"private": false, "private": false,
"description": "js通用工具库", "description": "js通用工具库",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/uni-app", "name": "@r-utils/uni-app",
"version": "1.2.1", "version": "1.3.0",
"private": false, "private": false,
"description": "uni-app工具库", "description": "uni-app工具库",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/vue2", "name": "@r-utils/vue2",
"version": "1.2.1", "version": "1.3.0",
"private": false, "private": false,
"description": "Vue2工具库", "description": "Vue2工具库",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
{ {
"name": "@r-utils/vue3", "name": "@r-utils/vue3",
"version": "1.2.1", "version": "1.3.0",
"private": false, "private": false,
"description": "Vue3 工具", "description": "Vue3 工具",
"type": "module", "type": "module",