Skip to content

Commit

Permalink
bump version to 22.6.1 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Aug 16, 2022
1 parent a72f83e commit 0713f61
Show file tree
Hide file tree
Showing 55 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "22.6.0",
"version": "22.6.1",
"npmClient": "yarn",
"skipGit": true,
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/core",
"version": "22.6.0",
"version": "22.6.1",
"description": "Shared CMake modules, TypeScript configurations, and C++ headers for RAPIDS node native modules",
"main": "index.js",
"types": "build/js",
Expand Down
4 changes: 2 additions & 2 deletions modules/cuda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/cuda",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"tsc:watch": "rimraf build/js && tsc -p ./tsconfig.json -w"
},
"dependencies": {
"@rapidsai/core": "22.6.0"
"@rapidsai/core": "22.6.1"
},
"files": [
"LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions modules/cudf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/cudf",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"types": "build/js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dev:cpack": "cd build/Release && cpack -G TGZ >/dev/null && echo \"$(realpath -m ./rapidsai_*-*-*.tar.gz)\""
},
"dependencies": {
"@rapidsai/cuda": "22.6.0",
"@rapidsai/rmm": "22.6.0",
"@rapidsai/cuda": "22.6.1",
"@rapidsai/rmm": "22.6.1",
"apache-arrow": "^8.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions modules/cugraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/cugraph",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down Expand Up @@ -36,10 +36,10 @@
"dev:cpack": "cd build/Release && cpack -G TGZ >/dev/null && echo \"$(realpath -m ./rapidsai_*-*-*.tar.gz)\""
},
"dependencies": {
"@rapidsai/cudf": "22.6.0"
"@rapidsai/cudf": "22.6.1"
},
"devDependencies": {
"@rapidsai/cuml": "22.6.0"
"@rapidsai/cuml": "22.6.1"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions modules/cuml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/cuml",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"dev:cpack": "cd build/Release && cpack -G TGZ >/dev/null && echo \"$(realpath -m ./rapidsai_*-*-*.tar.gz)\""
},
"dependencies": {
"@rapidsai/cudf": "22.6.0"
"@rapidsai/cudf": "22.6.1"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions modules/cuspatial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/cuspatial",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"dev:cpack": "cd build/Release && cpack -G TGZ >/dev/null && echo \"$(realpath -m ./rapidsai_*-*-*.tar.gz)\""
},
"dependencies": {
"@rapidsai/cudf": "22.6.0"
"@rapidsai/cudf": "22.6.1"
},
"files": [
"LICENSE",
Expand Down
8 changes: 4 additions & 4 deletions modules/deck.gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/deck.gl",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -24,9 +24,9 @@
"@luma.gl/core": "8.5.10",
"@luma.gl/engine": "8.5.10",
"@luma.gl/webgl": "8.5.10",
"@rapidsai/core": "22.6.0",
"@rapidsai/cuda": "22.6.0",
"@rapidsai/cudf": "22.6.0",
"@rapidsai/core": "22.6.1",
"@rapidsai/cuda": "22.6.1",
"@rapidsai/cudf": "22.6.1",
"mjolnir.js": "2.6.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion modules/demo/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@rapidsai/demo-api-server",
"main": "index.js",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion modules/demo/client-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidsai/demo-client-server",
"version": "22.6.0",
"version": "22.6.1",
"private": true,
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/3d-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-3d-heatmap",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/aggregation-layers": "8.6.6",
"@deck.gl/core": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"d3-request": "1.0.6",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/3d-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-3d-tiles",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -20,7 +20,7 @@
"@loaders.gl/3d-tiles": "3.1.6",
"@loaders.gl/core": "3.1.6",
"@loaders.gl/draco": "3.1.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/arc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-arc",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"d3-scale": "2.2.2",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-bezier",
"version": "22.6.0",
"version": "22.6.1",
"main": "index.js",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
Expand All @@ -17,7 +17,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/brushing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-brushing",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/extensions": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"d3-scale": "2.2.2",
"gl-matrix": "3.3.0",
"mjolnir.js": "2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/geojson/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-geojson",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"d3-scale": "2.2.2",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-heatmap",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/aggregation-layers": "8.6.6",
"@deck.gl/core": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/highway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-highway",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"d3-request": "1.0.6",
"d3-scale": "2.2.2",
"mjolnir.js": "2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-icon",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -16,7 +16,7 @@
"@deck.gl/core": "8.6.6",
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/image-tile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-image-tile",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -18,7 +18,7 @@
"@deck.gl/mesh-layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@loaders.gl/core": "3.1.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/interleaved-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-interleaved-buffer",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -17,7 +17,7 @@
"@deck.gl/layers": "8.6.6",
"@luma.gl/constants": "8.5.10",
"@luma.gl/core": "8.5.10",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-line",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -17,7 +17,7 @@
"@deck.gl/layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@luma.gl/constants": "8.5.10",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/map-tile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-map-tile",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -17,7 +17,7 @@
"@deck.gl/layers": "8.6.6",
"@deck.gl/mesh-layers": "8.6.6",
"@deck.gl/react": "8.6.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/demo/deck/mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rapidsai/demo-deck-mesh-layer-example",
"version": "22.6.0",
"version": "22.6.1",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
Expand All @@ -19,7 +19,7 @@
"@deck.gl/react": "8.6.6",
"@loaders.gl/core": "3.1.6",
"@loaders.gl/obj": "3.1.6",
"@rapidsai/jsdom": "22.6.0",
"@rapidsai/jsdom": "22.6.1",
"mjolnir.js": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
Loading

0 comments on commit 0713f61

Please sign in to comment.