Skip to content

Commit

Permalink
chore(release): bump version (#1601)
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 Nov 22, 2023
1 parent 7f4c858 commit 06153d6
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-hounds-boil.md

This file was deleted.

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

## 0.9.35

### Patch Changes

- Updated dependencies [7f4c858c]
- @antv/g-plugin-device-renderer@1.9.31

## 0.9.34

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

## 1.9.31

### Patch Changes

- 7f4c858c: Convert quadratic curve to sample points correctly.
- Updated dependencies [7f4c858c]
- @antv/g-plugin-device-renderer@1.9.31
- @antv/g-shader-components@1.8.7

## 1.9.30

### 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.30",
"version": "1.9.31",
"description": "Provide 3D extension for G",
"keywords": [
"antv",
Expand Down
8 changes: 8 additions & 0 deletions packages/g-plugin-device-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g-plugin-device-renderer

## 1.9.31

### Patch Changes

- 7f4c858c: Convert quadratic curve to sample points correctly.
- Updated dependencies [7f4c858c]
- @antv/g-shader-components@1.8.7

## 1.9.30

### 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.30",
"version": "1.9.31",
"description": "A G plugin of renderer implementation with GPUDevice",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-shader-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-shader-components

## 1.8.7

### Patch Changes

- 7f4c858c: Convert quadratic curve to sample points correctly.

## 1.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-shader-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-shader-components",
"version": "1.8.6",
"version": "1.8.7",
"description": "Shader components based on glslify",
"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.35

### Patch Changes

- @antv/g-webgl@1.9.34

## 1.9.34

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

## 1.9.34

### Patch Changes

- Updated dependencies [7f4c858c]
- @antv/g-plugin-device-renderer@1.9.31

## 1.9.33

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

## 1.9.34

### Patch Changes

- Updated dependencies [7f4c858c]
- @antv/g-plugin-device-renderer@1.9.31

## 1.9.33

### 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.33",
"version": "1.9.34",
"description": "A renderer implemented by WebGPU",
"keywords": [
"antv",
Expand Down

0 comments on commit 06153d6

Please sign in to comment.