Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Dec 21, 2023
1 parent 46ab88c commit 68a6250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/twenty-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -182,4 +182,4 @@
"msw": {
"workerDirectory": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/twenty-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -154,4 +154,4 @@
"npm": "please-use-yarn",
"yarn": "^4.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/twenty-utils/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if (!semver.valid(version)) {
process.exit(1);
}

const FrontPackageJson = path.join(__dirname, "../../front/package.json");
const ServerPackageJson = path.join(__dirname, "../../server/package.json");
const FrontPackageJson = path.join(__dirname, "../twenty-front/package.json");
const ServerPackageJson = path.join(__dirname, "../twenty-server/package.json");

// Update package.json
for (let file of [FrontPackageJson, ServerPackageJson]) {
Expand Down

0 comments on commit 68a6250

Please sign in to comment.