Skip to content

Commit 608d54b

Browse files
chore(release): release v10.23.3 (#12027)
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
1 parent 4330c11 commit 608d54b

File tree

8 files changed

+25
-8
lines changed

8 files changed

+25
-8
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.23.2"
2+
".": "10.23.3"
33
}

CHANGELOG.md

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

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

8+
## [10.23.3](https://github.com/ParabolInc/parabol/compare/v10.23.2...v10.23.3) (2025-09-12)
9+
10+
11+
### Fixed
12+
13+
* Allow deleting deleted tasks from Poker scope ([#12030](https://github.com/ParabolInc/parabol/issues/12030)) ([e897ba3](https://github.com/ParabolInc/parabol/commit/e897ba3dae2b1edf2b02023bfaa6372bc22a2f60))
14+
* always fall back to fetch on Service Worker onFetch ([#12029](https://github.com/ParabolInc/parabol/issues/12029)) ([4cdb794](https://github.com/ParabolInc/parabol/commit/4cdb794c244c7831fbd197cebd881658789fc74b))
15+
* invalid parent page access on child page creation ([#12035](https://github.com/ParabolInc/parabol/issues/12035)) ([2910e05](https://github.com/ParabolInc/parabol/commit/2910e0553fdcc84320ea9e90565d095470c45224))
16+
* link menu in reflection groups ([#12033](https://github.com/ParabolInc/parabol/issues/12033)) ([b7f9b82](https://github.com/ParabolInc/parabol/commit/b7f9b82bdd907b95181c6e04aa3fa7c162e60f58))
17+
18+
19+
### Changed
20+
21+
* **deps:** bump axios from 1.11.0 to 1.12.0 ([#12024](https://github.com/ParabolInc/parabol/issues/12024)) ([cb15334](https://github.com/ParabolInc/parabol/commit/cb15334b70fe81ef8538d1bbdee2a1f5e7145ab4))
22+
* **nodejs:** upgrade to 22.19.0 ([#12028](https://github.com/ParabolInc/parabol/issues/12028)) ([4330c11](https://github.com/ParabolInc/parabol/commit/4330c1133f051f100fcf192d962cae1c068a92d6))
23+
* remove all references to Sentry ([#12026](https://github.com/ParabolInc/parabol/issues/12026)) ([9e56c20](https://github.com/ParabolInc/parabol/commit/9e56c20f8535f433d7fae10b7d08494816bd2ab4))
24+
825
## [10.23.2](https://github.com/ParabolInc/parabol/compare/v10.23.1...v10.23.2) (2025-09-11)
926

1027

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": "10.23.2",
6+
"version": "10.23.3",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/ParabolInc/parabol/issues"
1414
},
1515
"engines": {
16-
"node": "^22.19.0"
16+
"node": "^22.17.1"
1717
},
1818
"private": true,
1919
"scripts": {

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

0 commit comments

Comments
 (0)