Bump version to 0.2.1

This commit is contained in:
Shantur Rathore
2025-11-21 21:56:29 +00:00
parent 8b2be441fc
commit 3688be06ee
7 changed files with 40 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@neuralnomads/codenomad-electron-app",
"version": "0.2.0",
"version": "0.2.1",
"description": "CodeNomad - AI coding assistant",
"author": {
"name": "Neural Nomads",
@@ -65,7 +65,10 @@
{
"from": "electron/resources",
"to": "",
"filter": ["!icon.icns", "!icon.ico"]
"filter": [
"!icon.icns",
"!icon.ico"
]
}
],
"mac": {
@@ -73,7 +76,10 @@
"target": [
{
"target": "zip",
"arch": ["x64", "arm64"]
"arch": [
"x64",
"arm64"
]
}
],
"artifactName": "CodeNomad-${version}-${os}-${arch}.${ext}",
@@ -81,15 +87,26 @@
},
"dmg": {
"contents": [
{ "x": 130, "y": 220 },
{ "x": 410, "y": 220, "type": "link", "path": "/Applications" }
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": [
{
"target": "zip",
"arch": ["x64", "arm64"]
"arch": [
"x64",
"arm64"
]
}
],
"artifactName": "CodeNomad-${version}-${os}-${arch}.${ext}",
@@ -105,7 +122,10 @@
"target": [
{
"target": "zip",
"arch": ["x64", "arm64"]
"arch": [
"x64",
"arm64"
]
}
],
"artifactName": "CodeNomad-${version}-${os}-${arch}.${ext}",

View File

@@ -1,12 +1,12 @@
{
"name": "@neuralnomads/codenomad",
"version": "0.1.0",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@neuralnomads/codenomad",
"version": "0.1.0",
"version": "0.2.1",
"dependencies": {
"@fastify/cors": "^8.5.0",
"commander": "^12.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@neuralnomads/codenomad",
"version": "0.2.0",
"version": "0.2.1",
"description": "CodeNomad Server",
"author": {
"name": "Neural Nomads",

View File

@@ -1,6 +1,6 @@
{
"name": "@codenomad/tauri-app",
"version": "0.1.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "tauri dev",
@@ -12,4 +12,3 @@
"@tauri-apps/cli": "^2.9.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@codenomad/ui",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {