Skip to content

Commit

Permalink
chore(release): bump version (#1524)
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 Sep 11, 2023
1 parent 849db74 commit 026b6ee
Show file tree
Hide file tree
Showing 23 changed files with 95 additions and 34 deletions.
10 changes: 0 additions & 10 deletions .changeset/giant-bikes-do.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/heavy-laws-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-actors-unite.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/g-mobile-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @antv/g-mobile-webgl

## 0.9.20

### Patch Changes

- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17
- @antv/g-plugin-webgl-device@1.9.17

## 0.9.19

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

## 1.9.17

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- 568ec0f4: Export Device API in webgl & webgpu.
- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-3d",
"version": "1.9.16",
"version": "1.9.17",
"description": "Provide 3D extension for G",
"keywords": [
"antv",
Expand Down
7 changes: 7 additions & 0 deletions packages/g-plugin-device-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-plugin-device-renderer

## 1.9.17

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- 568ec0f4: Export Device API in webgl & webgpu.

## 1.9.16

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

## 1.9.20

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- 568ec0f4: Export Device API in webgl & webgpu.
- @antv/g-webgpu@1.9.20

## 1.9.19

### 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.19",
"version": "1.9.20",
"description": "A G plugin for GPGPU based on WebGPU",
"keywords": [
"webgpu",
Expand Down
10 changes: 10 additions & 0 deletions packages/g-plugin-webgl-device/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @antv/g-plugin-webgl-device

## 1.9.17

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- 568ec0f4: Export Device API in webgl & webgpu.
- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-webgl-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-webgl-device",
"version": "1.9.16",
"version": "1.9.17",
"description": "A G plugin implements GPUDevice interface with WebGL API",
"keywords": [
"antv",
Expand Down
10 changes: 10 additions & 0 deletions packages/g-plugin-webgpu-device/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @antv/g-plugin-webgpu-device

## 1.9.17

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- 568ec0f4: Export Device API in webgl & webgpu.
- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17

## 1.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-webgpu-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-webgpu-device",
"version": "1.9.16",
"version": "1.9.17",
"description": "A G plugin implements GPUDevice interface with WebGPU API",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-web-components

## 1.9.20

### Patch Changes

- @antv/g-webgl@1.9.20

## 1.9.19

### 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.19",
"version": "1.9.20",
"description": "A declarative usage for G implemented with WebComponents",
"keywords": [
"antv",
Expand Down
9 changes: 9 additions & 0 deletions packages/g-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @antv/g-webgl

## 1.9.20

### Patch Changes

- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17
- @antv/g-plugin-webgl-device@1.9.17

## 1.9.19

### 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.19",
"version": "1.9.20",
"description": "A renderer implemented by WebGL1/2",
"keywords": [
"antv",
Expand Down
9 changes: 9 additions & 0 deletions packages/g-webgpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @antv/g-webgpu

## 1.9.20

### Patch Changes

- Updated dependencies [c54cc6fb]
- Updated dependencies [568ec0f4]
- @antv/g-plugin-device-renderer@1.9.17
- @antv/g-plugin-webgpu-device@1.9.17

## 1.9.19

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

## 1.10.15

### Patch Changes

- c54cc6fb: Antialiasing SDF & Text.
- cc629c5f: Remove console.log

## 1.10.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-g/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/react-g",
"version": "1.10.14",
"version": "1.10.15",
"description": "react render for @antv/g",
"keywords": [
"react",
Expand Down

0 comments on commit 026b6ee

Please sign in to comment.