diff --git a/CHANGELOG.md b/CHANGELOG.md index eb34063c49..174b07ac87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.27.7](https://github.com/infra-geo-ouverte/igo2-lib/compare/0.27.6...0.27.7) (2019-03-14) + + +### Bug Fixes + +* **iframe:** remove sandbox ([c13712e](https://github.com/infra-geo-ouverte/igo2-lib/commit/c13712e)) + + + ## [0.27.6](https://github.com/infra-geo-ouverte/igo2-lib/compare/0.27.5...0.27.6) (2019-03-14) diff --git a/package-lock.json b/package-lock.json index 3b40a29496..01ca7a4f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@igo/demo", - "version": "0.27.6", + "version": "0.27.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8cf459929..5094bb2cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@igo/demo", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "license": "MIT", diff --git a/projects/auth/package.json b/projects/auth/package.json index 970d849b64..acb5283c69 100644 --- a/projects/auth/package.json +++ b/projects/auth/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/auth", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -19,8 +19,8 @@ "@angular/core": "^6.0.0", "@angular/forms": "^6.0.0", "@angular/material": "^6.0.0", - "@igo2/core": "^0.27.6", - "@igo2/utils": "^0.27.6", + "@igo2/core": "^0.27.7", + "@igo2/utils": "^0.27.7", "jwt-decode": "^2.2.0", "rxjs": "^6.1.0" } diff --git a/projects/common/package.json b/projects/common/package.json index 27a55c0c55..a883aa8aff 100644 --- a/projects/common/package.json +++ b/projects/common/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/common", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -17,8 +17,8 @@ "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", "@angular/material": "^6.0.0", - "@igo2/core": "^0.27.6", - "@igo2/utils": "^0.27.6", + "@igo2/core": "^0.27.7", + "@igo2/utils": "^0.27.7", "typy": "^2.0.1" } } \ No newline at end of file diff --git a/projects/context/package.json b/projects/context/package.json index 2af63ec240..7aab59bef6 100644 --- a/projects/context/package.json +++ b/projects/context/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/context", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -19,11 +19,11 @@ "@angular/core": "^6.0.0", "@angular/forms": "^6.0.0", "@angular/material": "^6.0.0", - "@igo2/auth": "^0.27.6", - "@igo2/common": "^0.27.6", - "@igo2/core": "^0.27.6", - "@igo2/utils": "^0.27.6", - "@igo2/geo": "^0.27.6", + "@igo2/auth": "^0.27.7", + "@igo2/common": "^0.27.7", + "@igo2/core": "^0.27.7", + "@igo2/utils": "^0.27.7", + "@igo2/geo": "^0.27.7", "ol": "^5.1.3", "rxjs": "^6.1.0" } diff --git a/projects/core/package.json b/projects/core/package.json index f6c0cc6965..a7bbb59102 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/core", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -21,7 +21,7 @@ "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", "@angular/cdk": "^6.0.0", - "@igo2/utils": "^0.27.6", + "@igo2/utils": "^0.27.7", "rxjs": "^6.1.0" } } \ No newline at end of file diff --git a/projects/geo/package.json b/projects/geo/package.json index 5e906a4734..5c62e3218d 100644 --- a/projects/geo/package.json +++ b/projects/geo/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/geo", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -22,9 +22,9 @@ "@angular/core": "^6.0.0", "@angular/forms": "^6.0.0", "@angular/material": "^6.0.0", - "@igo2/common": "^0.27.6", - "@igo2/core": "^0.27.6", - "@igo2/utils": "^0.27.6", + "@igo2/common": "^0.27.7", + "@igo2/core": "^0.27.7", + "@igo2/utils": "^0.27.7", "ol": "^5.1.3", "proj4": "^2.4.4", "rxjs": "^6.1.0" diff --git a/projects/tools/package.json b/projects/tools/package.json index 5216a4f5c6..c918affcf6 100644 --- a/projects/tools/package.json +++ b/projects/tools/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/tools", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"], @@ -16,8 +16,8 @@ "peerDependencies": { "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", - "@igo2/geo": "0.27.6", - "@igo2/context": "0.27.6", + "@igo2/geo": "0.27.7", + "@igo2/context": "0.27.7", "rxjs": "^6.1.0" } } \ No newline at end of file diff --git a/projects/utils/package.json b/projects/utils/package.json index 8d7bdfe0fa..564f37a0b3 100644 --- a/projects/utils/package.json +++ b/projects/utils/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/utils", - "version": "0.27.6", + "version": "0.27.7", "description": "IGO Library", "author": "MSP", "keywords": ["igo"],