-
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
Bump version to v0.31.0 #7500
Bump version to v0.31.0 #7500
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 updates the version numbers across multiple packages from 0.31.0-canary to 0.31.0, signifying a transition from a pre-release to a stable release for version 0.31.0 of the Twenty project.
- Updated version numbers in package.json files for twenty-emails, twenty-front, twenty-server, twenty-ui, and twenty-website packages
- Modified
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
to include instructions for upgrading from version 0.30.0 to 0.31.0 - Consistent version bump across all packages indicates a coordinated release process
- Removal of '-canary' suffix suggests the completion of pre-release testing phase
- Upgrade guide update in
upgrade-guide.mdx
requires attention to fix a typo and inconsistent heading levels
6 file(s) reviewed, 3 comment(s)
Edit PR Review Bot Settings
@@ -80,4 +86,17 @@ yarn command:prod upgrade-0.30 | |||
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) | |||
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. |
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.
syntax: Typo in command name: 'upgrade-30' should be 'upgrade-0.30'
@@ -80,4 +86,17 @@ yarn command:prod upgrade-0.30 | |||
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) | |||
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. | |||
|
|||
# v0.30.0 to v0.31.0 |
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.
style: Inconsistent heading level: Use '##' instead of '#' for consistency with other version upgrade sections
``` | ||
|
||
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) | ||
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. |
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.
syntax: Typo in command name: 'upgrade-30' should be 'upgrade-0.31'
Co-authored-by: Weiko <[email protected]>
No description provided.