Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-lite@1.0.68
 - @antv/g-mobile-webgl@0.7.72
 - @antv/g-plugin-3d@1.7.55
 - @antv/g-plugin-annotation@0.2.67
 - @antv/g-plugin-control@1.7.52
 - @antv/g-plugin-device-renderer@1.7.68
 - @antv/g-plugin-webgl-device@1.7.52
 - @antv/g-shader-components@1.7.53
 - @antv/g-webgl@1.7.72
 - @antv/g-webgpu@1.7.71
 - @antv/g@5.16.31
 - @antv/react-g@1.8.77
  • Loading branch information
xiaoiver committed Jun 8, 2023
1 parent 89c09d2 commit e0c2db3
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
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.0.67",
"version": "1.0.68",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down
6 changes: 3 additions & 3 deletions 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.7.71",
"version": "0.7.72",
"description": "A renderer implemented by WebGL1/2 in mobile environment",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,12 +30,12 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.67",
"@antv/g-plugin-device-renderer": "^1.7.68",
"@antv/g-plugin-dragndrop": "^1.6.49",
"@antv/g-plugin-html-renderer": "^1.7.54",
"@antv/g-plugin-image-loader": "^1.1.52",
"@antv/g-plugin-mobile-interaction": "^0.7.49",
"@antv/g-plugin-webgl-device": "^1.7.51",
"@antv/g-plugin-webgl-device": "^1.7.52",
"@antv/util": "^3.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.7.54",
"version": "1.7.55",
"description": "Provide 3D extension for G",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-shader-components": "^1.7.52",
"@antv/g-shader-components": "^1.7.53",
"gl-matrix": "^3.1.0",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-annotation",
"version": "0.2.66",
"version": "0.2.67",
"description": "A G plugin for annotation",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-control",
"version": "1.7.51",
"version": "1.7.52",
"description": "A G plugin for orbit control",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 deletions 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.7.67",
"version": "1.7.68",
"description": "A G plugin of renderer implementation with GPUDevice",
"keywords": [
"antv",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@antv/g-plugin-image-loader": "^1.1.52",
"@antv/g-shader-components": "^1.7.52",
"@antv/g-shader-components": "^1.7.53",
"@antv/util": "^3.3.1",
"@types/offscreencanvas": "^2019.6.4",
"@webgpu/types": "^0.1.6",
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.7.51",
"version": "1.7.52",
"description": "A G plugin implements GPUDevice interface with WebGL API",
"keywords": [
"antv",
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.7.52",
"version": "1.7.53",
"description": "Shader components based on glslify",
"keywords": [
"antv",
Expand Down
6 changes: 3 additions & 3 deletions 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.7.71",
"version": "1.7.72",
"description": "A renderer implemented by WebGL1/2",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,11 +30,11 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.67",
"@antv/g-plugin-device-renderer": "^1.7.68",
"@antv/g-plugin-dom-interaction": "^1.7.50",
"@antv/g-plugin-html-renderer": "^1.7.54",
"@antv/g-plugin-image-loader": "^1.1.52",
"@antv/g-plugin-webgl-device": "^1.7.51",
"@antv/g-plugin-webgl-device": "^1.7.52",
"@antv/util": "^3.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.7.70",
"version": "1.7.71",
"description": "A renderer implemented by WebGPU",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.67",
"@antv/g-plugin-device-renderer": "^1.7.68",
"@antv/g-plugin-dom-interaction": "^1.7.50",
"@antv/g-plugin-html-renderer": "^1.7.54",
"@antv/g-plugin-image-loader": "^1.1.52",
Expand Down
4 changes: 2 additions & 2 deletions packages/g/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g",
"version": "5.16.30",
"version": "5.16.31",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@antv/g-css-layout-api": "^1.0.38",
"@antv/g-css-typed-om-api": "^1.0.38",
"@antv/g-dom-mutation-observer-api": "^1.0.38",
"@antv/g-lite": "^1.0.67",
"@antv/g-lite": "^1.0.68",
"@antv/g-web-animations-api": "^1.0.39"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.8.76",
"version": "1.8.77",
"description": "react render for @antv/g",
"keywords": [
"react",
Expand Down Expand Up @@ -31,7 +31,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g": "^5.16.30",
"@antv/g": "^5.16.31",
"@antv/util": "^3.3.1",
"react-reconciler": "^0.26.2",
"scheduler": "^0.20.2",
Expand Down

0 comments on commit e0c2db3

Please sign in to comment.