Skip to content

Commit

Permalink
1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Jun 12, 2023
1 parent 73a17ff commit b64c35f
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 28 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.3](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.15.2...1.15.3) (2023-06-12)


### Bug Fixes

* **draw:** drawing circle crash whole drawing component. ([#1273](https://github.com/infra-geo-ouverte/igo2-lib/issues/1273)) ([e3ee3b5](https://github.com/infra-geo-ouverte/igo2-lib/commit/e3ee3b593e4afde201fc601373478aa8cf8556a3))



## [1.15.2](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.15.1...1.15.2) (2023-05-16)


Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
"cache": {
"enabled": false,
"environment": "all"
}
},
"analytics": false
}
}
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"./packages/*"
],
"version": "1.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -26,8 +26,8 @@
"@angular/forms": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/router": "^14.3.0",
"@igo2/core": "^1.15.2",
"@igo2/utils": "^1.15.2",
"@igo2/core": "^1.15.3",
"@igo2/utils": "^1.15.3",
"rxjs": "^7.5.6",
"@azure/msal-angular": "^2.4.1",
"@azure/msal-browser": "^2.28.1"
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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -18,8 +18,8 @@
"@angular/core": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.3.0",
"@igo2/core": "^1.15.2",
"@igo2/utils": "^1.15.2",
"@igo2/core": "^1.15.3",
"@igo2/utils": "^1.15.3",
"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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -20,11 +20,11 @@
"@angular/forms": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.3.0",
"@igo2/auth": "^1.15.2",
"@igo2/common": "^1.15.2",
"@igo2/core": "^1.15.2",
"@igo2/utils": "^1.15.2",
"@igo2/geo": "^1.15.2",
"@igo2/auth": "^1.15.3",
"@igo2/common": "^1.15.3",
"@igo2/core": "^1.15.3",
"@igo2/utils": "^1.15.3",
"@igo2/geo": "^1.15.3",
"ol": "^7.3.0",
"rxjs": "^7.5.6"
},
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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -23,7 +23,7 @@
"@angular/core": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/router": "^14.3.0",
"@igo2/utils": "^1.15.2",
"@igo2/utils": "^1.15.3",
"rxjs": "^7.5.6",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^15.0.0"
Expand Down
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.15.2',
releaseDate: 1684264792382
lib: '1.15.3',
releaseDate: 1686590809688
};
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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -30,9 +30,9 @@
"@angular/forms": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.3.0",
"@igo2/common": "^1.15.2",
"@igo2/core": "^1.15.2",
"@igo2/utils": "^1.15.2",
"@igo2/common": "^1.15.3",
"@igo2/core": "^1.15.3",
"@igo2/utils": "^1.15.3",
"flexsearch": "0.7.21",
"ol": "^7.3.0",
"proj4": "^2.8.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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^14.3.0",
"@angular/core": "^14.3.0",
"@igo2/geo": "1.15.2",
"@igo2/context": "1.15.2",
"@igo2/geo": "1.15.3",
"@igo2/context": "1.15.3",
"rxjs": "^7.5.6"
},
"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.15.2",
"version": "1.15.3",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down

0 comments on commit b64c35f

Please sign in to comment.