Skip to content

Commit

Permalink
v4.1.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 27, 2024
1 parent bdb9f7b commit 8e93df6
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v4.1.0-alpha.6

- chore: switch to @vis.gl/dev-tools and CI release
- feat(types): Sized numeric arrays (#16)

## v4.1.0-alpha.5
## v4.1.0-alpha.4

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.5",
"version": "4.1.0-alpha.6",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -45,7 +45,7 @@
"./src/lib/common.js"
],
"dependencies": {
"@math.gl/types": "4.1.0-alpha.5"
"@math.gl/types": "4.1.0-alpha.6"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
6 changes: 3 additions & 3 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -42,8 +42,8 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5",
"@math.gl/types": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6",
"@math.gl/types": "4.1.0-alpha.6"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"javascript",
"math",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"javascript",
"math",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"javascript",
"math",
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -40,7 +40,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
6 changes: 3 additions & 3 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -39,8 +39,8 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5",
"@math.gl/types": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6",
"@math.gl/types": "4.1.0-alpha.6"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
4 changes: 2 additions & 2 deletions modules/main/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.5",
"version": "4.1.0-alpha.6",
"keywords": [],
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6"
}
}
4 changes: 2 additions & 2 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand All @@ -33,6 +33,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6"
}
}
4 changes: 2 additions & 2 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5",
"@math.gl/core": "4.1.0-alpha.6",
"@types/proj4": "^2.5.0",
"proj4": "2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"javascript",
"math",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"typescript",
"javascript",
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "4.1.0-alpha.6",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -34,7 +34,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.1.0-alpha.5"
"@math.gl/core": "4.1.0-alpha.6"
},
"devDependencies": {
"mock-browser": "^0.92.14"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -996,20 +996,20 @@ __metadata:
languageName: node
linkType: hard

"@math.gl/core@npm:4.1.0-alpha.5, @math.gl/core@workspace:modules/core":
"@math.gl/core@npm:4.1.0-alpha.6, @math.gl/core@workspace:modules/core":
version: 0.0.0-use.local
resolution: "@math.gl/core@workspace:modules/core"
dependencies:
"@math.gl/types": "npm:4.1.0-alpha.5"
"@math.gl/types": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

"@math.gl/culling@workspace:modules/culling":
version: 0.0.0-use.local
resolution: "@math.gl/culling@workspace:modules/culling"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/types": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
"@math.gl/types": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1037,32 +1037,32 @@ __metadata:
version: 0.0.0-use.local
resolution: "@math.gl/geoid@workspace:modules/geoid"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

"@math.gl/geospatial@workspace:modules/geospatial":
version: 0.0.0-use.local
resolution: "@math.gl/geospatial@workspace:modules/geospatial"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/types": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
"@math.gl/types": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

"@math.gl/polygon@workspace:modules/polygon":
version: 0.0.0-use.local
resolution: "@math.gl/polygon@workspace:modules/polygon"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

"@math.gl/proj4@workspace:modules/proj4":
version: 0.0.0-use.local
resolution: "@math.gl/proj4@workspace:modules/proj4"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
"@types/proj4": "npm:^2.5.0"
proj4: "npm:2.6.2"
languageName: unknown
Expand All @@ -1074,7 +1074,7 @@ __metadata:
languageName: unknown
linkType: soft

"@math.gl/types@npm:4.1.0-alpha.5, @math.gl/types@workspace:modules/types":
"@math.gl/types@npm:4.1.0-alpha.6, @math.gl/types@workspace:modules/types":
version: 0.0.0-use.local
resolution: "@math.gl/types@workspace:modules/types"
languageName: unknown
Expand All @@ -1084,7 +1084,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@math.gl/web-mercator@workspace:modules/web-mercator"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
mock-browser: "npm:^0.92.14"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9384,7 +9384,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "math.gl@workspace:modules/main"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.5"
"@math.gl/core": "npm:4.1.0-alpha.6"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8e93df6

Please sign in to comment.