Skip to content

Commit 2b52c53

Browse files
Release (#2070)
* fix: type definition (#2068) * chore(release): bump version (#2069) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81918cc commit 2b52c53

97 files changed

Lines changed: 439 additions & 49 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/g-camera-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @antv/g-camera-api
22

3+
## 2.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cc63ef]
8+
- @antv/g-lite@2.4.1
9+
310
## 2.0.42
411

512
### Patch Changes

packages/g-camera-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-camera-api",
3-
"version": "2.0.42",
3+
"version": "2.0.43",
44
"description": "A simple implementation of Camera API.",
55
"keywords": [
66
"antv",

packages/g-canvas/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @antv/g-canvas
22

3+
## 2.0.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cc63ef]
8+
- @antv/g-lite@2.4.1
9+
- @antv/g-plugin-canvas-path-generator@2.1.24
10+
- @antv/g-plugin-canvas-picker@2.2.1
11+
- @antv/g-plugin-canvas-renderer@2.4.1
12+
- @antv/g-plugin-dom-interaction@2.1.29
13+
- @antv/g-plugin-html-renderer@2.2.1
14+
- @antv/g-plugin-image-loader@2.2.1
15+
316
## 2.0.49
417

518
### Patch Changes

packages/g-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-canvas",
3-
"version": "2.0.49",
3+
"version": "2.0.50",
44
"description": "A renderer implemented by Canvas 2D API",
55
"keywords": [
66
"antv",

packages/g-canvaskit/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @antv/g-canvaskit
22

3+
## 1.0.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cc63ef]
8+
- @antv/g-lite@2.4.1
9+
- @antv/g-plugin-canvas-path-generator@2.1.24
10+
- @antv/g-plugin-canvas-picker@2.2.1
11+
- @antv/g-plugin-canvaskit-renderer@2.2.1
12+
- @antv/g-plugin-dom-interaction@2.1.29
13+
- @antv/g-plugin-html-renderer@2.2.1
14+
- @antv/g-plugin-image-loader@2.2.1
15+
316
## 1.0.48
417

518
### Patch Changes

packages/g-canvaskit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-canvaskit",
3-
"version": "1.0.48",
3+
"version": "1.0.49",
44
"description": "A renderer implemented by CanvasKit",
55
"keywords": [
66
"antv",

packages/g-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @antv/g-components
22

3+
## 2.0.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cc63ef]
8+
- @antv/g-lite@2.4.1
9+
310
## 2.0.39
411

512
### Patch Changes

packages/g-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-components",
3-
"version": "2.0.39",
3+
"version": "2.0.40",
44
"description": "Components for g",
55
"keywords": [
66
"antv",

packages/g-dom-mutation-observer-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @antv/g-dom-mutation-observer-api
22

3+
## 2.0.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cc63ef]
8+
- @antv/g-lite@2.4.1
9+
310
## 2.0.39
411

512
### Patch Changes

packages/g-dom-mutation-observer-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g-dom-mutation-observer-api",
3-
"version": "2.0.39",
3+
"version": "2.0.40",
44
"description": "A simple implementation of DOM MutationObserver API.",
55
"keywords": [
66
"antv",

0 commit comments

Comments
 (0)