Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Nov 12, 2019
1 parent 0758c2e commit cc89f47
Show file tree
Hide file tree
Showing 11 changed files with 711 additions and 619 deletions.
1,274 changes: 684 additions & 590 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.0.0",
"version": "1.1.0",
"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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -22,8 +22,8 @@
"@angular/core": "^7.2.6",
"@angular/forms": "^7.2.6",
"@angular/material": "^7.3.3",
"@igo2/core": "^1.0.0",
"@igo2/utils": "^1.0.0",
"@igo2/core": "^1.1.0",
"@igo2/utils": "^1.1.0",
"rxjs": "^6.4.0"
}
}
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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -17,8 +17,8 @@
"@angular/common": "^7.2.6",
"@angular/core": "^7.2.6",
"@angular/material": "^7.3.3",
"@igo2/core": "^1.0.0",
"@igo2/utils": "^1.0.0",
"@igo2/core": "^1.1.0",
"@igo2/utils": "^1.1.0",
"scroll-into-view-if-needed": "^2.2.20",
"typy": "^2.0.1"
}
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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -19,11 +19,11 @@
"@angular/core": "^7.2.6",
"@angular/forms": "^7.2.6",
"@angular/material": "^7.3.3",
"@igo2/auth": "^1.0.0",
"@igo2/common": "^1.0.0",
"@igo2/core": "^1.0.0",
"@igo2/utils": "^1.0.0",
"@igo2/geo": "^1.0.0",
"@igo2/auth": "^1.1.0",
"@igo2/common": "^1.1.0",
"@igo2/core": "^1.1.0",
"@igo2/utils": "^1.1.0",
"@igo2/geo": "^1.1.0",
"ol": "^5.3.0",
"rxjs": "^6.4.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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -21,7 +21,7 @@
"@angular/common": "^7.2.6",
"@angular/core": "^7.2.6",
"@angular/cdk": "^7.3.3",
"@igo2/utils": "^1.0.0",
"@igo2/utils": "^1.1.0",
"rxjs": "^6.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/lib/config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export interface Version {
}

export const version: Version = {
lib: '1.0.0'
lib: '1.1.0'
};
14 changes: 6 additions & 8 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "@igo2/geo",
"version": "1.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": [
"igo"
],
"keywords": ["igo"],
"license": "MIT",
"homepage": "https://github.com/infra-geo-ouverte/igo2-lib#readme",
"repository": {
Expand All @@ -26,9 +24,9 @@
"@angular/core": "^7.2.6",
"@angular/forms": "^7.2.6",
"@angular/material": "^7.3.3",
"@igo2/common": "^1.0.0",
"@igo2/core": "^1.0.0",
"@igo2/utils": "^1.0.0",
"@igo2/common": "^1.1.0",
"@igo2/core": "^1.1.0",
"@igo2/utils": "^1.1.0",
"ol": "^5.3.0",
"proj4": "^2.5.0",
"rxjs": "^6.4.0",
Expand All @@ -43,4 +41,4 @@
"moment": "^2.24.0",
"stream": "^0.0.2"
}
}
}
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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^7.2.6",
"@angular/core": "^7.2.6",
"@igo2/geo": "1.0.0",
"@igo2/context": "1.0.0",
"@igo2/geo": "1.1.0",
"@igo2/context": "1.1.0",
"rxjs": "^6.4.0"
}
}
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.0.0",
"version": "1.1.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand Down

0 comments on commit cc89f47

Please sign in to comment.