Skip to content

Commit

Permalink
v8.0.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabo committed Oct 2, 2023
1 parent 1c2ded3 commit 688bde0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions examples/common/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowmap.gl/examples-common",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"private": true,
"main": "src/index.js",
"types": "src/index.d.ts",
"module": "src/index.js",
"license": "MIT",
"dependencies": {
"@flowmap.gl/data": "^8.0.0-alpha.26",
"@flowmap.gl/layers": "^8.0.0-alpha.26",
"@flowmap.gl/data": "^8.0.0-alpha.27",
"@flowmap.gl/layers": "^8.0.0-alpha.27",
"d3-fetch": "^3.0.1",
"h3-js": "^4.1.0",
"lil-gui": "^0.18.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowmap.gl/react-app",
"private": true,
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@deck.gl/react": "^8.9.28",
"@flowmap.gl/data": "^8.0.0-alpha.26",
"@flowmap.gl/layers": "^8.0.0-alpha.26",
"@flowmap.gl/data": "^8.0.0-alpha.27",
"@flowmap.gl/layers": "^8.0.0-alpha.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-worker-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowmap.gl/react-worker-app",
"private": true,
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,8 +11,8 @@
"preview": "vite preview"
},
"dependencies": {
"@flowmap.gl/data": "^8.0.0-alpha.26",
"@flowmap.gl/layers": "^8.0.0-alpha.26",
"@flowmap.gl/data": "^8.0.0-alpha.27",
"@flowmap.gl/layers": "^8.0.0-alpha.27",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/csv": "^3.4.14",
"comlink": "^4.4.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowmap.gl/svelte-app",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"private": true,
"scripts": {
"build": "rollup -c",
Expand All @@ -11,8 +11,8 @@
"@deck.gl/core": "^8.9.28",
"@deck.gl/layers": "^8.9.28",
"@deck.gl/react": "^8.9.28",
"@flowmap.gl/data": "^8.0.0-alpha.26",
"@flowmap.gl/layers": "^8.0.0-alpha.26",
"@flowmap.gl/data": "^8.0.0-alpha.27",
"@flowmap.gl/layers": "^8.0.0-alpha.27",
"@luma.gl/constants": "^8.5.21",
"@luma.gl/core": "^8.5.21",
"@rollup/plugin-commonjs": "^25.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowmap.gl/webpack-app",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"@deck.gl/core": "^8.9.28",
"@deck.gl/layers": "^8.9.28",
"@flowmap.gl/data": "^8.0.0-alpha.26",
"@flowmap.gl/layers": "^8.0.0-alpha.26",
"@flowmap.gl/data": "^8.0.0-alpha.27",
"@flowmap.gl/layers": "^8.0.0-alpha.27",
"@luma.gl/constants": "^8.5.21",
"@luma.gl/core": "^8.5.21",
"d3-fetch": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowmap.gl/data",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowmap.gl/layers",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 688bde0

Please sign in to comment.