diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 3cd123e20..e6a1e4467 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -16,8 +16,9 @@ jobs: run: npm install conventional-changelog@3.1.25 - name: Generate Changelog-current run: npm run changelog-current | grep -v "^>" | sed '/^$/d' > ${{ github.workspace }}-CHANGELOG.txt - - name: Build production + - name: Post intstall run: npm run postinstall + - name: Build production run: npm run build.prod - name: Install zip uses: montudor/action-zip@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f214a6aff..8076766f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.15.3](https://github.com/infra-geo-ouverte/igo2/compare/1.15.2...1.15.3) (2023-06-13) + + +### Bug Fixes + +* **GithubActions:** remove ([f69bfc5](https://github.com/infra-geo-ouverte/igo2/commit/f69bfc57e52a1a997bffa119a3454d6da1f500ea)) + + +### Features + +* **app:** upgrade igo2-lib ([1d22610](https://github.com/infra-geo-ouverte/igo2/commit/1d2261044f5a054e8aa400e9c67a8739052ee94c)) + + + ## [1.15.2](https://github.com/infra-geo-ouverte/igo2/compare/1.15.1...1.15.2) (2023-05-18) diff --git a/README.md b/README.md index d7910fef9..9a302e9c3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ IGO2 is having multiple features, such as Web GIS viewer adapted to Desktop and --- ## Téléchargement +- [Version 1.15.3](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.3/igo2.zip) - [Version 1.15.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.2/igo2.zip) - [Version 1.14.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.14.2/igo2.zip) - [Version 1.13.4](https://github.com/infra-geo-ouverte/igo2/releases/download/1.13.4/igo2.zip) @@ -140,7 +141,7 @@ Nous sommes bien heureux que vous pensiez contribuer à IGO! Avant de le faire, --- ## Download - +- [Version 1.15.3](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.3/igo2.zip) - [Version 1.15.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.2/igo2.zip) - [Version 1.14.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.14.2/igo2.zip) - [Version 1.13.4](https://github.com/infra-geo-ouverte/igo2/releases/download/1.13.4/igo2.zip) diff --git a/angular.json b/angular.json index c606df973..388269632 100644 --- a/angular.json +++ b/angular.json @@ -272,6 +272,7 @@ "cache": { "enabled": false, "environment": "all" - } + }, + "analytics": false } } diff --git a/package-lock.json b/package-lock.json index 00a975526..b48df5bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "igo", - "version": "1.15.2", + "version": "1.15.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "igo", - "version": "1.15.2", + "version": "1.15.3", "hasInstallScript": true, "license": "LiLiQ-R", "dependencies": { @@ -22,13 +22,13 @@ "@angular/service-worker": "^14.3.0", "@azure/msal-angular": "^2.4.1", "@azure/msal-browser": "^2.28.1", - "@igo2/auth": "1.15.2", - "@igo2/common": "1.15.2", - "@igo2/context": "1.15.2", - "@igo2/core": "1.15.2", - "@igo2/geo": "1.15.2", - "@igo2/integration": "1.15.2", - "@igo2/utils": "1.15.2", + "@igo2/auth": "1.15.3", + "@igo2/common": "1.15.3", + "@igo2/context": "1.15.3", + "@igo2/core": "1.15.3", + "@igo2/geo": "1.15.3", + "@igo2/integration": "1.15.3", + "@igo2/utils": "1.15.3", "@mat-datetimepicker/core": "~10.0.0", "@turf/buffer": "^6.5.0", "@turf/point-on-feature": "^6.5.0", @@ -4319,9 +4319,9 @@ } }, "node_modules/@igo2/auth": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/auth/-/auth-1.15.2.tgz", - "integrity": "sha512-+gLpyPsbzpibdEWuzhrEU38f4GVgH91G2n+GSiJWrJrajHSGUETnS2mywB31lGWqDncQktZIGQX1IrQgep1Lrg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/auth/-/auth-1.15.3.tgz", + "integrity": "sha512-AF6zv4v/mZoycdpsh9QKQRFRKmAZmBQhJHCHFsDjskN4kYwYETSA3ym1lUf82tnJILHfnMJmoukDFTCWP4x1+A==", "dependencies": { "jwt-decode": "^2.2.0", "ts-cacheable": "^1.0.5", @@ -4340,15 +4340,15 @@ "@angular/router": "^14.3.0", "@azure/msal-angular": "^2.4.1", "@azure/msal-browser": "^2.28.1", - "@igo2/core": "^1.15.2", - "@igo2/utils": "^1.15.2", + "@igo2/core": "^1.15.3", + "@igo2/utils": "^1.15.3", "rxjs": "^7.5.6" } }, "node_modules/@igo2/common": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/common/-/common-1.15.2.tgz", - "integrity": "sha512-W1X1RIXngzGiY52i+gBrdS0eBBtIDx9l4RefyrT1nQN9Qbn/0tA1EfOohyj4PttNL9wo3jw231N0L0tz5sP7Vg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/common/-/common-1.15.3.tgz", + "integrity": "sha512-SQBI9mzCyAX8QLxQDF8eOimHuQryLwTCyViQ3h3O2gFwR5hcBb/MVQQCsrS3IqmEHuyF/b3hjTw61BEEsbT73A==", "dependencies": { "tslib": "^2.4.0" }, @@ -4360,16 +4360,16 @@ "@angular/core": "^14.3.0", "@angular/material": "^14.2.7", "@angular/platform-browser": "^14.3.0", - "@igo2/core": "^1.15.2", - "@igo2/utils": "^1.15.2", + "@igo2/core": "^1.15.3", + "@igo2/utils": "^1.15.3", "scroll-into-view-if-needed": "^2.2.20", "typy": "^3.3.0" } }, "node_modules/@igo2/context": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/context/-/context-1.15.2.tgz", - "integrity": "sha512-OnbGDiL15v1xhig43Tkyq0Dg4F1WXOvPD/fYgJghGyjV1+FAytpRdT9PE1eikOfd3zm5ytu8neGeq6U4GAEWqA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/context/-/context-1.15.3.tgz", + "integrity": "sha512-YodzvnccCjIBe3vVfpK9fURVYoDA/MFNkxbxVVJYWdnijizILHsQ8DjpQENVT9nGGFo80DOJEAjykDuJgLX6IQ==", "dependencies": { "tslib": "^2.4.0" }, @@ -4383,19 +4383,19 @@ "@angular/forms": "^14.3.0", "@angular/material": "^14.2.7", "@angular/platform-browser": "^14.3.0", - "@igo2/auth": "^1.15.2", - "@igo2/common": "^1.15.2", - "@igo2/core": "^1.15.2", - "@igo2/geo": "^1.15.2", - "@igo2/utils": "^1.15.2", + "@igo2/auth": "^1.15.3", + "@igo2/common": "^1.15.3", + "@igo2/core": "^1.15.3", + "@igo2/geo": "^1.15.3", + "@igo2/utils": "^1.15.3", "ol": "^7.3.0", "rxjs": "^7.5.6" } }, "node_modules/@igo2/core": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/core/-/core-1.15.2.tgz", - "integrity": "sha512-gdRj/XzPNZD8D6FTt1zGz5vI3TvKtiBM5zsMH4xBvaK568tB1zbjXQct1Cy+AjGjCrt4EbCbgmbjuyjvZTaYzg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/core/-/core-1.15.3.tgz", + "integrity": "sha512-Y0vJi3wKozpEg25Y820e1ysWzaXQLOMdGKvnx+f/Wo4lkUl090jPKC/7rpuQxlbzcxUNSt9B6K6FlT7ePXC43g==", "dependencies": { "@ngx-translate/core": "^14.0.0", "tslib": "^2.4.0" @@ -4409,16 +4409,16 @@ "@angular/core": "^14.3.0", "@angular/platform-browser": "^14.3.0", "@angular/router": "^14.3.0", - "@igo2/utils": "^1.15.2", + "@igo2/utils": "^1.15.3", "ngx-indexed-db": "^11.0.2", "ngx-toastr": "^15.0.0", "rxjs": "^7.5.6" } }, "node_modules/@igo2/geo": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/geo/-/geo-1.15.2.tgz", - "integrity": "sha512-aNzFiDroNPYub9pRVncsDp9yPO7UxL/xkri66T6D/bCJiyQ+5v2AXgWjx1dQ/mSBZxHaz9k+CItuj9bmRZRSqg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/geo/-/geo-1.15.3.tgz", + "integrity": "sha512-AD7nWIMl3r/tNG0EVmhhVdQMhG0ZnSz5JXydFAtbRTwpfkOWhx01rPcnBfJZyf+b77LLRXVM3g3gzJSTeRb1Hg==", "dependencies": { "@turf/helpers": "^6.5.0", "@turf/line-intersect": "^6.5.0", @@ -4447,9 +4447,9 @@ "@angular/forms": "^14.3.0", "@angular/material": "^14.2.7", "@angular/platform-browser": "^14.3.0", - "@igo2/common": "^1.15.2", - "@igo2/core": "^1.15.2", - "@igo2/utils": "^1.15.2", + "@igo2/common": "^1.15.3", + "@igo2/core": "^1.15.3", + "@igo2/utils": "^1.15.3", "flexsearch": "0.7.21", "ngx-color-picker": "^13.0.0", "ngx-indexed-db": "^11.0.2", @@ -4460,9 +4460,9 @@ } }, "node_modules/@igo2/integration": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/integration/-/integration-1.15.2.tgz", - "integrity": "sha512-u2ioo/UxOmZ8XPhb1Ra95AXOq0pNJzBVtVTpu2vokbQo26uIMKY6lcV7zO4puR1TCm6n6UNRiyKK6bYVqnAXVg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/integration/-/integration-1.15.3.tgz", + "integrity": "sha512-Pb4tVhXj73i9sIZaEGP7aYQtSCMoUp74DqJhi3uAUBGuw5FhtjeVxFfeJhOrZs6Lz4Wz/Ttn0SkLTZzeQ9RJhg==", "dependencies": { "tslib": "^2.4.0" }, @@ -4472,15 +4472,15 @@ "peerDependencies": { "@angular/common": "^14.3.0", "@angular/core": "^14.3.0", - "@igo2/context": "1.15.2", - "@igo2/geo": "1.15.2", + "@igo2/context": "1.15.3", + "@igo2/geo": "1.15.3", "rxjs": "^7.5.6" } }, "node_modules/@igo2/utils": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/utils/-/utils-1.15.2.tgz", - "integrity": "sha512-a3uQ8K19duVPs3aqkjaJISZxnD5qQC50XIGPpeJImHdMNsRxzctiqkGpD2nVY8Ji4pCmCgRp3HssAVkINjR3aA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/utils/-/utils-1.15.3.tgz", + "integrity": "sha512-kWx1GlFLiQYiR5+HTcuC+pbFjfKzV2Qiw/t1ckNDPH7uLcANBEVhjRGTQbCYgl1Lc8maMshNklmHb9BvWTezsQ==", "dependencies": { "bowser": "^2.10.0", "tslib": "^2.4.0" @@ -33051,9 +33051,9 @@ "dev": true }, "@igo2/auth": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/auth/-/auth-1.15.2.tgz", - "integrity": "sha512-+gLpyPsbzpibdEWuzhrEU38f4GVgH91G2n+GSiJWrJrajHSGUETnS2mywB31lGWqDncQktZIGQX1IrQgep1Lrg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/auth/-/auth-1.15.3.tgz", + "integrity": "sha512-AF6zv4v/mZoycdpsh9QKQRFRKmAZmBQhJHCHFsDjskN4kYwYETSA3ym1lUf82tnJILHfnMJmoukDFTCWP4x1+A==", "requires": { "jwt-decode": "^2.2.0", "ts-cacheable": "^1.0.5", @@ -33062,34 +33062,34 @@ } }, "@igo2/common": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/common/-/common-1.15.2.tgz", - "integrity": "sha512-W1X1RIXngzGiY52i+gBrdS0eBBtIDx9l4RefyrT1nQN9Qbn/0tA1EfOohyj4PttNL9wo3jw231N0L0tz5sP7Vg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/common/-/common-1.15.3.tgz", + "integrity": "sha512-SQBI9mzCyAX8QLxQDF8eOimHuQryLwTCyViQ3h3O2gFwR5hcBb/MVQQCsrS3IqmEHuyF/b3hjTw61BEEsbT73A==", "requires": { "tslib": "^2.4.0" } }, "@igo2/context": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/context/-/context-1.15.2.tgz", - "integrity": "sha512-OnbGDiL15v1xhig43Tkyq0Dg4F1WXOvPD/fYgJghGyjV1+FAytpRdT9PE1eikOfd3zm5ytu8neGeq6U4GAEWqA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/context/-/context-1.15.3.tgz", + "integrity": "sha512-YodzvnccCjIBe3vVfpK9fURVYoDA/MFNkxbxVVJYWdnijizILHsQ8DjpQENVT9nGGFo80DOJEAjykDuJgLX6IQ==", "requires": { "tslib": "^2.4.0" } }, "@igo2/core": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/core/-/core-1.15.2.tgz", - "integrity": "sha512-gdRj/XzPNZD8D6FTt1zGz5vI3TvKtiBM5zsMH4xBvaK568tB1zbjXQct1Cy+AjGjCrt4EbCbgmbjuyjvZTaYzg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/core/-/core-1.15.3.tgz", + "integrity": "sha512-Y0vJi3wKozpEg25Y820e1ysWzaXQLOMdGKvnx+f/Wo4lkUl090jPKC/7rpuQxlbzcxUNSt9B6K6FlT7ePXC43g==", "requires": { "@ngx-translate/core": "^14.0.0", "tslib": "^2.4.0" } }, "@igo2/geo": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/geo/-/geo-1.15.2.tgz", - "integrity": "sha512-aNzFiDroNPYub9pRVncsDp9yPO7UxL/xkri66T6D/bCJiyQ+5v2AXgWjx1dQ/mSBZxHaz9k+CItuj9bmRZRSqg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/geo/-/geo-1.15.3.tgz", + "integrity": "sha512-AD7nWIMl3r/tNG0EVmhhVdQMhG0ZnSz5JXydFAtbRTwpfkOWhx01rPcnBfJZyf+b77LLRXVM3g3gzJSTeRb1Hg==", "requires": { "@turf/helpers": "^6.5.0", "@turf/line-intersect": "^6.5.0", @@ -33108,17 +33108,17 @@ } }, "@igo2/integration": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/integration/-/integration-1.15.2.tgz", - "integrity": "sha512-u2ioo/UxOmZ8XPhb1Ra95AXOq0pNJzBVtVTpu2vokbQo26uIMKY6lcV7zO4puR1TCm6n6UNRiyKK6bYVqnAXVg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/integration/-/integration-1.15.3.tgz", + "integrity": "sha512-Pb4tVhXj73i9sIZaEGP7aYQtSCMoUp74DqJhi3uAUBGuw5FhtjeVxFfeJhOrZs6Lz4Wz/Ttn0SkLTZzeQ9RJhg==", "requires": { "tslib": "^2.4.0" } }, "@igo2/utils": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@igo2/utils/-/utils-1.15.2.tgz", - "integrity": "sha512-a3uQ8K19duVPs3aqkjaJISZxnD5qQC50XIGPpeJImHdMNsRxzctiqkGpD2nVY8Ji4pCmCgRp3HssAVkINjR3aA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/@igo2/utils/-/utils-1.15.3.tgz", + "integrity": "sha512-kWx1GlFLiQYiR5+HTcuC+pbFjfKzV2Qiw/t1ckNDPH7uLcANBEVhjRGTQbCYgl1Lc8maMshNklmHb9BvWTezsQ==", "requires": { "bowser": "^2.10.0", "tslib": "^2.4.0" diff --git a/package.json b/package.json index 41d81c2a8..5709e5a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igo", - "version": "1.15.2", + "version": "1.15.3", "description": "Infrastructure géomatique ouverte", "author": "Communauté IGO", "repository": { @@ -35,11 +35,11 @@ "clean": "rimraf ./dist && rimraf ./node_modules && npm cache clean --force && git checkout -- package.json && git checkout -- package-lock.json", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "changelog-current": "conventional-changelog -p angular -r 2", - "preversion.linux": "npm run test.all && rimraf ./dist && npm run build.prod", - "version.linux": "npm run changelog && git add -A CHANGELOG.md", + "preversion.linux": "npm run test.all", + "version.linux": "rimraf ./dist && npm run build.prod && npm run changelog && git add -A CHANGELOG.md", "postversion.linux": "git push && git push --tags && npm run ghpages", - "preversion": "npm run test.all && rimraf ./dist && npm run build.prod", - "version": "npm run changelog && git add -A CHANGELOG.md", + "preversion": "npm run test.all", + "version": "rimraf ./dist && npm run build.prod && npm run changelog && git add -A CHANGELOG.md", "postversion": "git push && git push --tags && npm run ghpages.win", "preghpages": "npm run build.github && echo \"include: ['_default.json', '_contexts.json', '_base.json']\" > dist/ghpages/_config.yml", "ghpages": "VERSION=$(node -p -e \"require('./package.json').version\") && npx ngh --dir=dist/ghpages --no-silent=false --message=$VERSION", @@ -61,13 +61,13 @@ "@angular/service-worker": "^14.3.0", "@azure/msal-angular": "^2.4.1", "@azure/msal-browser": "^2.28.1", - "@igo2/auth": "1.15.2", - "@igo2/common": "1.15.2", - "@igo2/context": "1.15.2", - "@igo2/core": "1.15.2", - "@igo2/geo": "1.15.2", - "@igo2/integration": "1.15.2", - "@igo2/utils": "1.15.2", + "@igo2/auth": "1.15.3", + "@igo2/common": "1.15.3", + "@igo2/context": "1.15.3", + "@igo2/core": "1.15.3", + "@igo2/geo": "1.15.3", + "@igo2/integration": "1.15.3", + "@igo2/utils": "1.15.3", "@mat-datetimepicker/core": "~10.0.0", "@turf/buffer": "^6.5.0", "@turf/point-on-feature": "^6.5.0",