Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Feb 7, 2019
1 parent 33dec7c commit a0bb4c1
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 24 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="0.25.0"></a>
# [0.25.0](https://github.com/infra-geo-ouverte/igo2-lib/compare/0.24.3...0.25.0) (2019-02-07)


### Bug Fixes

* **gulpfile:** Empty directory ([#252](https://github.com/infra-geo-ouverte/igo2-lib/issues/252)) ([6bf6bd6](https://github.com/infra-geo-ouverte/igo2-lib/commit/6bf6bd6))
* **layer-list:** wrong keyword was used. ([#253](https://github.com/infra-geo-ouverte/igo2-lib/issues/253)) ([12785d4](https://github.com/infra-geo-ouverte/igo2-lib/commit/12785d4))
* **ogc-filter:** OGC Filters from contexts now interpreted ([#257](https://github.com/infra-geo-ouverte/igo2-lib/issues/257)) ([f209332](https://github.com/infra-geo-ouverte/igo2-lib/commit/f209332))
* **string-utils:** cast to string ([e12feb2](https://github.com/infra-geo-ouverte/igo2-lib/commit/e12feb2))


### Features

* **cache:** add metadata tag to cache calls ([793d1ff](https://github.com/infra-geo-ouverte/igo2-lib/commit/793d1ff))
* **gulp:** upgrade gulp to 4.0 ([b051df8](https://github.com/infra-geo-ouverte/igo2-lib/commit/b051df8))
* **layer-list:** Allow search with layer keyword (capabilities or context) ([#250](https://github.com/infra-geo-ouverte/igo2-lib/issues/250)) ([9c7ee86](https://github.com/infra-geo-ouverte/igo2-lib/commit/9c7ee86))
* **layer-list:** control layerlist by url ([#248](https://github.com/infra-geo-ouverte/igo2-lib/issues/248)) ([7e609af](https://github.com/infra-geo-ouverte/igo2-lib/commit/7e609af))
* **package:** update package-lock ([33dec7c](https://github.com/infra-geo-ouverte/igo2-lib/commit/33dec7c))
* **query:** Provide ALIAS to wms getfeatureinfo(gml), wfs and vector datasources ([#249](https://github.com/infra-geo-ouverte/igo2-lib/issues/249)) ([871be03](https://github.com/infra-geo-ouverte/igo2-lib/commit/871be03))
* **sidenav:** put the same title as the tab ([eaece1c](https://github.com/infra-geo-ouverte/igo2-lib/commit/eaece1c))
* **theme:** add blue theme ([0652936](https://github.com/infra-geo-ouverte/igo2-lib/commit/0652936))



<a name="0.24.3"></a>
## [0.24.3](https://github.com/infra-geo-ouverte/igo2-lib/compare/0.24.2...0.24.3) (2018-12-06)

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": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions projects/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -19,8 +19,8 @@
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/material": "^6.0.0",
"@igo2/core": "^0.24.3",
"@igo2/utils": "^0.24.3",
"@igo2/core": "^0.25.0",
"@igo2/utils": "^0.25.0",
"jwt-decode": "^2.2.0",
"rxjs": "^6.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions projects/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -17,7 +17,7 @@
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/material": "^6.0.0",
"@igo2/core": "^0.24.3",
"@igo2/utils": "^0.24.3"
"@igo2/core": "^0.25.0",
"@igo2/utils": "^0.25.0"
}
}
12 changes: 6 additions & 6 deletions projects/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -19,11 +19,11 @@
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/material": "^6.0.0",
"@igo2/auth": "^0.24.3",
"@igo2/common": "^0.24.3",
"@igo2/core": "^0.24.3",
"@igo2/utils": "^0.24.3",
"@igo2/geo": "^0.24.3",
"@igo2/auth": "^0.25.0",
"@igo2/common": "^0.25.0",
"@igo2/core": "^0.25.0",
"@igo2/utils": "^0.25.0",
"@igo2/geo": "^0.25.0",
"ol": "^5.1.3",
"rxjs": "^6.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -21,7 +21,7 @@
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/cdk": "^6.0.0",
"@igo2/utils": "^0.24.3",
"@igo2/utils": "^0.25.0",
"rxjs": "^6.1.0"
}
}
8 changes: 4 additions & 4 deletions projects/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -22,9 +22,9 @@
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/material": "^6.0.0",
"@igo2/common": "^0.24.3",
"@igo2/core": "^0.24.3",
"@igo2/utils": "^0.24.3",
"@igo2/common": "^0.25.0",
"@igo2/core": "^0.25.0",
"@igo2/utils": "^0.25.0",
"ol": "^5.1.3",
"proj4": "^2.4.4",
"rxjs": "^6.1.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/tools",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@igo2/geo": "0.24.3",
"@igo2/context": "0.24.3",
"@igo2/geo": "0.25.0",
"@igo2/context": "0.25.0",
"rxjs": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion projects/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "0.24.3",
"version": "0.25.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand Down

0 comments on commit a0bb4c1

Please sign in to comment.