[go: up one dir, main page]

Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Sep 21, 2024
1 parent f1f68b5 commit 7ca0864
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.1 (2024-09-21)

### 依赖

- **@vue/reactivity:** 从 3.5.5 升至 3.5.7,详情请看 [Vue 更新日志](https://github.com/vuejs/vue-next/blob/main/CHANGELOG.md) ([f1f68b5](https://github.com/vue-mini/vue-mini/commit/f1f68b5d4e237718530965786a78ff63d770b6f7))

### Bug 修复

- **scheduler:** ensure recursive jobs can't be queued twice ([6b27c64](https://github.com/vue-mini/vue-mini/commit/6b27c644eafc997c3c365fd353658df1698878b2))

# 1.1.0 (2024-09-15)

### 依赖
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"packageManager": "pnpm@9.11.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-mini/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "基于 Vue 3 的小程序框架。简单,强大,高性能。 ",
"main": "dist/vue-mini.cjs.js",
"module": "dist/vue-mini.esm-bundler.js",
Expand Down

0 comments on commit 7ca0864

Please sign in to comment.