Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Feb 2, 2024
1 parent 4ddbb58 commit 044570d
Show file tree
Hide file tree
Showing 96 changed files with 532 additions and 47 deletions.
51 changes: 51 additions & 0 deletions .changeset/hip-beers-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
'@antv/g-plugin-canvas-path-generator': patch
'@antv/g-plugin-rough-canvas-renderer': patch
'@antv/g-plugin-zdog-canvas-renderer': patch
'@antv/g-dom-mutation-observer-api': patch
'@antv/g-plugin-canvaskit-renderer': patch
'@antv/g-plugin-mobile-interaction': patch
'@antv/g-plugin-rough-svg-renderer': patch
'@antv/g-plugin-zdog-svg-renderer': patch
'@antv/g-plugin-canvas-renderer': patch
'@antv/g-plugin-device-renderer': patch
'@antv/g-plugin-dom-interaction': patch
'@antv/g-mobile-canvas-element': patch
'@antv/g-plugin-canvas-picker': patch
'@antv/g-plugin-html-renderer': patch
'@antv/g-plugin-image-loader': patch
'@antv/g-plugin-svg-renderer': patch
'@antv/g-web-animations-api': patch
'@antv/g-plugin-annotation': patch
'@antv/g-plugin-css-select': patch
'@antv/g-plugin-svg-picker': patch
'@antv/g-plugin-dragndrop': patch
'@antv/g-plugin-matterjs': patch
'@antv/g-image-exporter': patch
'@antv/g-plugin-control': patch
'@antv/g-plugin-gesture': patch
'@antv/g-web-components': patch
'@antv/g-lottie-player': patch
'@antv/g-mobile-canvas': patch
'@antv/g-mobile-webgl': patch
'@antv/g-plugin-box2d': patch
'@antv/g-plugin-physx': patch
'@antv/g-plugin-a11y': patch
'@antv/g-plugin-yoga': patch
'@antv/g-camera-api': patch
'@antv/g-components': patch
'@antv/g-mobile-svg': patch
'@antv/g-canvaskit': patch
'@antv/g-plugin-3d': patch
'@antv/g-gesture': patch
'@antv/g-pattern': patch
'@antv/g-canvas': patch
'@antv/g-webgpu': patch
'@antv/g-webgl': patch
'@antv/react-g': patch
'@antv/g-lite': patch
'@antv/g-svg': patch
'@antv/g': patch
---

Transform origin should be relative to geometry bounds when using percentage unit.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"changesets": [
"brown-students-nail",
"fast-meals-care",
"hip-beers-own",
"lazy-boats-remain",
"modern-kiwis-suffer",
"popular-gorillas-cheer",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-camera-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-camera-api

## 1.2.23-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 1.2.23-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-camera-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-camera-api",
"version": "1.2.23-next.9",
"version": "1.2.23-next.10",
"description": "A simple implementation of Camera API.",
"keywords": [
"antv",
Expand Down
14 changes: 14 additions & 0 deletions packages/g-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/g-canvas

## 1.11.27-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-plugin-canvas-path-generator@1.3.22-next.10
- @antv/g-plugin-canvas-renderer@1.10.0-next.10
- @antv/g-plugin-dom-interaction@1.9.22-next.10
- @antv/g-plugin-canvas-picker@1.10.24-next.10
- @antv/g-plugin-html-renderer@1.9.25-next.10
- @antv/g-plugin-image-loader@1.4.0-next.10
- @antv/g-lite@1.3.0-next.10

## 1.11.27-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-canvas",
"version": "1.11.27-next.9",
"version": "1.11.27-next.10",
"description": "A renderer implemented by Canvas 2D API",
"keywords": [
"antv",
Expand Down
14 changes: 14 additions & 0 deletions packages/g-canvaskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/g-canvaskit

## 0.10.27-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-plugin-canvas-path-generator@1.3.22-next.10
- @antv/g-plugin-canvaskit-renderer@1.4.0-next.10
- @antv/g-plugin-dom-interaction@1.9.22-next.10
- @antv/g-plugin-canvas-picker@1.10.24-next.10
- @antv/g-plugin-html-renderer@1.9.25-next.10
- @antv/g-plugin-image-loader@1.4.0-next.10
- @antv/g-lite@1.3.0-next.10

## 0.10.27-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-canvaskit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-canvaskit",
"version": "0.10.27-next.9",
"version": "0.10.27-next.10",
"description": "A renderer implemented by CanvasKit",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-components

## 1.9.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 1.9.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-components",
"version": "1.9.22-next.9",
"version": "1.9.22-next.10",
"description": "Components for g",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-dom-mutation-observer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-dom-mutation-observer-api

## 1.2.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 1.2.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-dom-mutation-observer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-dom-mutation-observer-api",
"version": "1.2.22-next.9",
"version": "1.2.22-next.10",
"description": "A simple implementation of DOM MutationObserver API.",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-gesture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-gesture

## 2.2.25-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 2.2.25-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-gesture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-gesture",
"version": "2.2.25-next.9",
"version": "2.2.25-next.10",
"description": "G Gesture",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-image-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-image-exporter

## 0.7.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 0.7.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-image-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-image-exporter",
"version": "0.7.22-next.9",
"version": "0.7.22-next.10",
"description": "A image exporter for G using DOM API",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-lite

## 1.3.0-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.

## 1.3.0-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-lite",
"version": "1.3.0-next.9",
"version": "1.3.0-next.10",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-lottie-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-lottie-player

## 0.2.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 0.2.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-lottie-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-lottie-player",
"version": "0.2.22-next.9",
"version": "0.2.22-next.10",
"description": "A lottie player for G",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-mobile-canvas-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-mobile-canvas-element

## 0.8.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 0.8.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-canvas-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-canvas-element",
"version": "0.8.22-next.9",
"version": "0.8.22-next.10",
"description": "Create a CanvasLike element from existed context in mobile environment",
"keywords": [
"antv",
Expand Down
15 changes: 15 additions & 0 deletions packages/g-mobile-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/g-mobile-canvas

## 0.11.15-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-plugin-canvas-path-generator@1.3.22-next.10
- @antv/g-plugin-mobile-interaction@0.9.22-next.10
- @antv/g-plugin-canvas-renderer@1.10.0-next.10
- @antv/g-plugin-canvas-picker@1.10.24-next.10
- @antv/g-plugin-image-loader@1.4.0-next.10
- @antv/g-plugin-dragndrop@1.8.22-next.10
- @antv/g-plugin-gesture@1.2.10-next.10
- @antv/g-lite@1.3.0-next.10

## 0.11.15-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-canvas",
"version": "0.11.15-next.9",
"version": "0.11.15-next.10",
"description": "A renderer implemented with Canvas2D API in mobile environment",
"keywords": [
"antv",
Expand Down
13 changes: 13 additions & 0 deletions packages/g-mobile-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @antv/g-mobile-svg

## 0.10.27-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-plugin-mobile-interaction@0.9.22-next.10
- @antv/g-plugin-svg-renderer@1.11.0-next.10
- @antv/g-plugin-svg-picker@1.9.26-next.10
- @antv/g-plugin-dragndrop@1.8.22-next.10
- @antv/g-plugin-gesture@1.2.10-next.10
- @antv/g-lite@1.3.0-next.10

## 0.10.27-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-svg",
"version": "0.10.27-next.9",
"version": "0.10.27-next.10",
"description": "A renderer implemented by SVG in mobile environment",
"keywords": [
"antv",
Expand Down
14 changes: 14 additions & 0 deletions packages/g-mobile-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/g-mobile-webgl

## 0.9.38-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-plugin-mobile-interaction@0.9.22-next.10
- @antv/g-plugin-device-renderer@1.10.0-next.10
- @antv/g-plugin-html-renderer@1.9.25-next.10
- @antv/g-plugin-image-loader@1.4.0-next.10
- @antv/g-plugin-dragndrop@1.8.22-next.10
- @antv/g-plugin-gesture@1.2.10-next.10
- @antv/g-lite@1.3.0-next.10

## 0.9.38-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-webgl",
"version": "0.9.38-next.9",
"version": "0.9.38-next.10",
"description": "A renderer implemented by WebGL1/2 in mobile environment",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-pattern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-pattern

## 1.2.22-next.10

### Patch Changes

- Transform origin should be relative to geometry bounds when using percentage unit.
- Updated dependencies
- @antv/g-lite@1.3.0-next.10

## 1.2.22-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-pattern",
"version": "1.2.22-next.9",
"version": "1.2.22-next.10",
"description": "A pattern libs for G",
"keywords": [
"antv",
Expand Down
Loading

0 comments on commit 044570d

Please sign in to comment.