Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump TerriaJS to 8.5.1 + release TerriaMap 0.1.1 #663

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@

### The Next Release

- [The next improvement]
### `0.1.1`

### `0.1.0`
**2024-03-05**

**2024-02-08**

- Updated TerriaJS to `8.5.0`.
- Updated TerriaJS to `8.5.1`.
- **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.1.0`~

**2024-02-08**

Failed release workflow

### `0.0.9`

**2023-11-24**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
},
"name": "terriajs-map",
"version": "0.1.0",
"version": "0.1.1",
"description": "Geospatial catalog explorer based on TerriaJS.",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"semver": "^5.0.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "4.1.3",
"terriajs": "8.5.0",
"terriajs": "8.5.1",
"terriajs-cesium": "6.2.0",
"ts-loader": "^5.3.3",
"typescript": "~5.2.0",
Expand Down
Loading
Loading