From 3d5ea3cec49871943189c1d45db779312c6be9fc Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:23:40 +0800 Subject: [PATCH] 2.1.9 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f94a567..5c1bcdd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 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) 更新 升级依赖的uni-icons版本为2.0.8 ## 2.1.7(2023-12-15) diff --git a/package.json b/package.json index 09447d1..f4df59d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "2.1.8", + "version": "2.1.9", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "login", -- GitLab