Skip to content

Commit

Permalink
chore(release): bump version (#1480)
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 Aug 14, 2023
1 parent ca03e55 commit 95e4aa7
Show file tree
Hide file tree
Showing 34 changed files with 131 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-lies-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-plants-fry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/g-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-canvas

## 1.11.15

### Patch Changes

- Updated dependencies [ca03e554]
- Updated dependencies [5d4e8f1d]
- @antv/g-plugin-html-renderer@1.9.15

## 1.11.14

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

## 0.10.15

### Patch Changes

- Updated dependencies [ca03e554]
- Updated dependencies [5d4e8f1d]
- @antv/g-plugin-html-renderer@1.9.15

## 0.10.14

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

## 0.10.13

### Patch Changes

- Updated dependencies [ca03e554]
- @antv/g-plugin-svg-renderer@1.10.13
- @antv/g-plugin-svg-picker@1.9.13

## 0.10.12

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

## 0.9.17

### Patch Changes

- Updated dependencies [ca03e554]
- Updated dependencies [5d4e8f1d]
- @antv/g-plugin-html-renderer@1.9.15

## 0.9.16

### 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.16",
"version": "0.9.17",
"description": "A renderer implemented by WebGL1/2 in mobile environment",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-gpgpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-gpgpu

## 1.9.17

### Patch Changes

- @antv/g-webgpu@1.9.17

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-gpgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-gpgpu",
"version": "1.9.16",
"version": "1.9.17",
"description": "A G plugin for GPGPU based on WebGPU",
"keywords": [
"webgpu",
Expand Down
7 changes: 7 additions & 0 deletions packages/g-plugin-html-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-plugin-html-renderer

## 1.9.15

### Patch Changes

- ca03e554: Use user-defined id in HTML #1184.
- 5d4e8f1d: Remove redundant data-id on HTML.

## 1.9.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-html-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-html-renderer",
"version": "1.9.14",
"version": "1.9.15",
"description": "A G plugin for rendering HTML",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-rough-canvas-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-rough-canvas-renderer

## 1.9.15

### Patch Changes

- @antv/g-canvas@1.11.15

## 1.9.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-rough-canvas-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-rough-canvas-renderer",
"version": "1.9.14",
"version": "1.9.15",
"description": "A G plugin of renderer implementation with rough.js",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-rough-svg-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-rough-svg-renderer

## 1.9.14

### Patch Changes

- @antv/g-svg@1.10.13

## 1.9.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-rough-svg-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-rough-svg-renderer",
"version": "1.9.13",
"version": "1.9.14",
"description": "A G plugin of renderer implementation with rough.js",
"keywords": [
"antv",
Expand Down
7 changes: 7 additions & 0 deletions packages/g-plugin-svg-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-plugin-svg-picker

## 1.9.13

### Patch Changes

- Updated dependencies [ca03e554]
- @antv/g-plugin-svg-renderer@1.10.13

## 1.9.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-svg-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-svg-picker",
"version": "1.9.12",
"version": "1.9.13",
"description": "A G plugin for picking in SVG",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-svg-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-svg-renderer

## 1.10.13

### Patch Changes

- ca03e554: Use user-defined id in HTML #1184.

## 1.10.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-svg-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-svg-renderer",
"version": "1.10.12",
"version": "1.10.13",
"description": "A G plugin of renderer implementation with SVG",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-zdog-canvas-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-zdog-canvas-renderer

## 1.2.15

### Patch Changes

- @antv/g-canvas@1.11.15

## 1.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-zdog-canvas-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-zdog-canvas-renderer",
"version": "1.2.14",
"version": "1.2.15",
"description": "A G plugin of renderer implementation with Zdog",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-plugin-zdog-svg-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-plugin-zdog-svg-renderer

## 1.2.14

### Patch Changes

- Updated dependencies [ca03e554]
- @antv/g-plugin-svg-renderer@1.10.13
- @antv/g-svg@1.10.13

## 1.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-zdog-svg-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-zdog-svg-renderer",
"version": "1.2.13",
"version": "1.2.14",
"description": "A G plugin of renderer implementation with Zdog",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-svg

## 1.10.13

### Patch Changes

- Updated dependencies [ca03e554]
- @antv/g-plugin-svg-renderer@1.10.13
- @antv/g-plugin-svg-picker@1.9.13

## 1.10.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-svg",
"version": "1.10.12",
"version": "1.10.13",
"description": "A renderer implemented by SVG",
"keywords": [
"antv",
Expand Down
7 changes: 7 additions & 0 deletions packages/g-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-web-components

## 1.9.17

### Patch Changes

- @antv/g-canvas@1.11.15
- @antv/g-webgl@1.9.17

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-web-components",
"version": "1.9.16",
"version": "1.9.17",
"description": "A declarative usage for G implemented with WebComponents",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-webgl

## 1.9.17

### Patch Changes

- Updated dependencies [ca03e554]
- Updated dependencies [5d4e8f1d]
- @antv/g-plugin-html-renderer@1.9.15

## 1.9.16

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

## 1.9.17

### Patch Changes

- Updated dependencies [ca03e554]
- Updated dependencies [5d4e8f1d]
- @antv/g-plugin-html-renderer@1.9.15

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-webgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-webgpu",
"version": "1.9.16",
"version": "1.9.17",
"description": "A renderer implemented by WebGPU",
"keywords": [
"antv",
Expand Down

0 comments on commit 95e4aa7

Please sign in to comment.