Skip to content

Commit 69cd3cf

Browse files
committed
bumpVersion to 0.2.5
1 parent 042a45d commit 69cd3cf

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codenomad-workspace",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"description": "CodeNomad monorepo workspace",
66
"workspaces": {

packages/electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuralnomads/codenomad-electron-app",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "CodeNomad - AI coding assistant",
55
"author": {
66
"name": "Neural Nomads",

packages/server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuralnomads/codenomad",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "CodeNomad Server",
55
"author": {
66
"name": "Neural Nomads",

packages/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codenomad/tauri-app",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"dev": "npx --yes @tauri-apps/cli@^2.9.4 dev",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codenomad/ui",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)