Skip to content

Commit 35e1b0d

Browse files
chore(release): release v8.20.0
1 parent e62916f commit 35e1b0d

File tree

10 files changed

+27
-14
lines changed

10 files changed

+27
-14
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.19.0"
2+
".": "8.20.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

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

8+
## [8.20.0](https://github.com/ParabolInc/parabol/compare/v8.19.0...v8.20.0) (2025-01-16)
9+
10+
11+
### Added
12+
13+
* Add images to TipTap ([#10678](https://github.com/ParabolInc/parabol/issues/10678)) ([e62916f](https://github.com/ParabolInc/parabol/commit/e62916fcb78b4154ae3c6fdbff4a7e2ddbf537f7))
14+
* update insight prompt ([#10674](https://github.com/ParabolInc/parabol/issues/10674)) ([ce489aa](https://github.com/ParabolInc/parabol/commit/ce489aa42b33b877438534335b9f029910f35be6))
15+
16+
17+
### Fixed
18+
19+
* consolidate organizations sorting logic ([#10680](https://github.com/ParabolInc/parabol/issues/10680)) ([3d9b6d2](https://github.com/ParabolInc/parabol/commit/3d9b6d22e89edb08ee21b2214cbb7a6d97417575))
20+
821
## [8.19.0](https://github.com/ParabolInc/parabol/compare/v8.18.1...v8.19.0) (2025-01-15)
922

1023

package.json

Lines changed: 1 addition & 1 deletion
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. <love@parabol.co> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.19.0",
6+
"version": "8.20.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/chronos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chronos",
3-
"version": "8.19.0",
3+
"version": "8.20.0",
44
"description": "A cron job scheduler",
55
"author": "Matt Krick <matt.krick@gmail.com>",
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.19.0"
28+
"parabol-server": "8.20.0"
2929
}
3030
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
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. <love@parabol.co> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.19.0",
6+
"version": "8.20.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/embedder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parabol-embedder",
3-
"version": "8.19.0",
3+
"version": "8.20.0",
44
"description": "A service that computes embedding vectors from Parabol objects",
55
"author": "Jordan Husney <jordan.husney@gmail.com>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme",

packages/gql-executor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gql-executor",
3-
"version": "8.19.0",
3+
"version": "8.20.0",
44
"description": "A Stateless GraphQL Executor",
55
"author": "Matt Krick <matt.krick@gmail.com>",
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.19.0",
29-
"parabol-server": "8.19.0",
28+
"parabol-client": "8.20.0",
29+
"parabol-server": "8.20.0",
3030
"undici": "^5.26.2"
3131
}
3232
}

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "integration-tests",
33
"author": "Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)",
44
"license": "AGPL-3.0",
5-
"version": "8.19.0",
5+
"version": "8.20.0",
66
"description": "",
77
"main": "index.js",
88
"scripts": {

packages/mattermost-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parabol-mattermost-plugin",
3-
"version": "8.19.0",
3+
"version": "8.20.0",
44
"description": "A service that computes embedding vectors from Parabol objects",
55
"author": "Georg Bremer <github@dschoordsch.de>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/mattermost-plugin#readme",
@@ -48,7 +48,7 @@
4848
"ts-node-dev": "^1.0.0-pre.44"
4949
},
5050
"dependencies": {
51-
"parabol-client": "8.19.0",
51+
"parabol-client": "8.20.0",
5252
"@mattermost/compass-icons": "0.1.47",
5353
"@reduxjs/toolkit": "1.9.7",
5454
"@tiptap/core": "^2.9.1",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
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. <love@parabol.co> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "8.19.0",
6+
"version": "8.20.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"
@@ -126,7 +126,7 @@
126126
"oauth-1.0a": "^2.2.6",
127127
"openai": "^4.53.0",
128128
"oy-vey": "^0.12.1",
129-
"parabol-client": "8.19.0",
129+
"parabol-client": "8.20.0",
130130
"pg": "^8.5.1",
131131
"react": "^17.0.2",
132132
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)