-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): release v7.38.10 (#9984)
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4f883fe
commit 0111839
Showing
9 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "7.38.9" | ||
".": "7.38.10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (https://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "chronos", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"description": "A cron job scheduler", | ||
"author": "Matt Krick <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme", | ||
|
@@ -25,6 +25,6 @@ | |
}, | ||
"dependencies": { | ||
"cron": "^2.3.1", | ||
"parabol-server": "7.38.9" | ||
"parabol-server": "7.38.10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (https://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parabol-embedder", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"description": "A service that computes embedding vectors from Parabol objects", | ||
"author": "Jordan Husney <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gql-executor", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"description": "A Stateless GraphQL Executor", | ||
"author": "Matt Krick <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", | ||
|
@@ -27,8 +27,8 @@ | |
}, | ||
"dependencies": { | ||
"dd-trace": "^4.2.0", | ||
"parabol-client": "7.38.9", | ||
"parabol-server": "7.38.9", | ||
"parabol-client": "7.38.10", | ||
"parabol-server": "7.38.10", | ||
"undici": "^5.26.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "integration-tests", | ||
"author": "Parabol Inc. <[email protected]> (https://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (https://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "7.38.9", | ||
"version": "7.38.10", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
@@ -124,7 +124,7 @@ | |
"openai": "^4.24.1", | ||
"openapi-fetch": "^0.9.7", | ||
"oy-vey": "^0.12.1", | ||
"parabol-client": "7.38.9", | ||
"parabol-client": "7.38.10", | ||
"pg": "^8.5.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
|