Skip to content

Commit bddac30

Browse files
chore(release): release v10.35.1
1 parent af502b3 commit bddac30

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-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.0"
2+
".": "10.35.1"
33
}

CHANGELOG.md

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

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

8+
## [10.35.1](https://github.com/ParabolInc/parabol/compare/v10.35.0...v10.35.1) (2025-11-21)
9+
10+
11+
### Fixed
12+
13+
* ensure ext is at the end for assets in dev ([#12345](https://github.com/ParabolInc/parabol/issues/12345)) ([622a8ba](https://github.com/ParabolInc/parabol/commit/622a8ba95308a6ffc6c92c1d46a4d56540ff1d0d))
14+
* move access token to httpOnly cookie ([#12163](https://github.com/ParabolInc/parabol/issues/12163)) ([85d3512](https://github.com/ParabolInc/parabol/commit/85d3512a68450767b41088319580beed2d3e5733))
15+
* remove pgtyped ([#12347](https://github.com/ParabolInc/parabol/issues/12347)) ([70c8038](https://github.com/ParabolInc/parabol/commit/70c80388eebb24a243240e04909edee87c1c7faa))
16+
* update glob package ([#12344](https://github.com/ParabolInc/parabol/issues/12344)) ([af502b3](https://github.com/ParabolInc/parabol/commit/af502b39d62e52833409ec6b2eb6795a41fdebbe))
17+
818
## [10.35.0](https://github.com/ParabolInc/parabol/compare/v10.34.2...v10.35.0) (2025-11-20)
919

1020

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

0 commit comments

Comments
 (0)