Skip to content

Commit c2c0dc9

Browse files
chore(release): release v8.39.1 (#11094)
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
1 parent 14f4670 commit c2c0dc9

File tree

10 files changed

+21
-14
lines changed

10 files changed

+21
-14
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

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

8+
## [8.39.1](https://github.com/ParabolInc/parabol/compare/v8.39.0...v8.39.1) (2025-04-03)
9+
10+
11+
### Fixed
12+
13+
* tiptap mentions ([#11093](https://github.com/ParabolInc/parabol/issues/11093)) ([14f4670](https://github.com/ParabolInc/parabol/commit/14f46707e252403f2938185beb9abf7ef0442efb))
14+
815
## [8.39.0](https://github.com/ParabolInc/parabol/compare/v8.38.0...v8.39.0) (2025-04-02)
916

1017

Diff for: 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.0",
6+
"version": "8.39.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

Diff for: 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.0",
3+
"version": "8.39.1",
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.0"
28+
"parabol-server": "8.39.1"
2929
}
3030
}

Diff for: 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.0",
6+
"version": "8.39.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

Diff for: 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.0",
3+
"version": "8.39.1",
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",

Diff for: 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.0",
3+
"version": "8.39.1",
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.0",
29-
"parabol-server": "8.39.0",
28+
"parabol-client": "8.39.1",
29+
"parabol-server": "8.39.1",
3030
"undici": "^5.26.2"
3131
}
3232
}

Diff for: 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.0",
5+
"version": "8.39.1",
66
"description": "",
77
"main": "index.js",
88
"scripts": {

Diff for: 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.0",
3+
"version": "8.39.1",
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.0",
63+
"parabol-client": "8.39.1",
6464
"react-relay": "^18.2.0",
6565
"react-select": "5.8.2",
6666
"relay-runtime": "^18.1.1",

Diff for: 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.0",
6+
"version": "8.39.1",
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.0",
134+
"parabol-client": "8.39.1",
135135
"pg": "^8.5.1",
136136
"react": "^17.0.2",
137137
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)