Skip to content

Commit 0408b1f

Browse files
chore(release): 18.0.0-next.4 [skip ci]
# [18.0.0-next.4](v18.0.0-next.3...v18.0.0-next.4) (2024-11-12) ### Bug Fixes * **core:** language add ability to define the default language ([a3c059e](a3c059e))
1 parent a3c059e commit 0408b1f

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*",
55
"projects/*"
66
],
7-
"version": "18.0.0-next.3",
7+
"version": "18.0.0-next.4",
88
"description": "IGO Library",
99
"author": "IGO Community",
1010
"license": "MIT",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/auth",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/common",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/context",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/core/config/src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export interface Version {
66
}
77

88
export const version: Version = {
9-
lib: '18.0.0-next.3',
10-
releaseDate: 1731344228219
9+
lib: '18.0.0-next.4',
10+
releaseDate: 1731447313929
1111
};

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/core",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/geo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/geo",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/integration",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igo2/utils",
3-
"version": "18.0.0-next.3",
3+
"version": "18.0.0-next.4",
44
"description": "IGO Library",
55
"author": "IGO Community",
66
"keywords": [

0 commit comments

Comments
 (0)