From 3254f0204f74b3400c1f15ed5bbe4b873fccde68 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Sun, 28 Apr 2024 16:32:37 +0800 Subject: [PATCH] 2.2.0 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5c1bcdd..d23f70e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 2.2.0(2024-04-28) +更新 依赖的uni-id-pages的版本为1.1.20 ## 2.1.9(2024-01-15) 更新 db_init.json 按collection拆分,每个collection由schema.json、index.json、init_data.json三个文件描述[详情](https://doc.dcloud.net.cn/uniCloud/hellodb.html#init-db-2) ## 2.1.8(2023-12-15) diff --git a/package.json b/package.json index e8ca53f..6854faa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "2.1.9", + "version": "2.2.0", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "login", -- GitLab