mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 05:07:56 +00:00
Tag main as 0.31 canary (#7332)
We are updating our git worklow. Case 1: **URGENT / PATCH** If you want to include something URGENT that cannot wait for the next release, you'll need to: - create a PR from the latest patch (right now v0.30.1) - create a new patch tag from this PR (would be v0.30.2 right now) - merge this PR in main so it's in 0.31 too Case 2: **REGULAR** - Open a PR from main and merge it into main I'm tagging main as v0.31.canary to make it clear!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-emails",
|
||||
"version": "0.30.0",
|
||||
"version": "0.31.canary",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-front",
|
||||
"version": "0.30.0",
|
||||
"version": "0.31.canary",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-server",
|
||||
"version": "0.30.0",
|
||||
"version": "0.31.canary",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-ui",
|
||||
"version": "0.30.0",
|
||||
"version": "0.31.canary",
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-website",
|
||||
"version": "0.30.0",
|
||||
"version": "0.31.canary",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",
|
||||
|
||||
Reference in New Issue
Block a user