Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 17, 2021
1 parent 301e941 commit d3015d0
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 26 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.7.2](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.7.1...1.7.2) (2021-05-17)


### Bug Fixes

* **map utils:** conversion to latitude longitude out of bounds ([#858](https://github.com/infra-geo-ouverte/igo2-lib/issues/858)) ([6a5a211](https://github.com/infra-geo-ouverte/igo2-lib/commit/6a5a2113a079e622c50a1a32ad5567f1f2899cca))
* **ogcfilters:** minors fixes ([#851](https://github.com/infra-geo-ouverte/igo2-lib/issues/851)) ([0b037fe](https://github.com/infra-geo-ouverte/igo2-lib/commit/0b037feb519d366ca4f4e71164c1893703c376c2))


### Features

* **add-catalog-dialog:** add info message if catalog isn't in the pr… ([#854](https://github.com/infra-geo-ouverte/igo2-lib/issues/854)) ([301e941](https://github.com/infra-geo-ouverte/igo2-lib/commit/301e94152ad4818eac9905954fd1ba5913d34d05))



## [1.7.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.7.0...1.7.1) (2021-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo/demo",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -25,8 +25,8 @@
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@igo2/core": "^1.7.1",
"@igo2/utils": "^1.7.1",
"@igo2/core": "^1.7.2",
"@igo2/utils": "^1.7.2",
"rxjs": "^6.6.0",
"@azure/msal-angular": "^1.1.1",
"msal": "^1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -17,8 +17,8 @@
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/material": "^10.0.1",
"@igo2/core": "^1.7.1",
"@igo2/utils": "^1.7.1",
"@igo2/core": "^1.7.2",
"@igo2/utils": "^1.7.2",
"scroll-into-view-if-needed": "^2.2.20",
"typy": "^3.3.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -19,11 +19,11 @@
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@igo2/auth": "^1.7.1",
"@igo2/common": "^1.7.1",
"@igo2/core": "^1.7.1",
"@igo2/utils": "^1.7.1",
"@igo2/geo": "^1.7.1",
"@igo2/auth": "^1.7.2",
"@igo2/common": "^1.7.2",
"@igo2/core": "^1.7.2",
"@igo2/utils": "^1.7.2",
"@igo2/geo": "^1.7.2",
"ol": "^6.3.1",
"rxjs": "^6.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -22,7 +22,7 @@
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@igo2/utils": "^1.7.1",
"@igo2/utils": "^1.7.2",
"rxjs": "^6.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/src/lib/config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export interface Version {
}

export const version: Version = {
lib: '1.7.1',
releaseDate: 1620072844753
lib: '1.7.2',
releaseDate: 1621276718436
};
8 changes: 4 additions & 4 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -27,9 +27,9 @@
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@igo2/common": "^1.7.1",
"@igo2/core": "^1.7.1",
"@igo2/utils": "^1.7.1",
"@igo2/common": "^1.7.2",
"@igo2/core": "^1.7.2",
"@igo2/utils": "^1.7.2",
"ol": "^6.3.1",
"proj4": "^2.6.2",
"rxjs": "^6.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@igo2/geo": "1.7.1",
"@igo2/context": "1.7.1",
"@igo2/geo": "1.7.2",
"@igo2/context": "1.7.2",
"rxjs": "^6.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "1.7.1",
"version": "1.7.2",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand Down

0 comments on commit d3015d0

Please sign in to comment.