Skip to content

Commit 8ef7c7f

Browse files
chore(release): release v10.21.0 (#11948)
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
1 parent 0288107 commit 8ef7c7f

File tree

8 files changed

+22
-7
lines changed

8 files changed

+22
-7
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-
".": "10.20.10"
2+
".": "10.21.0"
33
}

CHANGELOG.md

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

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

8+
## [10.21.0](https://github.com/ParabolInc/parabol/compare/v10.20.10...v10.21.0) (2025-08-29)
9+
10+
11+
### Added
12+
13+
* add starter actions for adding insights ([#11947](https://github.com/ParabolInc/parabol/issues/11947)) ([5a63249](https://github.com/ParabolInc/parabol/commit/5a6324931103362226a6405111643e6b505e4fbc))
14+
15+
16+
### Fixed
17+
18+
* add email to no access modal ([#11950](https://github.com/ParabolInc/parabol/issues/11950)) ([68b93a4](https://github.com/ParabolInc/parabol/commit/68b93a4d3e7c6c641f80cfad4aa05462d5762d03))
19+
* increase redlock retries ([#11935](https://github.com/ParabolInc/parabol/issues/11935)) ([055fdc3](https://github.com/ParabolInc/parabol/commit/055fdc33b316b2ab19c83c2f39bcb2428812d710))
20+
* shared pages include pages where teamId is null ([#11951](https://github.com/ParabolInc/parabol/issues/11951)) ([0288107](https://github.com/ParabolInc/parabol/commit/028810717171ce607c531bd72efb13e4dad0e2e2))
21+
* todo list styles in pages ([#11949](https://github.com/ParabolInc/parabol/issues/11949)) ([7ea02ef](https://github.com/ParabolInc/parabol/commit/7ea02ef06e405ff159296be330df226459f862df))
22+
823
## [10.20.10](https://github.com/ParabolInc/parabol/compare/v10.20.9...v10.20.10) (2025-08-29)
924

1025

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

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": "10.20.10",
6+
"version": "10.21.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": "10.20.10",
3+
"version": "10.21.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/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": "10.20.10",
5+
"version": "10.21.0",
66
"description": "",
77
"main": "index.js",
88
"scripts": {

packages/mattermost-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parabol-mattermost-plugin",
3-
"version": "10.20.10",
3+
"version": "10.21.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",

packages/server/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": "10.20.10",
6+
"version": "10.21.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

0 commit comments

Comments
 (0)