Skip to content

Commit

Permalink
16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Nov 3, 2023
1 parent 288d54e commit a1d9627
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [16.0.0](https://github.com/infra-geo-ouverte/igo2-lib/compare/16.0.0-rc.7...16.0.0) (2023-11-03)



# [16.0.0-rc.7](https://github.com/infra-geo-ouverte/igo2-lib/compare/16.0.0-rc.6...16.0.0-rc.7) (2023-10-30)


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
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"./packages/*"
],
"version": "16.0.0-rc.7",
"version": "16.0.0",
"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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -26,8 +26,8 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/router": "^16.2.5",
"@igo2/core": "^16.0.0-rc.7",
"@igo2/utils": "^16.0.0-rc.7",
"@igo2/core": "^16.0.0",
"@igo2/utils": "^16.0.0",
"rxjs": "^7.5.6",
"@azure/msal-angular": "^3.0.4"
},
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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -27,8 +27,8 @@
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@floating-ui/utils": "^0.1.4",
"@igo2/core": "^16.0.0-rc.7",
"@igo2/utils": "^16.0.0-rc.7",
"@igo2/core": "^16.0.0",
"@igo2/utils": "^16.0.0",
"angular-shepherd": "16.0.0",
"scroll-into-view-if-needed": "^3.0.0",
"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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -20,11 +20,11 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@igo2/auth": "^16.0.0-rc.7",
"@igo2/common": "^16.0.0-rc.7",
"@igo2/core": "^16.0.0-rc.7",
"@igo2/utils": "^16.0.0-rc.7",
"@igo2/geo": "^16.0.0-rc.7",
"@igo2/auth": "^16.0.0",
"@igo2/common": "^16.0.0",
"@igo2/core": "^16.0.0",
"@igo2/utils": "^16.0.0",
"@igo2/geo": "^16.0.0",
"ol": "^7.5.2",
"rxjs": "^7.8.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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -43,7 +43,7 @@
"@angular/core": "^16.2.5",
"@angular/platform-browser": "^16.2.5",
"@angular/router": "^16.2.5",
"@igo2/utils": "^16.0.0-rc.7",
"@igo2/utils": "^16.0.0",
"rxjs": "^7.8.0",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^17.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 @@ -6,6 +6,6 @@ export interface Version {
}

export const version: Version = {
lib: '16.0.0-rc.7',
releaseDate: 1698687005255
lib: '16.0.0',
releaseDate: 1699036883072
};
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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -38,9 +38,9 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@igo2/common": "^16.0.0-rc.7",
"@igo2/core": "^16.0.0-rc.7",
"@igo2/utils": "^16.0.0-rc.7",
"@igo2/common": "^16.0.0",
"@igo2/core": "^16.0.0",
"@igo2/utils": "^16.0.0",
"@mat-datetimepicker/core": "~12.0.0",
"flexsearch": "0.7.21",
"ol": "^7.5.2",
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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^16.2.5",
"@angular/core": "^16.2.5",
"@igo2/geo": "16.0.0-rc.7",
"@igo2/context": "16.0.0-rc.7",
"@igo2/geo": "16.0.0",
"@igo2/context": "16.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"rxjs": "^7.8.0"
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": "16.0.0-rc.7",
"version": "16.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down

0 comments on commit a1d9627

Please sign in to comment.