Skip to content

Commit 81a670e

Browse files
chore(release): release v8.39.2
1 parent 7c48282 commit 81a670e

File tree

10 files changed

+26
-14
lines changed

10 files changed

+26
-14
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.39.1"
2+
".": "8.39.2"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).
77

8+
## [8.39.2](https://github.com/ParabolInc/parabol/compare/v8.39.1...v8.39.2) (2025-04-04)
9+
10+
11+
### Fixed
12+
13+
* gitlab & azure summaries show up ([#11091](https://github.com/ParabolInc/parabol/issues/11091)) ([7c48282](https://github.com/ParabolInc/parabol/commit/7c48282d5759d7b15165f756912fef87c023a243))
14+
15+
16+
### Changed
17+
18+
* **Mattermost Plugin:** Move plugin commands ([#11089](https://github.com/ParabolInc/parabol/issues/11089)) ([c438c68](https://github.com/ParabolInc/parabol/commit/c438c6811376e793ca05944e61c65f7e892b52a6))
19+
820
## [8.39.1](https://github.com/ParabolInc/parabol/compare/v8.39.0...v8.39.1) (2025-04-03)
921

1022

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.39.1",
6+
"version": "8.39.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/chronos/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chronos",
3-
"version": "8.39.1",
3+
"version": "8.39.2",
44
"description": "A cron job scheduler",
55
"author": "Matt Krick <[email protected]>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme",
@@ -25,6 +25,6 @@
2525
},
2626
"dependencies": {
2727
"cron": "^2.3.1",
28-
"parabol-server": "8.39.1"
28+
"parabol-server": "8.39.2"
2929
}
3030
}

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.39.1",
6+
"version": "8.39.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/embedder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parabol-embedder",
3-
"version": "8.39.1",
3+
"version": "8.39.2",
44
"description": "A service that computes embedding vectors from Parabol objects",
55
"author": "Jordan Husney <[email protected]>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme",

packages/gql-executor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gql-executor",
3-
"version": "8.39.1",
3+
"version": "8.39.2",
44
"description": "A Stateless GraphQL Executor",
55
"author": "Matt Krick <[email protected]>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"dd-trace": "^5.0.0",
28-
"parabol-client": "8.39.1",
29-
"parabol-server": "8.39.1",
28+
"parabol-client": "8.39.2",
29+
"parabol-server": "8.39.2",
3030
"undici": "^5.26.2"
3131
}
3232
}

packages/integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "integration-tests",
33
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
44
"license": "AGPL-3.0",
5-
"version": "8.39.1",
5+
"version": "8.39.2",
66
"description": "",
77
"main": "index.js",
88
"scripts": {

packages/mattermost-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parabol-mattermost-plugin",
3-
"version": "8.39.1",
3+
"version": "8.39.2",
44
"description": "A service that computes embedding vectors from Parabol objects",
55
"author": "Georg Bremer <[email protected]>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/mattermost-plugin#readme",
@@ -60,7 +60,7 @@
6060
"@tiptap/extension-link": "^2.11.5",
6161
"@tiptap/starter-kit": "^2.11.5",
6262
"mattermost-redux": "5.33.1",
63-
"parabol-client": "8.39.1",
63+
"parabol-client": "8.39.2",
6464
"react-relay": "^18.2.0",
6565
"react-select": "5.8.2",
6666
"relay-runtime": "^18.1.1",

packages/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.39.1",
6+
"version": "8.39.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"
@@ -131,7 +131,7 @@
131131
"oauth-1.0a": "^2.2.6",
132132
"openai": "^4.86.1",
133133
"oy-vey": "^0.12.1",
134-
"parabol-client": "8.39.1",
134+
"parabol-client": "8.39.2",
135135
"pg": "^8.5.1",
136136
"react": "^17.0.2",
137137
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)