Skip to content

Commit

Permalink
[chore] updates for kepler.gl 3.0.0 (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Dec 21, 2023
1 parent 21a445f commit 9fadc5a
Show file tree
Hide file tree
Showing 18 changed files with 85 additions and 80 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,11 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## [3.0.0] - December 21 2023

- 21a445fd [chore] update readme, fix examples, show effects button (#2492)
- de8cb971 [Fix] GeoArrow demo not working (#2491)

## [3.0.0-alpha.2] - December 17 2023

- 5264c5f5 [fix] add thumbnails (#2486)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "kepler.gl",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@deck.gl/mapbox": "^8.9.27",
"@hubble.gl/core": "1.2.0-alpha.6",
"@hubble.gl/react": "1.2.0-alpha.6",
"@kepler.gl/components": "3.0.0-alpha.2",
"@kepler.gl/components": "3.0.0",
"@loaders.gl/polyfills": "^4.1.0-alpha.4",
"@types/mapbox__geo-viewport": "^0.4.1",
"@typescript-eslint/parser": "^5.27.0",
Expand Down
12 changes: 6 additions & 6 deletions src/actions/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/actions",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
],
"dependencies": {
"@deck.gl/core": "^8.9.27",
"@kepler.gl/cloud-providers": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/layers": "3.0.0-alpha.2",
"@kepler.gl/processors": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/cloud-providers": "3.0.0",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/layers": "3.0.0",
"@kepler.gl/processors": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@reduxjs/toolkit": "^1.7.2",
"@types/lodash.curry": "^4.1.7",
"@types/react-redux": "^7.1.23",
Expand Down
4 changes: 2 additions & 2 deletions src/cloud-providers/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/cloud-providers",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0",
"react": "^18.2.0"
},
"nyc": {
Expand Down
28 changes: 14 additions & 14 deletions src/components/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/components",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,19 +37,19 @@
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@floating-ui/react": "0.25.1",
"@kepler.gl/actions": "3.0.0-alpha.2",
"@kepler.gl/cloud-providers": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/effects": "3.0.0-alpha.2",
"@kepler.gl/layers": "3.0.0-alpha.2",
"@kepler.gl/localization": "3.0.0-alpha.2",
"@kepler.gl/processors": "3.0.0-alpha.2",
"@kepler.gl/reducers": "3.0.0-alpha.2",
"@kepler.gl/schemas": "3.0.0-alpha.2",
"@kepler.gl/styles": "3.0.0-alpha.2",
"@kepler.gl/table": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/actions": "3.0.0",
"@kepler.gl/cloud-providers": "3.0.0",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/effects": "3.0.0",
"@kepler.gl/layers": "3.0.0",
"@kepler.gl/localization": "3.0.0",
"@kepler.gl/processors": "3.0.0",
"@kepler.gl/reducers": "3.0.0",
"@kepler.gl/schemas": "3.0.0",
"@kepler.gl/styles": "3.0.0",
"@kepler.gl/table": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@mapbox/mapbox-sdk": "^0.15.3",
"@nebula.gl/edit-modes": "1.0.2-alpha.1",
"@tippyjs/react": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/constants",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0",
"@types/d3-scale": "^3.2.2",
"@types/keymirror": "^0.1.1",
"colorbrewer": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions src/deckgl-layers/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/deckgl-layers",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@deck.gl/core": "^8.9.27",
"@deck.gl/geo-layers": "^8.9.27",
"@deck.gl/layers": "^8.9.27",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
Expand Down
8 changes: 4 additions & 4 deletions src/effects/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/effects",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl viaual effects",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@deck.gl/core": "^8.9.27",
"@luma.gl/core": "^8.5.20",
"@luma.gl/shadertools": "^8.5.20",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2"
"@kepler.gl/utils": "3.0.0",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/types": "3.0.0"
},
"nyc": {
"sourceMap": false,
Expand Down
14 changes: 7 additions & 7 deletions src/layers/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/layers",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"@deck.gl/geo-layers": "^8.9.27",
"@deck.gl/layers": "^8.9.27",
"@deck.gl/mesh-layers": "^8.9.27",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/deckgl-layers": "3.0.0-alpha.2",
"@kepler.gl/localization": "3.0.0-alpha.2",
"@kepler.gl/table": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/deckgl-layers": "3.0.0",
"@kepler.gl/localization": "3.0.0",
"@kepler.gl/table": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@loaders.gl/arrow": "^4.1.0-alpha.4",
"@loaders.gl/core": "^4.1.0-alpha.4",
"@loaders.gl/gis": "^4.1.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion src/localization/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/localization",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions src/processors/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/processors",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
],
"dependencies": {
"@danmarshall/deckgl-typings": "4.9.22",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/schemas": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/schemas": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@loaders.gl/arrow": "^4.1.0-alpha.4",
"@loaders.gl/core": "^4.1.0-alpha.4",
"@loaders.gl/csv": "^4.1.0-alpha.4",
Expand Down
28 changes: 14 additions & 14 deletions src/reducers/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/reducers",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,19 +30,19 @@
"umd"
],
"dependencies": {
"@kepler.gl/actions": "3.0.0-alpha.2",
"@kepler.gl/cloud-providers": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/deckgl-layers": "3.0.0-alpha.2",
"@kepler.gl/layers": "3.0.0-alpha.2",
"@kepler.gl/effects": "3.0.0-alpha.2",
"@kepler.gl/localization": "3.0.0-alpha.2",
"@kepler.gl/processors": "3.0.0-alpha.2",
"@kepler.gl/schemas": "3.0.0-alpha.2",
"@kepler.gl/table": "3.0.0-alpha.2",
"@kepler.gl/tasks": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/actions": "3.0.0",
"@kepler.gl/cloud-providers": "3.0.0",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/deckgl-layers": "3.0.0",
"@kepler.gl/layers": "3.0.0",
"@kepler.gl/effects": "3.0.0",
"@kepler.gl/localization": "3.0.0",
"@kepler.gl/processors": "3.0.0",
"@kepler.gl/schemas": "3.0.0",
"@kepler.gl/table": "3.0.0",
"@kepler.gl/tasks": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
"@turf/bbox": "^6.0.1",
"@types/lodash.clonedeep": "^4.5.7",
Expand Down
12 changes: 6 additions & 6 deletions src/schemas/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/schemas",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl schemas used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"umd"
],
"dependencies": {
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/layers": "3.0.0-alpha.2",
"@kepler.gl/table": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/layers": "3.0.0",
"@kepler.gl/table": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
"@types/keymirror": "^0.1.1",
"@types/lodash.clonedeep": "^4.5.7",
Expand Down
4 changes: 2 additions & 2 deletions src/styles/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/styles",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@types/styled-components": "^5.1.25",
"styled-components": "^4.1.3"
},
Expand Down
10 changes: 5 additions & 5 deletions src/table/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/table",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
"umd"
],
"dependencies": {
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/layers": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/utils": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/layers": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@kepler.gl/utils": "3.0.0",
"@types/d3-array": "^2.0.0",
"@types/lodash.uniq": "^4.5.7",
"d3-array": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/tasks/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/tasks",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"@kepler.gl/processors": "3.0.0-alpha.2",
"@kepler.gl/processors": "3.0.0",
"d3-request": "^1.0.6",
"react-palm": "^3.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/types/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/types",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl types used by kepler.gl components, actions and reducers",
"license": "MIT",
"types": "index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions src/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/utils",
"author": "Shan He <shan@uber.com>",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"apache-arrow": "^13.0.0",
"@kepler.gl/constants": "3.0.0-alpha.2",
"@kepler.gl/types": "3.0.0-alpha.2",
"@kepler.gl/constants": "3.0.0",
"@kepler.gl/types": "3.0.0",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
Expand Down

0 comments on commit 9fadc5a

Please sign in to comment.