Skip to content

Commit

Permalink
🤖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Sep 5, 2023
1 parent 28c79d5 commit 4f0526b
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 4 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.0.6](https://github.com/antvis/FEngine/compare/v1.0.5...v1.0.6) (2023-09-05)


### Bug Fixes

* **f-wx:** 微信小程序 image 报错 ([#222](https://github.com/antvis/FEngine/issues/222)) ([28c79d5](https://github.com/antvis/FEngine/commit/28c79d50f929f82c185f2b220971c37b72155a5d))





## 1.0.5 (2023-08-29)

**Note:** Version bump only for package f-engine
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.0.5",
"version": "1.0.6",
"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.0.6](https://github.com/antvis/f2/compare/v1.0.5...v1.0.6) (2023-09-05)


### Bug Fixes

* **f-wx:** 微信小程序 image 报错 ([#222](https://github.com/antvis/f2/issues/222)) ([28c79d5](https://github.com/antvis/f2/commit/28c79d50f929f82c185f2b220971c37b72155a5d))





## 1.0.5 (2023-08-29)

**Note:** Version bump only for package @antv/f-my
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.0.5",
"version": "1.0.6",
"description": "FEngine for alipay mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-vue/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.0.6](https://github.com/antvis/f2/compare/v1.0.5...v1.0.6) (2023-09-05)

**Note:** Version bump only for package @antv/f-vue





## 1.0.5 (2023-08-29)

**Note:** Version bump only for package @antv/f-vue
Expand Down
2 changes: 1 addition & 1 deletion packages/f-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-vue",
"version": "1.0.5",
"version": "1.0.6",
"description": "FEngine for Vue.js",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/f-wx/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.0.6](https://github.com/antvis/f2/compare/v1.0.5...v1.0.6) (2023-09-05)


### Bug Fixes

* **f-wx:** 微信小程序 image 报错 ([#222](https://github.com/antvis/f2/issues/222)) ([28c79d5](https://github.com/antvis/f2/commit/28c79d50f929f82c185f2b220971c37b72155a5d))





## 1.0.5 (2023-08-29)

**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.0.5",
"version": "1.0.6",
"description": "FEngine for weixin mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 4f0526b

Please sign in to comment.