Skip to content

Commit

Permalink
build: update 17.0.0-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Mar 13, 2024
1 parent 07f9ca4 commit 2de5c63
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [17.0.0-next.4](https://github.com/infra-geo-ouverte/igo2-lib/compare/v17.0.0-next.3...v17.0.0-next.4) (2024-03-13)


### Bug Fixes

* **auth:** include submodule scss ([8b40bcf](https://github.com/infra-geo-ouverte/igo2-lib/commit/8b40bcfaf6817c57ed8b8f6a9bef112423771ce3))
* **context:** poi-button add PoiService provider ([7388ac4](https://github.com/infra-geo-ouverte/igo2-lib/commit/7388ac405c7c3226c602cba50c467cbb44f5aff2))
* **context:** revert change causing duplicate list ([fd525c2](https://github.com/infra-geo-ouverte/igo2-lib/commit/fd525c22a9ae9456c9471e91d3b203d86fd2eb72))



# [17.0.0-next.3](https://github.com/infra-geo-ouverte/igo2-lib/compare/v17.0.0-next.2...v17.0.0-next.3) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/config/src/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: '17.0.0-next.3',
releaseDate: 1710249630294
lib: '17.0.0-next.4',
releaseDate: 1710359221272
};
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
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": "17.0.0-next.3",
"version": "17.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 2de5c63

Please sign in to comment.