Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLafreniere18 committed Oct 14, 2022
1 parent 1d971bb commit 42f8a85
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 33 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# [1.13.0-alpha.0](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.12.1...1.13.0-alpha.0) (2022-07-19)
# [1.13.0](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.12.1...1.13.0) (2022-10-14)


### Bug Fixes

* **entity-table:** fix edition autocomplete ([#1098](https://github.com/infra-geo-ouverte/igo2-lib/issues/1098)) ([5a0e410](https://github.com/infra-geo-ouverte/igo2-lib/commit/5a0e410ddeca44603bfff02fdbb00e70a826dffe))
* **regex:** fix iphone regex (lookbehind expression) ([#1093](https://github.com/infra-geo-ouverte/igo2-lib/issues/1093)) ([a4c8664](https://github.com/infra-geo-ouverte/igo2-lib/commit/a4c866423def6e1889d2c4d6d383590609bd1455)), closes [#2](https://github.com/infra-geo-ouverte/igo2-lib/issues/2)
* **theming:** fix global core import ([#1103](https://github.com/infra-geo-ouverte/igo2-lib/issues/1103)) ([88b0b96](https://github.com/infra-geo-ouverte/igo2-lib/commit/88b0b9679a14dc31008b4492789e7643cefad434))


### Features

* **app:** upgrade libs + angular14 ([#1094](https://github.com/infra-geo-ouverte/igo2-lib/issues/1094)) ([089e993](https://github.com/infra-geo-ouverte/igo2-lib/commit/089e9931760782ae1a6b12e068fb80223e5e08a3))



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.13.0-alpha.0",
"version": "1.13.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.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -25,8 +25,8 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/core": "^1.13.0-alpha.0",
"@igo2/utils": "^1.13.0-alpha.0",
"@igo2/core": "^1.13.0",
"@igo2/utils": "^1.13.0",
"rxjs": "^7.5.6",
"@azure/msal-angular": "^2.4.1",
"@azure/msal-browser": "^2.28.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -17,12 +17,12 @@
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/core": "^1.13.0-alpha.0",
"@igo2/utils": "^1.13.0-alpha.0",
"@igo2/core": "^1.13.0",
"@igo2/utils": "^1.13.0",
"scroll-into-view-if-needed": "^2.2.20",
"typy": "^3.3.0"
},
"dependencies": {
"tslib": "^2.4.0"
}
}
}
14 changes: 7 additions & 7 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -19,15 +19,15 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/auth": "^1.13.0-alpha.0",
"@igo2/common": "^1.13.0-alpha.0",
"@igo2/core": "^1.13.0-alpha.0",
"@igo2/utils": "^1.13.0-alpha.0",
"@igo2/geo": "^1.13.0-alpha.0",
"@igo2/auth": "^1.13.0",
"@igo2/common": "^1.13.0",
"@igo2/core": "^1.13.0",
"@igo2/utils": "^1.13.0",
"@igo2/geo": "^1.13.0",
"ol": "^6.15.1",
"rxjs": "^7.5.6"
},
"dependencies": {
"tslib": "^2.4.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -21,9 +21,9 @@
"@angular/cdk": "^14.1.2",
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/utils": "^1.13.0-alpha.0",
"@igo2/utils": "^1.13.0",
"rxjs": "^7.5.6",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^15.0.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.13.0-alpha.0',
releaseDate: 1658258974797
lib: '1.13.0',
releaseDate: 1665780785791
};
10 changes: 5 additions & 5 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand Down Expand Up @@ -29,9 +29,9 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/common": "^1.13.0-alpha.0",
"@igo2/core": "^1.13.0-alpha.0",
"@igo2/utils": "^1.13.0-alpha.0",
"@igo2/common": "^1.13.0",
"@igo2/core": "^1.13.0",
"@igo2/utils": "^1.13.0",
"ol": "^6.15.1",
"proj4": "^2.8.0",
"rxjs": "^7.5.6",
Expand All @@ -46,4 +46,4 @@
"moment": "^2.29.4",
"stream": "^0.0.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -16,11 +16,11 @@
"peerDependencies": {
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/geo": "1.13.0-alpha.0",
"@igo2/context": "1.13.0-alpha.0",
"@igo2/geo": "1.13.0",
"@igo2/context": "1.13.0",
"rxjs": "^7.5.6"
},
"dependencies": {
"tslib": "^2.4.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "IGO Library",
"author": "MSP",
"keywords": ["igo"],
Expand All @@ -21,4 +21,4 @@
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2"
}
}
}

0 comments on commit 42f8a85

Please sign in to comment.