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

Hotfix 1.15.3 #964

Merged
merged 6 commits into from
Jun 13, 2023
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
3 changes: 2 additions & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
run: npm install [email protected]
- 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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
"cache": {
"enabled": false,
"environment": "all"
}
},
"analytics": false
}
}
132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igo",
"version": "1.15.2",
"version": "1.15.3",
"description": "Infrastructure géomatique ouverte",
"author": "Communauté IGO",
"repository": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down