Skip to content

Commit

Permalink
1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Apr 15, 2024
1 parent effc462 commit 13a1554
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 28 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## [1.14.3](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.14.2...1.14.3) (2024-04-10)
## [1.14.4](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.14.2...1.14.4) (2024-04-15)


### Bug Fixes

* remove preversion ([effc462](https://github.com/infra-geo-ouverte/igo2-lib/commit/effc4621b71395022a53277626875efead2b0e77))


### Features

* **linked-layers:** Added new config for visibility in Base Layer Switcher ([#1560](https://github.com/infra-geo-ouverte/igo2-lib/issues/1560)) ([8d7a15f](https://github.com/infra-geo-ouverte/igo2-lib/commit/8d7a15f39b3a4a6799a68a6ce6615dcdcaff1f51))
* **workspace:** can now detect geoservice properties (wms...) to add/remove layer from workspace (PARTIALLY PICK) ([d210c20](https://github.com/infra-geo-ouverte/igo2-lib/commit/d210c20db6905b88a742fdc17a0c6235aa61ed73))



Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "@igo/demo",
"version": "1.14.3",
"version": "1.14.4",
"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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"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.14.3",
"@igo2/utils": "^1.14.3",
"@igo2/core": "^1.14.4",
"@igo2/utils": "^1.14.4",
"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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -17,8 +17,8 @@
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/core": "^1.14.3",
"@igo2/utils": "^1.14.3",
"@igo2/core": "^1.14.4",
"@igo2/utils": "^1.14.4",
"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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -19,11 +19,11 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/auth": "^1.14.3",
"@igo2/common": "^1.14.3",
"@igo2/core": "^1.14.3",
"@igo2/utils": "^1.14.3",
"@igo2/geo": "^1.14.3",
"@igo2/auth": "^1.14.4",
"@igo2/common": "^1.14.4",
"@igo2/core": "^1.14.4",
"@igo2/utils": "^1.14.4",
"@igo2/geo": "^1.14.4",
"ol": "^7.1.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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -21,7 +21,7 @@
"@angular/cdk": "^14.1.2",
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/utils": "^1.14.3",
"@igo2/utils": "^1.14.4",
"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.14.3',
releaseDate: 1712763032014
lib: '1.14.4',
releaseDate: 1713185964700
};
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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"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.14.3",
"@igo2/core": "^1.14.3",
"@igo2/utils": "^1.14.3",
"@igo2/common": "^1.14.4",
"@igo2/core": "^1.14.4",
"@igo2/utils": "^1.14.4",
"ol": "^7.1.0",
"proj4": "^2.8.0",
"rxjs": "^7.5.6",
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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/geo": "1.14.3",
"@igo2/context": "1.14.3",
"@igo2/geo": "1.14.4",
"@igo2/context": "1.14.4",
"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.14.3",
"version": "1.14.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down

0 comments on commit 13a1554

Please sign in to comment.