Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
 - @react-vertex/[email protected]
  • Loading branch information
sghall committed Feb 24, 2021
1 parent ac710b2 commit 461e8a9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 32 deletions.
5 changes: 2 additions & 3 deletions packages/color-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/color-hooks",
"author": "Steven Hall <[email protected]>",
"version": "2.0.0",
"version": "3.0.0",
"description": "React hooks for WebGL friendly colors",
"keywords": [
"react",
Expand Down Expand Up @@ -44,6 +44,5 @@
"@babel/runtime": "^7.4.3",
"hex-rgb": "^4.2.0",
"rgb-hex": "^3.0.0"
},
"devDependencies": {}
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/core",
"author": "Steven Hall <[email protected]>",
"version": "3.0.0",
"version": "4.0.0",
"description": "React Vertex core",
"keywords": [
"react",
Expand Down
8 changes: 4 additions & 4 deletions packages/geometry-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/geometry-hooks",
"author": "Steven Hall <[email protected]>",
"version": "3.0.0",
"version": "4.0.0",
"description": "React hooks for geometries in React Vertex",
"keywords": [
"react",
Expand Down Expand Up @@ -39,13 +39,13 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^16.8.6",
"@react-vertex/core": "^3.0.0"
"@react-vertex/core": "^3.0.0",
"react": "^16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.4.3"
},
"devDependencies": {
"@react-vertex/core": "*"
"@react-vertex/core": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/material-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/material-hooks",
"author": "Steven Hall <[email protected]>",
"version": "3.0.0",
"version": "4.0.0",
"description": "React hooks for materials in React Vertex",
"keywords": [
"react",
Expand Down Expand Up @@ -36,14 +36,14 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^16.8.6",
"@react-vertex/core": "^3.0.0"
"@react-vertex/core": "^3.0.0",
"react": "^16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.4.3"
},
"devDependencies": {
"@react-vertex/core": "*",
"@react-vertex/core": "^4.0.0",
"glsl-diffuse-oren-nayar": "^1.0.2",
"glsl-gamma": "^2.0.0",
"glsl-inverse": "^1.0.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/math-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/math-hooks",
"author": "Steven Hall <[email protected]>",
"version": "2.0.0",
"version": "3.0.0",
"description": "React hooks for WebGL vectors and matrices",
"keywords": [
"react",
Expand Down Expand Up @@ -43,6 +43,5 @@
"dependencies": {
"@babel/runtime": "^7.4.3",
"gl-matrix": "^3.3.0"
},
"devDependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/orbit-camera/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/orbit-camera",
"author": "Steven Hall <[email protected]>",
"version": "3.0.0",
"version": "4.0.0",
"description": "Orbit Camera and Controls for React Vertex",
"keywords": [
"react",
Expand Down Expand Up @@ -36,16 +36,16 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^16.8.6",
"@react-vertex/core": "^3.0.0"
"@react-vertex/core": "^3.0.0",
"react": "^16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"gl-matrix": "^3.3.0",
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
"@react-vertex/core": "*",
"@react-vertex/core": "^4.0.0",
"@types/lodash.throttle": "^4.1.6"
}
}
10 changes: 5 additions & 5 deletions packages/scene-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/scene-helpers",
"author": "Steven Hall <[email protected]>",
"version": "2.0.0",
"version": "3.0.0",
"description": "Scene helpers for React Vertex",
"keywords": [
"react",
Expand Down Expand Up @@ -36,20 +36,20 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@react-vertex/core": "^3.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@react-vertex/core": "^3.0.0"
"react-dom": "^16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@react-vertex/color-hooks": "^2.0.0",
"@react-vertex/color-hooks": "^3.0.0",
"prop-types": "^15.7.2",
"react-color": "^2.19.3",
"react-compound-slider": "^3.3.1",
"react-select": "^4.0.2"
},
"devDependencies": {
"@react-vertex/core": "*",
"@react-vertex/core": "^4.0.0",
"@types/react-color": "^3.0.4",
"@types/react-select": "^4.0.12"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-vertex/website",
"private": true,
"version": "1.8.1",
"version": "2.0.0",
"description": "React hooks for WebGL friendly colors",
"keywords": [
"react",
Expand Down Expand Up @@ -37,13 +37,13 @@
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-vertex/color-hooks": "2.0.0",
"@react-vertex/core": "3.0.0",
"@react-vertex/geometry-hooks": "3.0.0",
"@react-vertex/material-hooks": "3.0.0",
"@react-vertex/math-hooks": "2.0.0",
"@react-vertex/orbit-camera": "3.0.0",
"@react-vertex/scene-helpers": "2.0.0",
"@react-vertex/color-hooks": "^3.0.0",
"@react-vertex/core": "^4.0.0",
"@react-vertex/geometry-hooks": "^4.0.0",
"@react-vertex/material-hooks": "^4.0.0",
"@react-vertex/math-hooks": "^3.0.0",
"@react-vertex/orbit-camera": "^4.0.0",
"@react-vertex/scene-helpers": "^3.0.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"d3-scale-chromatic": "^2.0.0",
Expand Down

0 comments on commit 461e8a9

Please sign in to comment.