Skip to content

Commit

Permalink
🤖 publish
Browse files Browse the repository at this point in the history
 - @antv/f-engine@1.0.1
 - @antv/f-lottie@1.0.1
 - @antv/f-my@1.0.1
 - @antv/f-react@1.0.1
 - @antv/f-test-utils@1.0.1
 - @antv/f-vue@1.0.1
 - @antv/f-wx@1.0.1
  • Loading branch information
runner authored and runner committed Jun 27, 2023
1 parent 3a2c937 commit e2f4164
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 14 deletions.
8 changes: 8 additions & 0 deletions packages/f-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-engine
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@antv/f-test-utils": "~1.0.0"
"@antv/f-test-utils": "^1.0.1"
},
"homepage": "https://github.com/antvis/FEngine",
"author": "https://github.com/orgs/antvis/people",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-lottie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-lottie
6 changes: 3 additions & 3 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.0.0",
"version": "1.0.1",
"description": "FEngine for Lottie",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,13 +15,13 @@
"lottie"
],
"dependencies": {
"@antv/f-engine": "~1.0.0",
"@antv/f-engine": "^1.0.1",
"@antv/g-lottie-player": "~0.2.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
"devDependencies": {
"@antv/f-test-utils": "~1.0.0"
"@antv/f-test-utils": "^1.0.1"
},
"homepage": "https://f2.antv.vision",
"author": "https://github.com/orgs/antvis/people",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-my/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-my
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.0.0",
"version": "1.0.1",
"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.0.0",
"@antv/f-engine": "^1.0.1",
"@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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-react
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.0.0",
"version": "1.0.1",
"description": "FEngine for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"react"
],
"dependencies": {
"@antv/f-engine": "~1.0.0",
"@antv/f-engine": "^1.0.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/f-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-test-utils
2 changes: 1 addition & 1 deletion packages/f-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-test-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "FEngine for Test",
"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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-vue
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.0.0",
"version": "1.0.1",
"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.0.0",
"@antv/f-engine": "^1.0.1",
"@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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-06-27)

**Note:** Version bump only for package @antv/f-wx
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.0.0",
"version": "1.0.1",
"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.0.0",
"@antv/f-engine": "^1.0.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit e2f4164

Please sign in to comment.