From de6c34d46a6d6a16fb089112dfcd0c4baf900293 Mon Sep 17 00:00:00 2001 From: Anka Date: Thu, 26 Dec 2024 10:00:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/f-my/CHANGELOG.md | 11 +++++++++++ packages/f-my/package.json | 2 +- packages/f-wx/CHANGELOG.md | 8 ++++++++ packages/f-wx/package.json | 2 +- 6 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc1b94..85dfbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/antvis/FEngine/compare/v1.5.1...v1.6.0) (2024-12-26) + + +### Features + +* 小程序update增加catch ([#309](https://github.com/antvis/FEngine/issues/309)) ([c700298](https://github.com/antvis/FEngine/commit/c70029807f3c3c31232153f18adcfeead215a878)) + + + + + ## [1.5.1](https://github.com/antvis/FEngine/compare/v1.5.0...v1.5.1) (2024-10-09) diff --git a/lerna.json b/lerna.json index a42d4b7..7152ab5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.5.1", + "version": "1.6.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f-my/CHANGELOG.md b/packages/f-my/CHANGELOG.md index d0c95d6..7ebec9f 100644 --- a/packages/f-my/CHANGELOG.md +++ b/packages/f-my/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/antvis/f2/compare/v1.5.1...v1.6.0) (2024-12-26) + + +### Features + +* 小程序update增加catch ([#309](https://github.com/antvis/f2/issues/309)) ([c700298](https://github.com/antvis/f2/commit/c70029807f3c3c31232153f18adcfeead215a878)) + + + + + ## [1.5.1](https://github.com/antvis/f2/compare/v1.5.0...v1.5.1) (2024-10-09) diff --git a/packages/f-my/package.json b/packages/f-my/package.json index 72211b8..d6b2b92 100644 --- a/packages/f-my/package.json +++ b/packages/f-my/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-my", - "version": "1.5.1", + "version": "1.6.0", "description": "FEngine for alipay mini-program", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/f-wx/CHANGELOG.md b/packages/f-wx/CHANGELOG.md index 8b0e34d..49e943d 100644 --- a/packages/f-wx/CHANGELOG.md +++ b/packages/f-wx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/antvis/f2/compare/v1.5.1...v1.6.0) (2024-12-26) + +**Note:** Version bump only for package @antv/f-wx + + + + + # [1.5.0](https://github.com/antvis/f2/compare/v1.4.1...v1.5.0) (2024-09-26) **Note:** Version bump only for package @antv/f-wx diff --git a/packages/f-wx/package.json b/packages/f-wx/package.json index f52f957..4ed527f 100644 --- a/packages/f-wx/package.json +++ b/packages/f-wx/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-wx", - "version": "1.5.0", + "version": "1.6.0", "description": "FEngine for weixin mini-program", "main": "lib/index.js", "module": "es/index.js",