Skip to content

Commit

Permalink
chore(release): 17.0.0-next.10 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0-next.10](v17.0.0-next.9...v17.0.0-next.10) (2024-05-31)

### Bug Fixes

* lint commit message ([#1684](#1684)) ([02fcf07](02fcf07))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 41dd426 commit 13902ef
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 600 deletions.
603 changes: 13 additions & 590 deletions package-lock.json

Large diffs are not rendered by default.

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": "17.0.0-next.9",
"version": "17.0.0-next.10",
"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": "17.0.0-next.9",
"version": "17.0.0-next.10",
"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.9",
"version": "17.0.0-next.10",
"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.9",
"version": "17.0.0-next.10",
"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.9',
releaseDate: 1717102429661
lib: '17.0.0-next.10',
releaseDate: 1717162699470
};
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.9",
"version": "17.0.0-next.10",
"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.9",
"version": "17.0.0-next.10",
"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.9",
"version": "17.0.0-next.10",
"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.9",
"version": "17.0.0-next.10",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 13902ef

Please sign in to comment.