Skip to content

Commit

Permalink
🤖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Dec 26, 2024
1 parent 21458bc commit de6c34d
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.1",
"version": "1.6.0",
"command": {
"bootstrap": {
"ci": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/f-my/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/f-my/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-wx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/f-wx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit de6c34d

Please sign in to comment.