Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Oct 14, 2023
1 parent 2e907e0 commit b7af99a
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 26 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CHANGELOG

4.0 track:
- ES Modules (type: module)
- gl-matrix fork
## v4.0

- docs: Update docs for 4.0 (#7)

## v4.0.0-beta.1

- chore: Remove gl-matrix import (#6)
- chore: Rename DGGS modules (#5)
- chore: Node 18 (#3)

## 4.0.0-alpha.4

Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "math.gl-benchmark-example",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"license": "MIT",
"private": true,
"scripts": {
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.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/types": "4.0.0-beta.1"
"@math.gl/types": "4.0.0"
},
"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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/core": "4.0.0-beta.1"
"@math.gl/core": "4.0.0"
},
"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.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"javascript",
"math",
Expand Down Expand Up @@ -35,6 +35,6 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/web-mercator": "4.0.0-beta.1"
"@math.gl/web-mercator": "4.0.0"
}
}
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.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"javascript",
"math",
Expand Down Expand Up @@ -35,6 +35,6 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/web-mercator": "4.0.0-beta.1"
"@math.gl/web-mercator": "4.0.0"
}
}
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.0-beta.1",
"version": "4.0.0",
"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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/core": "4.0.0-beta.1"
"@math.gl/core": "4.0.0"
},
"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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/core": "4.0.0-beta.1"
"@math.gl/core": "4.0.0"
},
"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.0-beta.1",
"version": "4.0.0",
"keywords": [],
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.0-beta.1"
"@math.gl/core": "4.0.0"
}
}
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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand All @@ -33,6 +33,6 @@
"src"
],
"dependencies": {
"@math.gl/core": "4.0.0-beta.1"
"@math.gl/core": "4.0.0"
}
}
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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.0",
"@math.gl/core": "4.0.0-beta.1",
"@math.gl/core": "4.0.0",
"@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.0-beta.1",
"version": "4.0.0",
"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.0-beta.1",
"version": "4.0.0",
"keywords": [
"typescript",
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "4.0.0",
"keywords": [
"webgl",
"javascript",
Expand Down

0 comments on commit b7af99a

Please sign in to comment.