Skip to content

Commit 8a51fbe

Browse files
chore(release): 1.42.0 [skip ci]
# [1.42.0](v1.41.1...v1.42.0) (2025-06-24) ### Bug Fixes * add back create fleet lable to create org function ([2f1ca1f](2f1ca1f)) * add error handling for null hosts ([c76c0bb](c76c0bb)) * add mdm step to agent instructions ([24b0e83](24b0e83)) * adjust scale of AnimatedGradientBackground in upgrade page for improved visual consistency ([6f8821e](6f8821e)) * **booking:** remove unnecessary margin from Phone icon in BookingDialog component ([b39c654](b39c654)) * cast stripeCustomerId to string before syncing data ([3887f71](3887f71)) * **checkout:** refactor CheckoutCompleteDialog to improve plan type handling ([e91f1f0](e91f1f0)) * fix issue with s3 url sanitization ([9ab26a0](9ab26a0)) * fix issue with sanitizing html ([1acccc6](1acccc6)) * fix issues with roles while inviting users ([a1e7a7d](a1e7a7d)) * **layout:** adjust navbar height for improved layout consistency ([a61b794](a61b794)) * move agent logic to client side instead of server side ([3ac4874](3ac4874)) * **RecentAuditLogs:** adjust padding for no activity message display ([98c278a](98c278a)) * roadmap link on readme ([66afcbd](66afcbd)) * start download of installer from the browser ([dde4546](dde4546)) * try catch fetching the device so there's no error ([20b7f14](20b7f14)) * update Stripe customer ID retrieval to use organization ID instead of user ID ([ce4ef80](ce4ef80)) * update subscription data handling and remove unused checkout components ([3a50c55](3a50c55)) * validate S3 URL host ([d744f74](d744f74)) ### Features * add animated pricing banner to upgrade page ([0599fcc](0599fcc)) * add API endpoint to fetch cached published websites from the database ([4792901](4792901)) * add dub referral tab and embed ([7a5e166](7a5e166)) * add rage mode and scroll rotation effects to AnimatedGradientBackground ([bd516f7](bd516f7)) * add SelectionIndicator component and enhance pricing card interactions ([04835c6](04835c6)) * add support for windows agent ([f18e8a2](f18e8a2)) * add tables support in policy editor ([9afd1ed](9afd1ed)) * add tables support in policy editor ([9822d95](9822d95)) * **api:** add server directive to stripe session generation ([1c9f957](1c9f957)) * **api:** enhance Stripe checkout session handling and logging ([3eff9b4](3eff9b4)) * **auth:** add session hook to set active organization ([6de3ded](6de3ded)) * **auth:** implement organization access checks in layout components ([a1d3ad7](a1d3ad7)) * **auth:** refactor authentication page and components for improved user experience ([fb4fa7d](fb4fa7d)) * **billing:** enhance subscription management and UI components ([1cf32c2](1cf32c2)) * **checkout:** add CheckoutCompleteDialog component and integrate confetti animation ([4bd6018](4bd6018)) * **checkout:** enhance CheckoutCompleteDialog with updated features and descriptions ([2182c9e](2182c9e)) * **database:** add nanoid function for generating URL-safe unique IDs ([c3608e1](c3608e1)) * enhance AnimatedGradientBackground with pulse and glow effects ([7bd80c0](7bd80c0)) * enhance onboarding step input with website field ([7062eb3](7062eb3)) * enhance OnboardingStepInput and SelectPills components ([0079556](0079556)) * enhance Stripe checkout session handling by validating organization membership and managing customer records ([3901d8d](3901d8d)) * enhance upgrade page with logo marquee and review widget ([a8c6ff1](a8c6ff1)) * **env:** add new Fleet-related environment variables to configuration ([99eb8b1](99eb8b1)) * **env:** add optional Stripe subscription price ID to environment variables ([27a2d3d](27a2d3d)) * **env:** add Stripe subscription price ID to environment configuration ([f3da9b6](f3da9b6)) * implement middleware for domain-based routing and organization handling ([7be7b9f](7be7b9f)) * implement self-serve subscription option and update pricing details ([69bd082](69bd082)) * improve scroll handling in AnimatedGradientBackground ([cf98196](cf98196)) * integrate Senja Review Widget into pricing cards ([24ecd81](24ecd81)) * **invite:** implement invitation handling and redirection ([4dccbbc](4dccbbc)) * **layout:** wrap main content in Suspense for improved loading handling ([29c7cf2](29c7cf2)) * **login:** add option to use another sign-in method after sending magic link ([957c25f](957c25f)) * **metadata:** add generateMetadata function for Controls, Tasks, and Cloud Tests pages ([221106c](221106c)) * **middleware:** allow unauthenticated access to invite routes ([04c64d8](04c64d8)) * **middleware:** handle old invite route format for direct visits ([8a47db0](8a47db0)) * **middleware:** implement authentication middleware for route protection ([514e007](514e007)) * **middleware:** implement organization session handling in middleware ([5bd53b9](5bd53b9)) * **policy:** implement content sanitization to remove unsupported marks ([61bdce4](61bdce4)) * **pricing:** add '12-month minimum term' to paid features list in PricingCards component ([1a45ac4](1a45ac4)) * **pricing:** add BookingDialog component to PricingCards for scheduling calls ([63a68b3](63a68b3)) * redo portal tasks to be cleaner ([806f07f](806f07f)) * refactor subscription handling and introduce self-serve plan ([9b6adfc](9b6adfc)) * **setup:** add SetupHeader component to enhance user experience ([3cadc5b](3cadc5b)) * **setup:** enhance framework selection loading state management ([6106974](6106974)) * **setup:** enhance onboarding process and organization setup ([b1fdabf](b1fdabf)) * **setup:** enhance organization setup and upgrade flow ([e1d57d4](e1d57d4)) * **setup:** implement organization creation and onboarding enhancements ([229744b](229744b)) * **setup:** implement organization setup flow and subscription checks ([b94e7f3](b94e7f3)) * **stripe:** add new Stripe integration features ([3749e78](3749e78)) * **stripe:** define subscription data type for Stripe synchronization ([5da6c67](5da6c67)) * **stripe:** implement subscription data retrieval and cache management ([47815bc](47815bc)) * **tests:** add layout, loading, and page components for cloud compliance tests ([9c14c28](9c14c28)) * update environment variables for Stripe pricing plans ([c61922f](c61922f)) * update OrganizationSetupForm and routing logic ([f0c14b9](f0c14b9)) * update pricing cards with new features and subscription handling ([3753cc5](3753cc5))
1 parent 82a79e7 commit 8a51fbe

File tree

2 files changed

+85
-1
lines changed

2 files changed

+85
-1
lines changed

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,87 @@
1+
# [1.42.0](https://github.com/trycompai/comp/compare/v1.41.1...v1.42.0) (2025-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add back create fleet lable to create org function ([2f1ca1f](https://github.com/trycompai/comp/commit/2f1ca1f7a6685d56afd72e664cf89e9512eb5aa9))
7+
* add error handling for null hosts ([c76c0bb](https://github.com/trycompai/comp/commit/c76c0bb3591395def2b05689216e080eb1ef5998))
8+
* add mdm step to agent instructions ([24b0e83](https://github.com/trycompai/comp/commit/24b0e83b4b577b1025247be94c44c7aa9a20ca21))
9+
* adjust scale of AnimatedGradientBackground in upgrade page for improved visual consistency ([6f8821e](https://github.com/trycompai/comp/commit/6f8821e7442147722a732bd545d3c290c61c3d35))
10+
* **booking:** remove unnecessary margin from Phone icon in BookingDialog component ([b39c654](https://github.com/trycompai/comp/commit/b39c6543e283ca9d0b9974ad17c90551bc9f9500))
11+
* cast stripeCustomerId to string before syncing data ([3887f71](https://github.com/trycompai/comp/commit/3887f71a0cb6c2e1b213b1cc88fb70b32656ebc3))
12+
* **checkout:** refactor CheckoutCompleteDialog to improve plan type handling ([e91f1f0](https://github.com/trycompai/comp/commit/e91f1f045d8e02fdc6f02b7cf95441b4753e3867))
13+
* fix issue with s3 url sanitization ([9ab26a0](https://github.com/trycompai/comp/commit/9ab26a0022f213fbd1e796c66ed511d4c3ed75b0))
14+
* fix issue with sanitizing html ([1acccc6](https://github.com/trycompai/comp/commit/1acccc6ad771c5c067e7449a4efa1023e50e6d00))
15+
* fix issues with roles while inviting users ([a1e7a7d](https://github.com/trycompai/comp/commit/a1e7a7dba83a0cf513391867549b4ebd2b4ae809))
16+
* **layout:** adjust navbar height for improved layout consistency ([a61b794](https://github.com/trycompai/comp/commit/a61b794a961425ba1ca9cc557275d4e9357aa7a0))
17+
* move agent logic to client side instead of server side ([3ac4874](https://github.com/trycompai/comp/commit/3ac48744657717f4b5a9f3b3b395090f1b00d9e9))
18+
* **RecentAuditLogs:** adjust padding for no activity message display ([98c278a](https://github.com/trycompai/comp/commit/98c278acaf7355dacc8262576de66f71bafb57d4))
19+
* roadmap link on readme ([66afcbd](https://github.com/trycompai/comp/commit/66afcbde132ddadfdf3e6710463c168912877e6a))
20+
* start download of installer from the browser ([dde4546](https://github.com/trycompai/comp/commit/dde45460db81e02fe6f610fc93858d7ba6adea6e))
21+
* try catch fetching the device so there's no error ([20b7f14](https://github.com/trycompai/comp/commit/20b7f14720f2039d9ce8981086b216fe0e16e2df))
22+
* update Stripe customer ID retrieval to use organization ID instead of user ID ([ce4ef80](https://github.com/trycompai/comp/commit/ce4ef80a0503c55877f3d7374d690ef4a9317bec))
23+
* update subscription data handling and remove unused checkout components ([3a50c55](https://github.com/trycompai/comp/commit/3a50c559b65bdbfed90294233ca711081dae7e58))
24+
* validate S3 URL host ([d744f74](https://github.com/trycompai/comp/commit/d744f742d4679c7ea5c8e8649c9ec2d0354cb4b6))
25+
26+
27+
### Features
28+
29+
* add animated pricing banner to upgrade page ([0599fcc](https://github.com/trycompai/comp/commit/0599fccc1668feb8407c435da01f6b2bbb0531d8))
30+
* add API endpoint to fetch cached published websites from the database ([4792901](https://github.com/trycompai/comp/commit/479290160e1ed059afb696d1f3194d496cce472d))
31+
* add dub referral tab and embed ([7a5e166](https://github.com/trycompai/comp/commit/7a5e166d31d96de227b2300a1c068ba35c0a174d))
32+
* add rage mode and scroll rotation effects to AnimatedGradientBackground ([bd516f7](https://github.com/trycompai/comp/commit/bd516f7975ae5db7915dc75ea0ff26e13360c247))
33+
* add SelectionIndicator component and enhance pricing card interactions ([04835c6](https://github.com/trycompai/comp/commit/04835c69ed99b1e9cf112ac886585a5afe0c2058))
34+
* add support for windows agent ([f18e8a2](https://github.com/trycompai/comp/commit/f18e8a263bf213f23d12eaa324e03d407b7bf5d7))
35+
* add tables support in policy editor ([9afd1ed](https://github.com/trycompai/comp/commit/9afd1edde0c803d0247ee43250e42f9d35e165c5))
36+
* add tables support in policy editor ([9822d95](https://github.com/trycompai/comp/commit/9822d952b7164cecc3d0065dbdd6691ae26b4b58))
37+
* **api:** add server directive to stripe session generation ([1c9f957](https://github.com/trycompai/comp/commit/1c9f957c9245ee2a3f06788d2d5fd1e22f5a4f28))
38+
* **api:** enhance Stripe checkout session handling and logging ([3eff9b4](https://github.com/trycompai/comp/commit/3eff9b480a0ae150758adff131b177a0b43de940))
39+
* **auth:** add session hook to set active organization ([6de3ded](https://github.com/trycompai/comp/commit/6de3ded2322efa912b2972003b5dbe5c14887e95))
40+
* **auth:** implement organization access checks in layout components ([a1d3ad7](https://github.com/trycompai/comp/commit/a1d3ad7f787ff9165d948f9cc4e36ed99e012cc9))
41+
* **auth:** refactor authentication page and components for improved user experience ([fb4fa7d](https://github.com/trycompai/comp/commit/fb4fa7d2e9c1b6dd96862eeb724a297a8a9d713c))
42+
* **billing:** enhance subscription management and UI components ([1cf32c2](https://github.com/trycompai/comp/commit/1cf32c29f9105fa1eb51f3288f680629468f4bab))
43+
* **checkout:** add CheckoutCompleteDialog component and integrate confetti animation ([4bd6018](https://github.com/trycompai/comp/commit/4bd6018e3e5b18ecd4fa2aac32775f5cf04c0a6a))
44+
* **checkout:** enhance CheckoutCompleteDialog with updated features and descriptions ([2182c9e](https://github.com/trycompai/comp/commit/2182c9e1e44df54fbf951fb00d7db546aa0f7ebf))
45+
* **database:** add nanoid function for generating URL-safe unique IDs ([c3608e1](https://github.com/trycompai/comp/commit/c3608e184c15ccf2222d6ab1557b26de589749fa))
46+
* enhance AnimatedGradientBackground with pulse and glow effects ([7bd80c0](https://github.com/trycompai/comp/commit/7bd80c06406bed1d58ae8121c3c67a7340da9855))
47+
* enhance onboarding step input with website field ([7062eb3](https://github.com/trycompai/comp/commit/7062eb3c35a7cf5b28afcc9784d60183fa7e9b08))
48+
* enhance OnboardingStepInput and SelectPills components ([0079556](https://github.com/trycompai/comp/commit/0079556862b948c364e379381c3b61bee735e1b1))
49+
* enhance Stripe checkout session handling by validating organization membership and managing customer records ([3901d8d](https://github.com/trycompai/comp/commit/3901d8d59b78c57d0ccedde74ad8ceebb2edd5dd))
50+
* enhance upgrade page with logo marquee and review widget ([a8c6ff1](https://github.com/trycompai/comp/commit/a8c6ff1702bf86f63e18167bc1bf9efee69ad447))
51+
* **env:** add new Fleet-related environment variables to configuration ([99eb8b1](https://github.com/trycompai/comp/commit/99eb8b1c6be16607872184320ec61cd7e7c1d565))
52+
* **env:** add optional Stripe subscription price ID to environment variables ([27a2d3d](https://github.com/trycompai/comp/commit/27a2d3d6a75dfffd2c870887d16159ea35acca61))
53+
* **env:** add Stripe subscription price ID to environment configuration ([f3da9b6](https://github.com/trycompai/comp/commit/f3da9b69a38207ecf314bdd44531b6714119f929))
54+
* implement middleware for domain-based routing and organization handling ([7be7b9f](https://github.com/trycompai/comp/commit/7be7b9f395c89a7a680ded944373f5157bbb7cf0))
55+
* implement self-serve subscription option and update pricing details ([69bd082](https://github.com/trycompai/comp/commit/69bd0820204b0c68a2adf0ddbec5c858f5954cb0))
56+
* improve scroll handling in AnimatedGradientBackground ([cf98196](https://github.com/trycompai/comp/commit/cf98196b57a1c1c88bf2e1b8aeee187e26a7e9eb))
57+
* integrate Senja Review Widget into pricing cards ([24ecd81](https://github.com/trycompai/comp/commit/24ecd8188bca7c3d509de12dcb29c7662dff63c1))
58+
* **invite:** implement invitation handling and redirection ([4dccbbc](https://github.com/trycompai/comp/commit/4dccbbcef21eabde1183917d25ab9d40f442c92f))
59+
* **layout:** wrap main content in Suspense for improved loading handling ([29c7cf2](https://github.com/trycompai/comp/commit/29c7cf27c5dc29c50541efeba40dc67a70993a89))
60+
* **login:** add option to use another sign-in method after sending magic link ([957c25f](https://github.com/trycompai/comp/commit/957c25f5244bc1bb9d44ea3581b57496b06431cb))
61+
* **metadata:** add generateMetadata function for Controls, Tasks, and Cloud Tests pages ([221106c](https://github.com/trycompai/comp/commit/221106c388dfad98bf16f79ed339f14fd6640c1f))
62+
* **middleware:** allow unauthenticated access to invite routes ([04c64d8](https://github.com/trycompai/comp/commit/04c64d86e2d14e60d1e03f6ffbe413f3d88ebc9d))
63+
* **middleware:** handle old invite route format for direct visits ([8a47db0](https://github.com/trycompai/comp/commit/8a47db04fcdd628cffc856167df1fdff40ac62dd))
64+
* **middleware:** implement authentication middleware for route protection ([514e007](https://github.com/trycompai/comp/commit/514e00700d674fdc0b0be2300c7c156cd824392e))
65+
* **middleware:** implement organization session handling in middleware ([5bd53b9](https://github.com/trycompai/comp/commit/5bd53b9d4732ef4171b9baf244655df7fccb8c4e))
66+
* **policy:** implement content sanitization to remove unsupported marks ([61bdce4](https://github.com/trycompai/comp/commit/61bdce476a69e9fdbc78d3ed33a5ffc0554a2907))
67+
* **pricing:** add '12-month minimum term' to paid features list in PricingCards component ([1a45ac4](https://github.com/trycompai/comp/commit/1a45ac46c2c48bed96a3571a41cb68f738c0c728))
68+
* **pricing:** add BookingDialog component to PricingCards for scheduling calls ([63a68b3](https://github.com/trycompai/comp/commit/63a68b35ef4fac2d4db71be7260633f7f521efef))
69+
* redo portal tasks to be cleaner ([806f07f](https://github.com/trycompai/comp/commit/806f07fe1c5a01b4aa33addc07e03e3ed5a04ad4))
70+
* refactor subscription handling and introduce self-serve plan ([9b6adfc](https://github.com/trycompai/comp/commit/9b6adfc0cc525d4b642df3dbc6808d8463ce33f9))
71+
* **setup:** add SetupHeader component to enhance user experience ([3cadc5b](https://github.com/trycompai/comp/commit/3cadc5ba5fa02648cd5122e4e3a64fd341b29ff2))
72+
* **setup:** enhance framework selection loading state management ([6106974](https://github.com/trycompai/comp/commit/6106974c259150055bcee7f855cd84f56dae3b42))
73+
* **setup:** enhance onboarding process and organization setup ([b1fdabf](https://github.com/trycompai/comp/commit/b1fdabfe02fda140455b275d3e3afca9b538754f))
74+
* **setup:** enhance organization setup and upgrade flow ([e1d57d4](https://github.com/trycompai/comp/commit/e1d57d42dfa7e66e439328f5c26bacd26d1968bb))
75+
* **setup:** implement organization creation and onboarding enhancements ([229744b](https://github.com/trycompai/comp/commit/229744bbaa9c1757102ea48882c5cba51e7aa7c2))
76+
* **setup:** implement organization setup flow and subscription checks ([b94e7f3](https://github.com/trycompai/comp/commit/b94e7f348035aacdc6a1df613fb31d018ab474f6))
77+
* **stripe:** add new Stripe integration features ([3749e78](https://github.com/trycompai/comp/commit/3749e7872c6b455d617b7a3c9c80760fce953823))
78+
* **stripe:** define subscription data type for Stripe synchronization ([5da6c67](https://github.com/trycompai/comp/commit/5da6c670492de5145957fb08d2f932096c6701df))
79+
* **stripe:** implement subscription data retrieval and cache management ([47815bc](https://github.com/trycompai/comp/commit/47815bc598eeed24bf68e7cf8b16227b5c76a080))
80+
* **tests:** add layout, loading, and page components for cloud compliance tests ([9c14c28](https://github.com/trycompai/comp/commit/9c14c28ffa1eef9b27fa99f9c381112f1f08600c))
81+
* update environment variables for Stripe pricing plans ([c61922f](https://github.com/trycompai/comp/commit/c61922fd1d5393116a7ffef4507809accde07e7f))
82+
* update OrganizationSetupForm and routing logic ([f0c14b9](https://github.com/trycompai/comp/commit/f0c14b9e11a1d55dc949f4ec2932f0de0cce2ff0))
83+
* update pricing cards with new features and subscription handling ([3753cc5](https://github.com/trycompai/comp/commit/3753cc5510938558b7177cb05c729f2a1195fd45))
84+
185
## [1.41.1](https://github.com/trycompai/comp/compare/v1.41.0...v1.41.1) (2025-06-12)
286

387
### Bug Fixes

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.41.1",
3+
"version": "1.42.0",
44
"devDependencies": {
55
"@azure/core-http": "^3.0.5",
66
"@azure/core-rest-pipeline": "^1.21.0",

0 commit comments

Comments
 (0)