Skip to content

Commit

Permalink
Merge remote-tracking branch origin/next into MSPnext
Browse files Browse the repository at this point in the history
  • Loading branch information
LAMM26 committed May 8, 2023
2 parents 2086322 + 5a190cd commit 861956e
Show file tree
Hide file tree
Showing 6 changed files with 819 additions and 710 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "next"
# Labels on pull requests for security and version updates
labels:
- "npm dependencies"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.1](https://github.com/infra-geo-ouverte/igo2/compare/1.15.0...1.15.1) (2023-05-05)


### Features

* **app:** upgrade igo2-lib 1.15.1 ([efb992e](https://github.com/infra-geo-ouverte/igo2/commit/efb992e7303d1c380a9738e24471206f918a2bdd))



# [1.15.0](https://github.com/infra-geo-ouverte/igo2/compare/1.14.2...1.15.0) (2023-05-03)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IGO2 is having multiple features, such as Web GIS viewer adapted to Desktop and
---

## Téléchargement
- [Version 1.15.0](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.0/igo2.zip)
- [Version 1.15.1](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.1/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)
- [Version 1.12.1](https://github.com/infra-geo-ouverte/igo2/releases/download/1.12.1/igo2.zip)
Expand Down Expand Up @@ -141,7 +141,7 @@ Nous sommes bien heureux que vous pensiez contribuer à IGO! Avant de le faire,

## Download

- [Version 1.15.0](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.0/igo2.zip)
- [Version 1.15.1](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.1/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)
- [Version 1.12.1](https://github.com/infra-geo-ouverte/igo2/releases/download/1.12.1/igo2.zip)
Expand Down
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"index": "/index.html",
"appData": {
"changelog": "Version update",
"version": "1.15.0"
"version": "1.15.1"
},
"assetGroups": [
{
Expand Down
Loading

0 comments on commit 861956e

Please sign in to comment.