Skip to content

Commit 97f1189

Browse files
chore(release): 1.48.0 [skip ci]
# [1.48.0](v1.47.0...v1.48.0) (2025-06-27) ### Bug Fixes * **middleware:** refine onboarding redirect logic to check for explicit false value ([93dfa37](93dfa37)) * **onboarding:** enhance textarea handling and improve localStorage integration ([64821a3](64821a3)) ### Features * **onboarding:** enhance post-payment onboarding flow with loading state and step tracking ([6b5f055](6b5f055)) * **onboarding:** implement split onboarding flow and middleware checks ([7346380](7346380))
1 parent f875bdf commit 97f1189

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.48.0](https://github.com/trycompai/comp/compare/v1.47.0...v1.48.0) (2025-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **middleware:** refine onboarding redirect logic to check for explicit false value ([93dfa37](https://github.com/trycompai/comp/commit/93dfa379be2cce444acdd8db85e2decd28da958b))
7+
* **onboarding:** enhance textarea handling and improve localStorage integration ([64821a3](https://github.com/trycompai/comp/commit/64821a3b4484b613177c7887b0824277270192aa))
8+
9+
10+
### Features
11+
12+
* **onboarding:** enhance post-payment onboarding flow with loading state and step tracking ([6b5f055](https://github.com/trycompai/comp/commit/6b5f055188d729240015e0c7e3e6a40404ec5c8a))
13+
* **onboarding:** implement split onboarding flow and middleware checks ([7346380](https://github.com/trycompai/comp/commit/73463801f7eff32dcf34cf475ac675ea173aedbf))
14+
115
# [1.47.0](https://github.com/trycompai/comp/compare/v1.46.0...v1.47.0) (2025-06-27)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comp",
3-
"version": "1.47.0",
3+
"version": "1.48.0",
44
"devDependencies": {
55
"@azure/core-http": "^3.0.5",
66
"@azure/core-rest-pipeline": "^1.21.0",

0 commit comments

Comments
 (0)