diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5316e8259b..b2b597592b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.24.1" + ".": "8.24.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dc5300e9f..a9d948b7b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## [8.24.2](https://github.com/ParabolInc/parabol/compare/v8.24.1...v8.24.2) (2025-02-06) + + +### Fixed + +* update icebreaker styles ([#10723](https://github.com/ParabolInc/parabol/issues/10723)) ([31d398f](https://github.com/ParabolInc/parabol/commit/31d398fe00d18463242a86b9be36a0c4c51ada40)) + ## [8.24.1](https://github.com/ParabolInc/parabol/compare/v8.24.0...v8.24.1) (2025-02-06) diff --git a/package.json b/package.json index 7eacca0259b..6dd79764496 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "8.24.1", + "version": "8.24.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/chronos/package.json b/packages/chronos/package.json index 2629b946057..f834d338fed 100644 --- a/packages/chronos/package.json +++ b/packages/chronos/package.json @@ -1,6 +1,6 @@ { "name": "chronos", - "version": "8.24.1", + "version": "8.24.2", "description": "A cron job scheduler", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme", @@ -25,6 +25,6 @@ }, "dependencies": { "cron": "^2.3.1", - "parabol-server": "8.24.1" + "parabol-server": "8.24.2" } } diff --git a/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx b/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx index 34d2702f5d2..1e06a053a21 100644 --- a/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx +++ b/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx @@ -37,30 +37,6 @@ const CogIcon = styled('div')({ width: 24 }) -const QuestionBlock = styled('div')({ - alignContent: 'center', - alignItems: 'center', - display: 'flex', - flexDirection: 'column', - fontSize: 24, - lineHeight: 1.25, - padding: '16px 0', - '.DraftEditor-root, textarea': { - flexGrow: 1, - padding: '16px', - borderRadius: '4px', - '&:hover': { - backgroundColor: 'rgba(255,255,255,0.2)' - }, - '&:focus-within': { - backgroundColor: 'rgba(255,255,255,0.6)' - }, - '.public-DraftStyleDefault-block': { - textAlign: 'center' - } - } -}) - interface Props { meeting: NewCheckInQuestion_meeting$key } @@ -187,9 +163,8 @@ const NewCheckInQuestion = (props: Props) => { return ( <> - - {/* cannot set min width because iPhone 5 has a width of 320*/} - +
+ {isFacilitating && (
@@ -214,7 +189,7 @@ const NewCheckInQuestion = (props: Props) => {
)} - +
{showAiIcebreaker && (
diff --git a/packages/client/package.json b/packages/client/package.json index 7ac1130c52e..7aeeb0090a6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "8.24.1", + "version": "8.24.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/client/styles/theme/global.css b/packages/client/styles/theme/global.css index 3c9cf7d1d0c..01dc3d446c8 100644 --- a/packages/client/styles/theme/global.css +++ b/packages/client/styles/theme/global.css @@ -492,12 +492,6 @@ } } -.ProseMirror p { - margin-block-start: 4px; - margin-block-end: 4px; - line-height: 1rem; -} - hr.ProseMirror-selectednode { border-top: 1px solid #68cef8; } @@ -505,3 +499,11 @@ hr.ProseMirror-selectednode { .ProseMirror hr { border-top: 1px solid var(--color-slate-400); } + +.ProseMirror p { + line-height: 1.25rem; +} + +.text-2xl .ProseMirror p { + line-height: 2rem; +} diff --git a/packages/embedder/package.json b/packages/embedder/package.json index b846f78634e..3f535d33a0e 100644 --- a/packages/embedder/package.json +++ b/packages/embedder/package.json @@ -1,6 +1,6 @@ { "name": "parabol-embedder", - "version": "8.24.1", + "version": "8.24.2", "description": "A service that computes embedding vectors from Parabol objects", "author": "Jordan Husney ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme", diff --git a/packages/gql-executor/package.json b/packages/gql-executor/package.json index ccb38a7f68f..cd7ead85f89 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "8.24.1", + "version": "8.24.2", "description": "A Stateless GraphQL Executor", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", @@ -25,8 +25,8 @@ }, "dependencies": { "dd-trace": "^5.0.0", - "parabol-client": "8.24.1", - "parabol-server": "8.24.1", + "parabol-client": "8.24.2", + "parabol-server": "8.24.2", "undici": "^5.26.2" } } diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 72ff1f5d3f1..125f3942d81 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -2,7 +2,7 @@ "name": "integration-tests", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "8.24.1", + "version": "8.24.2", "description": "", "main": "index.js", "scripts": { diff --git a/packages/mattermost-plugin/package.json b/packages/mattermost-plugin/package.json index 054b81f790b..02afd834ae8 100644 --- a/packages/mattermost-plugin/package.json +++ b/packages/mattermost-plugin/package.json @@ -1,6 +1,6 @@ { "name": "parabol-mattermost-plugin", - "version": "8.24.1", + "version": "8.24.2", "description": "A service that computes embedding vectors from Parabol objects", "author": "Georg Bremer ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/mattermost-plugin#readme", @@ -64,7 +64,7 @@ "dd-trace": "^5.0.0", "franc-min": "^5.0.0", "mattermost-redux": "5.33.1", - "parabol-client": "8.24.1", + "parabol-client": "8.24.2", "react-relay": "^18.2.0", "react-select": "5.8.2", "relay-runtime": "^18.1.1", diff --git a/packages/server/package.json b/packages/server/package.json index bc09bea94bc..75fd573261b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "8.24.1", + "version": "8.24.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" @@ -126,7 +126,7 @@ "oauth-1.0a": "^2.2.6", "openai": "^4.53.0", "oy-vey": "^0.12.1", - "parabol-client": "8.24.1", + "parabol-client": "8.24.2", "pg": "^8.5.1", "react": "^17.0.2", "react-dom": "^17.0.2",