Skip to content

Commit

Permalink
chore(release): 18.0.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 12, 2024
1 parent a3c059e commit 0408b1f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 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 @@ -4,7 +4,7 @@
"packages/*",
"projects/*"
],
"version": "18.0.0-next.3",
"version": "18.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
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": "18.0.0-next.3",
"version": "18.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": "18.0.0-next.3",
"version": "18.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": "18.0.0-next.3",
"version": "18.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: '18.0.0-next.3',
releaseDate: 1731344228219
lib: '18.0.0-next.4',
releaseDate: 1731447313929
};
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": "18.0.0-next.3",
"version": "18.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": "18.0.0-next.3",
"version": "18.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": "18.0.0-next.3",
"version": "18.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": "18.0.0-next.3",
"version": "18.0.0-next.4",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 0408b1f

Please sign in to comment.