Skip to content

Commit

Permalink
upgrade v1.15.3 (#1292)
Browse files Browse the repository at this point in the history
* Insert accent hashtag (#1258)

* premier_test_ajout_hastags

* insert_accent_to_the_keywords_in_order_to_use_hashtag_and(-)

---------

Co-authored-by: karengeo <[email protected]>
(cherry picked from commit cf74db7)

* Corriger le parseInt qui ajuste normalement les attributs en integer (#1257)

* Corriger le parseInt qui ajuste normalement les attributs en integer

* Make condition a function

(cherry picked from commit 1d807d6)

* fix(draw): drawing circle crash whole drawing component. (#1273)

(cherry picked from commit 3998dcc)

* chore(Package): run the build once

* 1.15.3

---------

Co-authored-by: MSPKarengeo <[email protected]>
Co-authored-by: Michael Lane <[email protected]>
Co-authored-by: Pierre-Étienne Lord <[email protected]>
  • Loading branch information
4 people authored Jun 14, 2023
1 parent cf74db7 commit 7a4f2cb
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 33 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.

12 changes: 6 additions & 6 deletions 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 Expand Up @@ -64,12 +64,12 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog-current": "conventional-changelog -p angular -r 2",
"publish": "gulp prepublishOnly && npm publish ./dist/utils && npm publish ./dist/core && npm publish ./dist/common && npm publish ./dist/auth && npm publish ./dist/geo && npm publish ./dist/context && npm publish ./dist/integration",
"preversion.linux": "rimraf ./dist && npm run build.all && npm run test.all",
"version.linux": "gulp bumpVersion && npm run build.libs && npm run changelog && git add -u",
"postversion.linux": "git push && git push --tags && npm run publish && npm run ghpages",
"preversion": "rimraf ./dist && npm run build.all && npm run test.all",
"version": "gulp bumpVersion && npm run build.libs && npm run changelog && git add -u",
"preversion": "npm run test.all",
"preversion.linux": "npm run test.all",
"version": "gulp bumpVersion && rimraf ./dist && npm run build.all && npm run changelog && git add -u",
"version.linux": "gulp bumpVersion && rimraf ./dist && npm run build.all && npm run changelog && git add -u",
"postversion": "git push && git push --tags && npm run publish && npm run ghpages.win",
"postversion.linux": "git push && git push --tags && npm run publish && npm run ghpages",
"preghpages": "gulp core:bundleLocale && npm run build.ghpages && echo \"include: ['_default.json', '_contexts.json', '_base.json']\" > dist/ghpages/_config.yml",
"ghpages": "VERSION=$(node -p -e \"require('./package.json').version\") && npx ngh --dir=dist/ghpages --no-silent=false --message=$VERSION",
"postghpages": "rimraf ./dist/ghpages",
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 7a4f2cb

Please sign in to comment.