Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @antv/g-lite@1.0.62
 - @antv/g-mobile-webgl@0.7.66
 - @antv/g-plugin-3d@1.7.51
 - @antv/g-plugin-device-renderer@1.7.62
 - @antv/g-shader-components@1.7.49
 - @antv/g-webgl@1.7.66
 - @antv/g-webgpu@1.7.65
 - @antv/g@5.16.25
 - @antv/react-g@1.8.71
  • Loading branch information
xiaoiver committed May 23, 2023
1 parent 4d97e60 commit e2b7b3d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.61",
"version": "1.0.62",
"description": "A core module for rendering engine implements DOM API.",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 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.65",
"version": "0.7.66",
"description": "A renderer implemented by WebGL1/2 in mobile environment",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.61",
"@antv/g-plugin-device-renderer": "^1.7.62",
"@antv/g-plugin-dragndrop": "^1.6.48",
"@antv/g-plugin-html-renderer": "^1.7.53",
"@antv/g-plugin-image-loader": "^1.1.51",
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.50",
"version": "1.7.51",
"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.48",
"@antv/g-shader-components": "^1.7.49",
"gl-matrix": "^3.1.0",
"tslib": "^2.3.1"
},
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.61",
"version": "1.7.62",
"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.51",
"@antv/g-shader-components": "^1.7.48",
"@antv/g-shader-components": "^1.7.49",
"@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-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.48",
"version": "1.7.49",
"description": "Shader components based on glslify",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 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.65",
"version": "1.7.66",
"description": "A renderer implemented by WebGL1/2",
"keywords": [
"antv",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g-plugin-device-renderer": "^1.7.61",
"@antv/g-plugin-device-renderer": "^1.7.62",
"@antv/g-plugin-dom-interaction": "^1.7.49",
"@antv/g-plugin-html-renderer": "^1.7.53",
"@antv/g-plugin-image-loader": "^1.1.51",
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.64",
"version": "1.7.65",
"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.61",
"@antv/g-plugin-device-renderer": "^1.7.62",
"@antv/g-plugin-dom-interaction": "^1.7.49",
"@antv/g-plugin-html-renderer": "^1.7.53",
"@antv/g-plugin-image-loader": "^1.1.51",
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.24",
"version": "5.16.25",
"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.37",
"@antv/g-css-typed-om-api": "^1.0.37",
"@antv/g-dom-mutation-observer-api": "^1.0.37",
"@antv/g-lite": "^1.0.61",
"@antv/g-lite": "^1.0.62",
"@antv/g-web-animations-api": "^1.0.38"
},
"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.70",
"version": "1.8.71",
"description": "react render for @antv/g",
"keywords": [
"react",
Expand Down Expand Up @@ -31,7 +31,7 @@
"sync": "tnpm sync"
},
"dependencies": {
"@antv/g": "^5.16.24",
"@antv/g": "^5.16.25",
"@antv/util": "^3.3.1",
"react-reconciler": "^0.26.2",
"scheduler": "^0.20.2",
Expand Down

0 comments on commit e2b7b3d

Please sign in to comment.