Skip to content

Commit

Permalink
chore(release): bump version (#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 21, 2023
1 parent 1b0901b commit b37562f
Show file tree
Hide file tree
Showing 107 changed files with 678 additions and 97 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-chefs-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-beers-hide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hungry-emus-invite.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-balloons-yell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sharp-moose-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-crabs-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-donkeys-return.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/g-camera-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-camera-api

## 1.2.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 1.2.5

### 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.5",
"version": "1.2.6",
"description": "A simple implementation of Camera API.",
"keywords": [
"antv",
Expand Down
17 changes: 17 additions & 0 deletions packages/g-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @antv/g-canvas

## 1.11.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6
- @antv/g-plugin-canvas-path-generator@1.3.6
- @antv/g-plugin-canvas-picker@1.10.6
- @antv/g-plugin-canvas-renderer@1.9.6
- @antv/g-plugin-dom-interaction@1.9.6
- @antv/g-plugin-html-renderer@1.9.6
- @antv/g-plugin-image-loader@1.3.6

## 1.11.5

### 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.5",
"version": "1.11.6",
"description": "A renderer implemented by Canvas 2D API",
"keywords": [
"antv",
Expand Down
17 changes: 17 additions & 0 deletions packages/g-canvaskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @antv/g-canvaskit

## 0.10.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6
- @antv/g-plugin-canvas-path-generator@1.3.6
- @antv/g-plugin-canvas-picker@1.10.6
- @antv/g-plugin-canvaskit-renderer@1.3.6
- @antv/g-plugin-dom-interaction@1.9.6
- @antv/g-plugin-html-renderer@1.9.6
- @antv/g-plugin-image-loader@1.3.6

## 0.10.5

### 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.5",
"version": "0.10.6",
"description": "A renderer implemented by CanvasKit",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-components

## 1.9.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 1.9.5

### 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.5",
"version": "1.9.6",
"description": "Components for g",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-dom-mutation-observer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-dom-mutation-observer-api

## 1.2.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 1.2.5

### 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.5",
"version": "1.2.6",
"description": "A simple implementation of DOM MutationObserver API.",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-gesture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-gesture

## 2.2.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 2.2.5

### 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.5",
"version": "2.2.6",
"description": "G Gesture",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-image-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-image-exporter

## 0.7.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 0.7.5

### 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.5",
"version": "0.7.6",
"description": "A image exporter for G using DOM API",
"keywords": [
"antv",
Expand Down
10 changes: 10 additions & 0 deletions packages/g-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @antv/g-lite

## 1.2.6

### Patch Changes

- 1b0901ba: Make FillMesh instanced to enhance perf.
- 1b0901ba: ConvertToPath should account for Rect with undefined x/y.
- 1b0901ba: Make textBaseline in SVG the same with Canvas.
- 1b0901ba: Add a fixed offset for Text.
- 1b0901ba: ConvertToPath should be compatible with empty coords.

## 1.2.5

### 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.2.5",
"version": "1.2.6",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-lottie-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-lottie-player

## 0.2.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 0.2.5

### 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.5",
"version": "0.2.6",
"description": "A lottie player for G",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/g-mobile-canvas-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/g-mobile-canvas-element

## 0.8.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6

## 0.8.5

### 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.5",
"version": "0.8.6",
"description": "Create a CanvasLike element from existed context in mobile environment",
"keywords": [
"antv",
Expand Down
17 changes: 17 additions & 0 deletions packages/g-mobile-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @antv/g-mobile-canvas

## 0.10.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6
- @antv/g-plugin-canvas-path-generator@1.3.6
- @antv/g-plugin-canvas-picker@1.10.6
- @antv/g-plugin-canvas-renderer@1.9.6
- @antv/g-plugin-dragndrop@1.8.6
- @antv/g-plugin-image-loader@1.3.6
- @antv/g-plugin-mobile-interaction@0.9.6

## 0.10.5

### 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.10.5",
"version": "0.10.6",
"description": "A renderer implemented with Canvas2D API in mobile environment",
"keywords": [
"antv",
Expand Down
15 changes: 15 additions & 0 deletions packages/g-mobile-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/g-mobile-svg

## 0.10.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-lite@1.2.6
- @antv/g-plugin-svg-renderer@1.10.6
- @antv/g-plugin-dragndrop@1.8.6
- @antv/g-plugin-mobile-interaction@0.9.6
- @antv/g-plugin-svg-picker@1.9.6

## 0.10.5

### 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.5",
"version": "0.10.6",
"description": "A renderer implemented by SVG in mobile environment",
"keywords": [
"antv",
Expand Down
19 changes: 19 additions & 0 deletions packages/g-mobile-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @antv/g-mobile-webgl

## 0.9.6

### Patch Changes

- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- Updated dependencies [1b0901ba]
- @antv/g-plugin-device-renderer@1.9.6
- @antv/g-lite@1.2.6
- @antv/g-plugin-webgl-device@1.9.6
- @antv/g-plugin-dragndrop@1.8.6
- @antv/g-plugin-html-renderer@1.9.6
- @antv/g-plugin-image-loader@1.3.6
- @antv/g-plugin-mobile-interaction@0.9.6

## 0.9.5

### Patch Changes
Expand Down
Loading

0 comments on commit b37562f

Please sign in to comment.