File tree Expand file tree Collapse file tree 10 files changed +27
-14
lines changed Expand file tree Collapse file tree 10 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 8.19 .0"
2
+ "." : " 8.20 .0"
3
3
}
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
This CHANGELOG follows conventions [ outlined here] ( http://keepachangelog.com/ ) .
7
7
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
+
8
21
## [ 8.19.0] ( https://github.com/ParabolInc/parabol/compare/v8.18.1...v8.19.0 ) (2025-01-15)
9
22
10
23
Original file line number Diff line number Diff line change 3
3
"description" : " An open-source app for building smarter, more agile teams." ,
4
4
"author" : " Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)" ,
5
5
"license" : " AGPL-3.0" ,
6
- "version" : " 8.19 .0" ,
6
+ "version" : " 8.20 .0" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/ParabolInc/parabol"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chronos" ,
3
- "version" : " 8.19 .0" ,
3
+ "version" : " 8.20 .0" ,
4
4
"description" : " A cron job scheduler" ,
5
5
"author" : " Matt Krick <matt.krick@gmail.com>" ,
6
6
"homepage" : " https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme" ,
25
25
},
26
26
"dependencies" : {
27
27
"cron" : " ^2.3.1" ,
28
- "parabol-server" : " 8.19 .0"
28
+ "parabol-server" : " 8.20 .0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 3
3
"description" : " An open-source app for building smarter, more agile teams." ,
4
4
"author" : " Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)" ,
5
5
"license" : " AGPL-3.0" ,
6
- "version" : " 8.19 .0" ,
6
+ "version" : " 8.20 .0" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/ParabolInc/parabol"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parabol-embedder" ,
3
- "version" : " 8.19 .0" ,
3
+ "version" : " 8.20 .0" ,
4
4
"description" : " A service that computes embedding vectors from Parabol objects" ,
5
5
"author" : " Jordan Husney <jordan.husney@gmail.com>" ,
6
6
"homepage" : " https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gql-executor" ,
3
- "version" : " 8.19 .0" ,
3
+ "version" : " 8.20 .0" ,
4
4
"description" : " A Stateless GraphQL Executor" ,
5
5
"author" : " Matt Krick <matt.krick@gmail.com>" ,
6
6
"homepage" : " https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme" ,
25
25
},
26
26
"dependencies" : {
27
27
"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" ,
30
30
"undici" : " ^5.26.2"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 2
2
"name" : " integration-tests" ,
3
3
"author" : " Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)" ,
4
4
"license" : " AGPL-3.0" ,
5
- "version" : " 8.19 .0" ,
5
+ "version" : " 8.20 .0" ,
6
6
"description" : " " ,
7
7
"main" : " index.js" ,
8
8
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parabol-mattermost-plugin" ,
3
- "version" : " 8.19 .0" ,
3
+ "version" : " 8.20 .0" ,
4
4
"description" : " A service that computes embedding vectors from Parabol objects" ,
5
5
"author" : " Georg Bremer <github@dschoordsch.de>" ,
6
6
"homepage" : " https://github.com/ParabolInc/parabol/tree/master/packages/mattermost-plugin#readme" ,
48
48
"ts-node-dev" : " ^1.0.0-pre.44"
49
49
},
50
50
"dependencies" : {
51
- "parabol-client" : " 8.19 .0" ,
51
+ "parabol-client" : " 8.20 .0" ,
52
52
"@mattermost/compass-icons" : " 0.1.47" ,
53
53
"@reduxjs/toolkit" : " 1.9.7" ,
54
54
"@tiptap/core" : " ^2.9.1" ,
Original file line number Diff line number Diff line change 3
3
"description" : " An open-source app for building smarter, more agile teams." ,
4
4
"author" : " Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)" ,
5
5
"license" : " AGPL-3.0" ,
6
- "version" : " 8.19 .0" ,
6
+ "version" : " 8.20 .0" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/ParabolInc/parabol"
126
126
"oauth-1.0a" : " ^2.2.6" ,
127
127
"openai" : " ^4.53.0" ,
128
128
"oy-vey" : " ^0.12.1" ,
129
- "parabol-client" : " 8.19 .0" ,
129
+ "parabol-client" : " 8.20 .0" ,
130
130
"pg" : " ^8.5.1" ,
131
131
"react" : " ^17.0.2" ,
132
132
"react-dom" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments