diff --git a/CHANGELOG.md b/CHANGELOG.md index cf344943..4968cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ +## 0.1.4 + +([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.3...27f26c221f3c85bdaa7954f57303ee3a0fd5a1e3)) + +### Enhancements made + +- Export to qgis [#154](https://github.com/geojupyter/jupytergis/pull/154) ([@brichet](https://github.com/brichet)) + +### Bugs fixed + +- Hotfix qgis loader for vector tile layer [#160](https://github.com/geojupyter/jupytergis/pull/160) ([@martinRenou](https://github.com/martinRenou)) +- Fix the update layers [#159](https://github.com/geojupyter/jupytergis/pull/159) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Cleanup examples [#162](https://github.com/geojupyter/jupytergis/pull/162) ([@martinRenou](https://github.com/martinRenou)) +- Update snapshots [#161](https://github.com/geojupyter/jupytergis/pull/161) ([@brichet](https://github.com/brichet)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2024-09-24&to=2024-09-24&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2024-09-24..2024-09-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-09-24..2024-09-24&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-09-24..2024-09-24&type=Issues) + + + ## 0.1.3 ([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.2...80c859e448632ddf3de6098611f4ac2ac5df99bc)) @@ -30,8 +56,6 @@ [@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2024-09-18..2024-09-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-09-18..2024-09-24&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2024-09-18..2024-09-24&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-09-18..2024-09-24&type=Issues) - - ## 0.1.2 ([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.1...2d2366ef0d447e418d6181ac24186a79a6ceeef2)) diff --git a/package.json b/package.json index 001c27e8..6f588fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/jupytergis-root", - "version": "0.1.3", + "version": "0.1.4", "private": true, "homepage": "https://github.com/geojupyter/jupytergis", "repository": { diff --git a/packages/base/package.json b/packages/base/package.json index c144fa5e..d88f44bd 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/base", - "version": "0.1.3", + "version": "0.1.4", "description": "A JupyterLab extension for 3D modelling.", "keywords": [ "jupyter", @@ -41,7 +41,7 @@ "@deathbeds/jupyterlab-rjsf": "^1.1.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^1.0.0", - "@jupytergis/schema": "^0.1.3", + "@jupytergis/schema": "^0.1.4", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/completer": "^4.2.4", diff --git a/packages/schema/package.json b/packages/schema/package.json index 718cf651..3498de56 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/schema", - "version": "0.1.3", + "version": "0.1.4", "description": "A JupyterGIS schema package.", "keywords": [ "jupytergis" diff --git a/python/jupytergis/jupytergis/__init__.py b/python/jupytergis/jupytergis/__init__.py index 83b252a1..0116cd15 100644 --- a/python/jupytergis/jupytergis/__init__.py +++ b/python/jupytergis/jupytergis/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" from jupytergis_lab import GISDocument # noqa diff --git a/python/jupytergis_core/package.json b/python/jupytergis_core/package.json index d1a1bb9b..837f3d29 100644 --- a/python/jupytergis_core/package.json +++ b/python/jupytergis_core/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/jupytergis-core", - "version": "0.1.3", + "version": "0.1.4", "description": "JupyterGIS core extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytergis/base": "^0.1.3", - "@jupytergis/schema": "^0.1.3", + "@jupytergis/base": "^0.1.4", + "@jupytergis/schema": "^0.1.4", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/docregistry": "^4.0.0", diff --git a/python/jupytergis_lab/package.json b/python/jupytergis_lab/package.json index 0f74d9ee..614b1ae6 100644 --- a/python/jupytergis_lab/package.json +++ b/python/jupytergis_lab/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/jupytergis-lab", - "version": "0.1.3", + "version": "0.1.4", "description": "JupyterGIS Lab extension.", "keywords": [ "jupyter", @@ -53,9 +53,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytergis/base": "^0.1.3", - "@jupytergis/jupytergis-core": "^0.1.3", - "@jupytergis/schema": "^0.1.3", + "@jupytergis/base": "^0.1.4", + "@jupytergis/jupytergis-core": "^0.1.4", + "@jupytergis/schema": "^0.1.4", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/python/jupytergis_qgis/package.json b/python/jupytergis_qgis/package.json index 6ffcb39b..da8e0c88 100644 --- a/python/jupytergis_qgis/package.json +++ b/python/jupytergis_qgis/package.json @@ -1,6 +1,6 @@ { "name": "@jupytergis/jupytergis-qgis", - "version": "0.1.3", + "version": "0.1.4", "description": "JupyterGIS QGIS extension.", "keywords": [ "jupyter", @@ -54,9 +54,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytergis/base": "^0.1.3", - "@jupytergis/jupytergis-core": "^0.1.3", - "@jupytergis/schema": "^0.1.3", + "@jupytergis/base": "^0.1.4", + "@jupytergis/jupytergis-core": "^0.1.4", + "@jupytergis/schema": "^0.1.4", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 3a805380..ddd64390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -867,7 +867,7 @@ __metadata: languageName: node linkType: hard -"@jupytergis/base@^0.1.3, @jupytergis/base@workspace:packages/base": +"@jupytergis/base@^0.1.4, @jupytergis/base@workspace:packages/base": version: 0.0.0-use.local resolution: "@jupytergis/base@workspace:packages/base" dependencies: @@ -875,7 +875,7 @@ __metadata: "@deathbeds/jupyterlab-rjsf": ^1.1.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^1.0.0 - "@jupytergis/schema": ^0.1.3 + "@jupytergis/schema": ^0.1.4 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/completer": ^4.2.4 @@ -918,13 +918,13 @@ __metadata: languageName: unknown linkType: soft -"@jupytergis/jupytergis-core@^0.1.3, @jupytergis/jupytergis-core@workspace:python/jupytergis_core": +"@jupytergis/jupytergis-core@^0.1.4, @jupytergis/jupytergis-core@workspace:python/jupytergis_core": version: 0.0.0-use.local resolution: "@jupytergis/jupytergis-core@workspace:python/jupytergis_core" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytergis/base": ^0.1.3 - "@jupytergis/schema": ^0.1.3 + "@jupytergis/base": ^0.1.4 + "@jupytergis/schema": ^0.1.4 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -957,9 +957,9 @@ __metadata: resolution: "@jupytergis/jupytergis-lab@workspace:python/jupytergis_lab" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytergis/base": ^0.1.3 - "@jupytergis/jupytergis-core": ^0.1.3 - "@jupytergis/schema": ^0.1.3 + "@jupytergis/base": ^0.1.4 + "@jupytergis/jupytergis-core": ^0.1.4 + "@jupytergis/schema": ^0.1.4 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -989,9 +989,9 @@ __metadata: resolution: "@jupytergis/jupytergis-qgis@workspace:python/jupytergis_qgis" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytergis/base": ^0.1.3 - "@jupytergis/jupytergis-core": ^0.1.3 - "@jupytergis/schema": ^0.1.3 + "@jupytergis/base": ^0.1.4 + "@jupytergis/jupytergis-core": ^0.1.4 + "@jupytergis/schema": ^0.1.4 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1041,7 +1041,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytergis/schema@^0.1.3, @jupytergis/schema@workspace:packages/schema": +"@jupytergis/schema@^0.1.4, @jupytergis/schema@workspace:packages/schema": version: 0.0.0-use.local resolution: "@jupytergis/schema@workspace:packages/schema" dependencies: @@ -3239,12 +3239,12 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:^18.0.26": - version: 18.3.8 - resolution: "@types/react@npm:18.3.8" + version: 18.3.9 + resolution: "@types/react@npm:18.3.9" dependencies: "@types/prop-types": "*" csstype: ^3.0.2 - checksum: a2cc2034746cde564a49a9d7f1ae57214bc83adb0daafd4724dc400569adc54c5a489c0e7d8656752b8748908a364d6811e4d7a2adc7f18a7f7179728d20147a + checksum: ac8c7cf6f9c5c2ecef790f3db6f98c672fdec0884f4e4730777fd18823207231cdd1d2e4673f473ef17a096c73c87bff309e83b026fb2602ba068371f0dc54fe languageName: node linkType: hard