Skip to content

Commit b3f8628

Browse files
chore(release): release v10.36.0
1 parent b8dde06 commit b3f8628

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-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.35.1"
2+
".": "10.36.0"
33
}

CHANGELOG.md

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

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

8+
## [10.36.0](https://github.com/ParabolInc/parabol/compare/v10.35.1...v10.36.0) (2025-11-24)
9+
10+
11+
### Added
12+
13+
* Asset Proxy Server ([#12335](https://github.com/ParabolInc/parabol/issues/12335)) ([b8dde06](https://github.com/ParabolInc/parabol/commit/b8dde06aaef66c99a08c395b3ef664e05f8c164f))
14+
15+
16+
### Fixed
17+
18+
* bump datadog-ci to v4 ([#12350](https://github.com/ParabolInc/parabol/issues/12350)) ([870bb71](https://github.com/ParabolInc/parabol/commit/870bb7163db17705620eb916fb6196338a602f3f))
19+
* max paste size for pages ([#12351](https://github.com/ParabolInc/parabol/issues/12351)) ([2f1c59e](https://github.com/ParabolInc/parabol/commit/2f1c59e90f4f2f1ee1b0119f9be3adbab84565e5))
20+
* support insights when teams do not vote ([#12363](https://github.com/ParabolInc/parabol/issues/12363)) ([cdcefcf](https://github.com/ParabolInc/parabol/commit/cdcefcfad221d327c97178e37358de6b8015a471))
21+
822
## [10.35.1](https://github.com/ParabolInc/parabol/compare/v10.35.0...v10.35.1) (2025-11-21)
923

1024

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

0 commit comments

Comments
 (0)