-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.31 changelog #7463
0.31 changelog #7463
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This pull request introduces the changelog for Twenty version 0.31.0 and updates the Yarn package manager, focusing on new features and dependency management improvements.
- Added
packages/twenty-website/src/content/releases/0.31.0.mdx
with details on Advanced Settings and improved search functionality - Incorrect future release date (October 7th, 2024) in the changelog needs to be corrected
- Added
.yarn/releases/yarn-4.5.0.cjs
, updating Yarn to version 4.5.0 .yarnrc.yml
file should be updated to reference the new Yarn version (4.5.0)
2 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings
@@ -0,0 +1,16 @@ | |||
--- | |||
release: 0.31.0 | |||
Date: October 7th 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: The release date is set to October 7th, 2024, which is in the future. Verify if this is the intended date or if it should be corrected to a current or past date.
@Bonapara why are we changing the yarn builder version, would be great to upgrade it but have you tested it works on all projects? (we would need to delete the project, clone and install with yarn again) |
@charlesBochet thought it was just a local upgrade for me. I switched back to 4.4.0. Is it fully reverted? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.