Skip to content

Commit

Permalink
Release (#1504)
Browse files Browse the repository at this point in the history
* feat: support lambert material (#1501)

* feat: support lambert material

* fix: gradient for path in webgl #1447

* fix: fill subpath correctly in webgl #1429

* feat: add cone, cylinder and capsule geometry

* chore: update pnpm lock

* chore: commit changeset

* chore(release): bump version (#1503)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 29, 2023
1 parent 45b1cd7 commit a2c346c
Show file tree
Hide file tree
Showing 154 changed files with 2,855 additions and 753 deletions.
7 changes: 7 additions & 0 deletions packages/g-camera-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-camera-api

## 1.2.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 1.2.12

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

## 1.11.16

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13
- @antv/g-plugin-canvas-path-generator@1.3.13
- @antv/g-plugin-canvas-picker@1.10.13
- @antv/g-plugin-canvas-renderer@1.9.13
- @antv/g-plugin-dom-interaction@1.9.13
- @antv/g-plugin-html-renderer@1.9.16
- @antv/g-plugin-image-loader@1.3.13

## 1.11.15

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

## 0.10.16

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13
- @antv/g-plugin-canvas-path-generator@1.3.13
- @antv/g-plugin-canvas-picker@1.10.13
- @antv/g-plugin-canvaskit-renderer@1.3.13
- @antv/g-plugin-dom-interaction@1.9.13
- @antv/g-plugin-html-renderer@1.9.16
- @antv/g-plugin-image-loader@1.3.13

## 0.10.15

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

## 1.9.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 1.9.12

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

## 1.2.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 1.2.12

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

## 2.2.16

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 2.2.15

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

## 0.7.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 0.7.12

### 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.12",
"version": "0.7.13",
"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.2.13

### Patch Changes

- e5d69c70: Fix gradient path & add more geometry.

## 1.2.12

### 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.12",
"version": "1.2.13",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down
159 changes: 0 additions & 159 deletions packages/g-lite/src/components/hierarchy/Hierarchy.ts

This file was deleted.

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

## 0.2.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 0.2.12

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

## 0.8.13

### Patch Changes

- Updated dependencies [e5d69c70]
- @antv/g-lite@1.2.13

## 0.8.12

### 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.12",
"version": "0.8.13",
"description": "Create a CanvasLike element from existed context in mobile environment",
"keywords": [
"antv",
Expand Down
Loading

0 comments on commit a2c346c

Please sign in to comment.