Skip to content

Commit 76820f5

Browse files
committed
v4.1.0
1 parent f779fc4 commit 76820f5

File tree

15 files changed

+36
-36
lines changed

15 files changed

+36
-36
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.0-alpha.9",
2+
"version": "4.1.0",
33
"npmClient": "yarn",
44
"exact": true,
55
"packages": [

modules/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -45,7 +45,7 @@
4545
"./src/lib/common.js"
4646
],
4747
"dependencies": {
48-
"@math.gl/types": "4.1.0-alpha.9"
48+
"@math.gl/types": "4.1.0"
4949
},
5050
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
5151
}

modules/culling/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -42,8 +42,8 @@
4242
"src"
4343
],
4444
"dependencies": {
45-
"@math.gl/core": "4.1.0-alpha.9",
46-
"@math.gl/types": "4.1.0-alpha.9"
45+
"@math.gl/core": "4.1.0",
46+
"@math.gl/types": "4.1.0"
4747
},
4848
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
4949
}

modules/dggs-geohash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"javascript",
1212
"math",

modules/dggs-quadkey/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"javascript",
1212
"math",

modules/dggs-s2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"javascript",
1212
"math",

modules/geoid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -40,7 +40,7 @@
4040
"src"
4141
],
4242
"dependencies": {
43-
"@math.gl/core": "4.1.0-alpha.9"
43+
"@math.gl/core": "4.1.0"
4444
},
4545
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
4646
}

modules/geospatial/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -39,8 +39,8 @@
3939
"src"
4040
],
4141
"dependencies": {
42-
"@math.gl/core": "4.1.0-alpha.9",
43-
"@math.gl/types": "4.1.0-alpha.9"
42+
"@math.gl/core": "4.1.0",
43+
"@math.gl/types": "4.1.0"
4444
},
4545
"gitHead": "e1a95300cb225a90da6e90333d4adf290f7ba501"
4646
}

modules/main/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [],
1111
"repository": {
1212
"type": "git",
@@ -27,6 +27,6 @@
2727
"src"
2828
],
2929
"dependencies": {
30-
"@math.gl/core": "4.1.0-alpha.9"
30+
"@math.gl/core": "4.1.0"
3131
}
3232
}

modules/polygon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -33,6 +33,6 @@
3333
"src"
3434
],
3535
"dependencies": {
36-
"@math.gl/core": "4.1.0-alpha.9"
36+
"@math.gl/core": "4.1.0"
3737
}
3838
}

modules/proj4/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"webgl",
1212
"javascript",
@@ -41,7 +41,7 @@
4141
"src"
4242
],
4343
"dependencies": {
44-
"@math.gl/core": "4.1.0-alpha.9",
44+
"@math.gl/core": "4.1.0",
4545
"@types/proj4": "^2.5.0",
4646
"proj4": "2.6.2"
4747
},

modules/sun/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"javascript",
1212
"math",

modules/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"version": "4.1.0-alpha.9",
9+
"version": "4.1.0",
1010
"keywords": [
1111
"typescript",
1212
"javascript",

modules/web-mercator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Uber Technologies, Inc.",
55
"license": "MIT",
66
"type": "module",
7-
"version": "4.1.0-alpha.9",
7+
"version": "4.1.0",
88
"keywords": [
99
"webgl",
1010
"javascript",
@@ -34,7 +34,7 @@
3434
"src"
3535
],
3636
"dependencies": {
37-
"@math.gl/core": "4.1.0-alpha.9"
37+
"@math.gl/core": "4.1.0"
3838
},
3939
"devDependencies": {
4040
"mock-browser": "^0.92.14"

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -956,20 +956,20 @@ __metadata:
956956
languageName: node
957957
linkType: hard
958958

959-
"@math.gl/core@npm:4.1.0-alpha.9, @math.gl/core@workspace:modules/core":
959+
"@math.gl/core@npm:4.1.0, @math.gl/core@workspace:modules/core":
960960
version: 0.0.0-use.local
961961
resolution: "@math.gl/core@workspace:modules/core"
962962
dependencies:
963-
"@math.gl/types": "npm:4.1.0-alpha.9"
963+
"@math.gl/types": "npm:4.1.0"
964964
languageName: unknown
965965
linkType: soft
966966

967967
"@math.gl/culling@workspace:modules/culling":
968968
version: 0.0.0-use.local
969969
resolution: "@math.gl/culling@workspace:modules/culling"
970970
dependencies:
971-
"@math.gl/core": "npm:4.1.0-alpha.9"
972-
"@math.gl/types": "npm:4.1.0-alpha.9"
971+
"@math.gl/core": "npm:4.1.0"
972+
"@math.gl/types": "npm:4.1.0"
973973
languageName: unknown
974974
linkType: soft
975975

@@ -997,32 +997,32 @@ __metadata:
997997
version: 0.0.0-use.local
998998
resolution: "@math.gl/geoid@workspace:modules/geoid"
999999
dependencies:
1000-
"@math.gl/core": "npm:4.1.0-alpha.9"
1000+
"@math.gl/core": "npm:4.1.0"
10011001
languageName: unknown
10021002
linkType: soft
10031003

10041004
"@math.gl/geospatial@workspace:modules/geospatial":
10051005
version: 0.0.0-use.local
10061006
resolution: "@math.gl/geospatial@workspace:modules/geospatial"
10071007
dependencies:
1008-
"@math.gl/core": "npm:4.1.0-alpha.9"
1009-
"@math.gl/types": "npm:4.1.0-alpha.9"
1008+
"@math.gl/core": "npm:4.1.0"
1009+
"@math.gl/types": "npm:4.1.0"
10101010
languageName: unknown
10111011
linkType: soft
10121012

10131013
"@math.gl/polygon@workspace:modules/polygon":
10141014
version: 0.0.0-use.local
10151015
resolution: "@math.gl/polygon@workspace:modules/polygon"
10161016
dependencies:
1017-
"@math.gl/core": "npm:4.1.0-alpha.9"
1017+
"@math.gl/core": "npm:4.1.0"
10181018
languageName: unknown
10191019
linkType: soft
10201020

10211021
"@math.gl/proj4@workspace:modules/proj4":
10221022
version: 0.0.0-use.local
10231023
resolution: "@math.gl/proj4@workspace:modules/proj4"
10241024
dependencies:
1025-
"@math.gl/core": "npm:4.1.0-alpha.9"
1025+
"@math.gl/core": "npm:4.1.0"
10261026
"@types/proj4": "npm:^2.5.0"
10271027
proj4: "npm:2.6.2"
10281028
languageName: unknown
@@ -1034,7 +1034,7 @@ __metadata:
10341034
languageName: unknown
10351035
linkType: soft
10361036

1037-
"@math.gl/types@npm:4.1.0-alpha.9, @math.gl/types@workspace:modules/types":
1037+
"@math.gl/types@npm:4.1.0, @math.gl/types@workspace:modules/types":
10381038
version: 0.0.0-use.local
10391039
resolution: "@math.gl/types@workspace:modules/types"
10401040
languageName: unknown
@@ -1044,7 +1044,7 @@ __metadata:
10441044
version: 0.0.0-use.local
10451045
resolution: "@math.gl/web-mercator@workspace:modules/web-mercator"
10461046
dependencies:
1047-
"@math.gl/core": "npm:4.1.0-alpha.9"
1047+
"@math.gl/core": "npm:4.1.0"
10481048
mock-browser: "npm:^0.92.14"
10491049
languageName: unknown
10501050
linkType: soft
@@ -8612,7 +8612,7 @@ __metadata:
86128612
version: 0.0.0-use.local
86138613
resolution: "math.gl@workspace:modules/main"
86148614
dependencies:
8615-
"@math.gl/core": "npm:4.1.0-alpha.9"
8615+
"@math.gl/core": "npm:4.1.0"
86168616
languageName: unknown
86178617
linkType: soft
86188618

0 commit comments

Comments
 (0)