Skip to content

Commit fdc0c92

Browse files
committed
Bump version to 0.18.0
1 parent cf661c6 commit fdc0c92

11 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 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.17.1",
3+
"version": "0.18.0",
44
"private": true,
55
"description": "CodeNomad monorepo workspace",
66
"license": "MIT",

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.17.1",
3+
"version": "0.18.0",
44
"description": "CodeNomad - AI coding assistant",
55
"license": "MIT",
66
"author": {

packages/opencode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codenomad/codenomad-opencode-plugin",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

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.17.1",
3+
"version": "0.18.0",
44
"description": "CodeNomad Server",
55
"license": "MIT",
66
"author": {

packages/tauri-app/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.1",
3+
"version": "0.18.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

packages/tauri-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codenomad-tauri"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55
license = "MIT"
66

packages/tauri-app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CodeNomad",
4-
"version": "0.17.1",
4+
"version": "0.18.0",
55
"identifier": "ai.neuralnomads.codenomad.client",
66
"build": {
77
"beforeDevCommand": "npm run dev:bootstrap",

0 commit comments

Comments
 (0)