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 Jun 28, 2024
1 parent b6e3761 commit 1474032
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 12 deletions.
8 changes: 8 additions & 0 deletions 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.3.2](https://github.com/antvis/FEngine/compare/v1.3.1...v1.3.2) (2024-06-28)

**Note:** Version bump only for package f-engine





## [1.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)


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.3.1",
"version": "1.3.2",
"command": {
"bootstrap": {
"ci": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/f-engine/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.3.2](https://github.com/antvis/FEngine/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/f-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-engine",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-lottie/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.3.2](https://github.com/antvis/f2/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

**Note:** Version bump only for package @antv/f-lottie
Expand Down
4 changes: 2 additions & 2 deletions packages/f-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-lottie",
"version": "1.3.1",
"version": "1.3.2",
"description": "FEngine for Lottie",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"lottie"
],
"dependencies": {
"@antv/f-engine": "1.3.1",
"@antv/f-engine": "1.3.2",
"@antv/g-lottie-player": "~0.2.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/f-my/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.3.2](https://github.com/antvis/f2/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

**Note:** Version bump only for package @antv/f-my
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "1.3.2",
"description": "FEngine for alipay mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
"alipay"
],
"dependencies": {
"@antv/f-engine": "1.3.1",
"@antv/f-engine": "1.3.2",
"@antv/f2-context": "~0.0.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/f-react/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.3.2](https://github.com/antvis/f2/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/f-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-react",
"version": "1.3.1",
"version": "1.3.2",
"description": "FEngine for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"react"
],
"dependencies": {
"@antv/f-engine": "1.3.1",
"@antv/f-engine": "1.3.2",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
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.3.2](https://github.com/antvis/f2/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

**Note:** Version bump only for package @antv/f-vue
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "1.3.2",
"description": "FEngine for Vue.js",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"vue"
],
"dependencies": {
"@antv/f-engine": "1.3.1",
"@antv/f-engine": "1.3.2",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
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.3.2](https://github.com/antvis/f2/compare/v1.3.1...v1.3.2) (2024-06-28)

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





## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

**Note:** Version bump only for package @antv/f-wx
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "1.3.2",
"description": "FEngine for weixin mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -18,7 +18,7 @@
"weixin"
],
"dependencies": {
"@antv/f-engine": "1.3.1",
"@antv/f-engine": "1.3.2",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit 1474032

Please sign in to comment.