Skip to content

Commit

Permalink
v4.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jul 28, 2024
1 parent 98a4a3d commit 1a4dbbc
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.1.0-alpha.1",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand All @@ -17,4 +17,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -45,7 +45,7 @@
"./src/lib/common.js"
],
"dependencies": {
"@math.gl/types": "4.0.1"
"@math.gl/types": "4.1.0-alpha.1"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
4 changes: 2 additions & 2 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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -42,7 +42,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
},
"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.0.1",
"version": "4.1.0-alpha.1",
"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.0.1",
"version": "4.1.0-alpha.1",
"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.0.1",
"version": "4.1.0-alpha.1",
"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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -40,7 +40,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
},
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
}
4 changes: 2 additions & 2 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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -39,7 +39,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
},
"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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [],
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
}
}
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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand All @@ -33,6 +33,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
}
}
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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.1",
"@math.gl/core": "4.1.0-alpha.1",
"@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.0.1",
"version": "4.1.0-alpha.1",
"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.0.1",
"version": "4.1.0-alpha.1",
"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.0.1",
"version": "4.1.0-alpha.1",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -34,7 +34,7 @@
"src"
],
"dependencies": {
"@math.gl/core": "^4.0.1"
"@math.gl/core": "4.1.0-alpha.1"
},
"devDependencies": {
"mock-browser": "^0.92.14"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2388,19 +2388,19 @@ __metadata:
languageName: node
linkType: hard

"@math.gl/core@npm:4.0.1, @math.gl/core@npm:^4.0.1, @math.gl/core@workspace:modules/core":
"@math.gl/core@npm:4.1.0-alpha.1, @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.0.1"
"@math.gl/types": "npm:4.1.0-alpha.1"
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.0.1"
"@math.gl/core": "npm:4.1.0-alpha.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2428,31 +2428,31 @@ __metadata:
version: 0.0.0-use.local
resolution: "@math.gl/geoid@workspace:modules/geoid"
dependencies:
"@math.gl/core": "npm:4.0.1"
"@math.gl/core": "npm:4.1.0-alpha.1"
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.0.1"
"@math.gl/core": "npm:4.1.0-alpha.1"
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.0.1"
"@math.gl/core": "npm:4.1.0-alpha.1"
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.0.1"
"@math.gl/core": "npm:4.1.0-alpha.1"
"@types/proj4": "npm:^2.5.0"
proj4: "npm:2.6.2"
languageName: unknown
Expand All @@ -2464,7 +2464,7 @@ __metadata:
languageName: unknown
linkType: soft

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

Expand Down

0 comments on commit 1a4dbbc

Please sign in to comment.