Skip to content

Commit

Permalink
v4.1.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 27, 2024
1 parent e7290d5 commit fa5b6ee
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v4.1.0-alpha.8
## v4.1.0-alpha.9

- chore: switch to @vis.gl/dev-tools and CI release
- feat(types): Sized numeric arrays (#16)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -25,7 +25,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -45,7 +45,7 @@
"./src/lib/common.js"
],
"dependencies": {
"@math.gl/types": "4.1.0-alpha.8"
"@math.gl/types": "4.1.0-alpha.9"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
8 changes: 4 additions & 4 deletions modules/culling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -25,7 +25,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -42,8 +42,8 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8",
"@math.gl/types": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9",
"@math.gl/types": "4.1.0-alpha.9"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
4 changes: 2 additions & 2 deletions modules/dggs-geohash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"javascript",
"math",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions modules/dggs-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"javascript",
"math",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions modules/dggs-s2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"javascript",
"math",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions modules/geoid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -23,7 +23,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -40,7 +40,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
8 changes: 4 additions & 4 deletions modules/geospatial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -39,8 +39,8 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8",
"@math.gl/types": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9",
"@math.gl/types": "4.1.0-alpha.9"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -27,6 +27,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9"
}
}
6 changes: 3 additions & 3 deletions modules/polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -33,6 +33,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9"
}
}
6 changes: 3 additions & 3 deletions modules/proj4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -24,7 +24,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8",
"@math.gl/core": "4.1.0-alpha.9",
"@types/proj4": "^2.5.0",
"proj4": "2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/sun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"javascript",
"math",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions modules/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"typescript",
"javascript",
Expand All @@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions modules/web-mercator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Uber Technologies, Inc.",
"license": "MIT",
"type": "module",
"version": "4.1.0-alpha.8",
"version": "4.1.0-alpha.9",
"keywords": [
"webgl",
"javascript",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand All @@ -34,7 +34,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.8"
"@math.gl/core": "4.1.0-alpha.9"
},
"devDependencies": {
"mock-browser": "^0.92.14"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/vis.gl/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},
"workspaces": [
"modules/*",
Expand Down
Loading

0 comments on commit fa5b6ee

Please sign in to comment.