Skip to content

Commit

Permalink
1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Mar 15, 2021
1 parent d2227b9 commit c47999f
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 26 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.6.4](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.6.3...1.6.4) (2021-03-15)


### Bug Fixes

* **arcgisREST:** fix forced title and legend for arcgis layer ([#819](https://github.com/infra-geo-ouverte/igo2-lib/issues/819)) ([abdd881](https://github.com/infra-geo-ouverte/igo2-lib/commit/abdd8813865b58ab08ca82ed00b18aa2882caae1))
* **auth:** httpHeader class are immutable objects ([72c51d0](https://github.com/infra-geo-ouverte/igo2-lib/commit/72c51d009aa5a887b4bec36ccd476b64ac407e35))
* **context:** pass object to service instead of json.stringify ([2a54c62](https://github.com/infra-geo-ouverte/igo2-lib/commit/2a54c62e981f226ec67cf36303a2db4c7d71354b))
* **draw:** drawing popup label changed ([#820](https://github.com/infra-geo-ouverte/igo2-lib/issues/820)) ([d2227b9](https://github.com/infra-geo-ouverte/igo2-lib/commit/d2227b95c06f35b903a5d6ea17676fa174ee4380)), closes [#645](https://github.com/infra-geo-ouverte/igo2-lib/issues/645) [#646](https://github.com/infra-geo-ouverte/igo2-lib/issues/646)
* **options-api:** fix when layerOptions is undefined ([2255c5b](https://github.com/infra-geo-ouverte/igo2-lib/commit/2255c5b266d64ece14476fca2b1430e9c0c58747))



## [1.6.3](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.6.2...1.6.3) (2021-02-23)


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.6.3",
"version": "1.6.4",
"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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/utils": "^1.6.3",
"@igo2/core": "^1.6.4",
"@igo2/utils": "^1.6.4",
"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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/utils": "^1.6.3",
"@igo2/core": "^1.6.4",
"@igo2/utils": "^1.6.4",
"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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/common": "^1.6.3",
"@igo2/core": "^1.6.3",
"@igo2/utils": "^1.6.3",
"@igo2/geo": "^1.6.3",
"@igo2/auth": "^1.6.4",
"@igo2/common": "^1.6.4",
"@igo2/core": "^1.6.4",
"@igo2/utils": "^1.6.4",
"@igo2/geo": "^1.6.4",
"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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/utils": "^1.6.4",
"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.6.3',
releaseDate: 1614118156204
lib: '1.6.4',
releaseDate: 1615828800493
};
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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/core": "^1.6.3",
"@igo2/utils": "^1.6.3",
"@igo2/common": "^1.6.4",
"@igo2/core": "^1.6.4",
"@igo2/utils": "^1.6.4",
"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.6.3",
"version": "1.6.4",
"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.6.3",
"@igo2/context": "1.6.3",
"@igo2/geo": "1.6.4",
"@igo2/context": "1.6.4",
"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.6.3",
"version": "1.6.4",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand Down

0 comments on commit c47999f

Please sign in to comment.