Skip to content

Commit

Permalink
Merge pull request #661 from TerriaJS/terriajs-8-5-0
Browse files Browse the repository at this point in the history
Update TerriaJS to `8.5.0` + release TerriaMap `0.1.0`
  • Loading branch information
nf-s authored Feb 12, 2024
2 parents 4e53b40 + 097b384 commit ea18077
Show file tree
Hide file tree
Showing 3 changed files with 3,002 additions and 2,146 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

### The Next Release

- Updated TerriaJS to `8.4.x`.
- Replaced `node-sass` with `sass`. ("both packages expose the same JavaScript API", so no changes should be required)
- [The next improvement]

### `0.1.0`

**2024-02-08**

- Updated TerriaJS to `8.5.0`.
- **Breaking changes:**
- **Upgraded Cesium to version 6.2.0**
- **Upgraded Typescript to version 5.2.x**
- For full list of changes, see [terriajs/CHANGES.md](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md)
- Replaced `node-sass` with `sass`. (both packages expose the same JavaScript API, so no changes should be required)
- Increase NodeJS minimum version to 16

### `0.0.9`

**2023-11-24**
Expand Down
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
},
"name": "terriajs-map",
"version": "0.0.9",
"version": "0.1.0",
"description": "Geospatial catalog explorer based on TerriaJS.",
"license": "Apache-2.0",
"engines": {
Expand All @@ -24,7 +24,7 @@
"url": "http://github.com/TerriaJS/TerriaMap"
},
"dependencies": {
"terriajs-plugin-api": "0.0.1-alpha.6",
"terriajs-plugin-api": "0.0.1-alpha.16",
"terriajs-plugin-sample": "0.0.1-alpha.7",
"terriajs-server": "^4.0.0"
},
Expand All @@ -40,17 +40,20 @@
"@types/node": "^18.15.11"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.12.16",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-loader": "^8.2.3",
"babel-plugin-jsx-control-statements": "^4.0.0",
"css-loader": "^2.1.0",
"ejs": "^2.5.2",
"eslint": "^7.20.0",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^3.0.1",
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^6.0.0",
Expand All @@ -74,13 +77,13 @@
"semver": "^5.0.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "4.1.3",
"terriajs": "8.4.0",
"terriajs-cesium": "1.92.0-tile-error-provider-fix-2",
"terriajs": "8.5.0",
"terriajs-cesium": "6.2.0",
"ts-loader": "^5.3.3",
"typescript": "^4.9.5",
"typescript": "~5.2.0",
"urijs": "^1.18.12",
"url-loader": "^1.1.2",
"webpack": "~4.46.0",
"webpack": "~4.47.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.1.14",
"yargs": "^11.0.0"
Expand Down
Loading

0 comments on commit ea18077

Please sign in to comment.