Skip to content

Commit 08547e2

Browse files
committed
Increment version numbers for multiple CodeExpander plugins to ensure consistency across the project, updating to 0.1.10 for several plugins and 0.1.3 for the Tauri window demo plugin. This update maintains alignment with recent enhancements and improvements.
1 parent ff65c71 commit 08547e2

25 files changed

Lines changed: 25 additions & 25 deletions

File tree

packages/plugin-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-ai",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",

packages/plugin-convertors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-convertors",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",

packages/plugin-currency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-currency",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",

packages/plugin-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-data",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",

packages/plugin-date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-date",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",

packages/plugin-demo-go-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-go-http",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Demo: HTTP Backend (Go) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (Go) - 常驻进程,HTTP POST。",
66
"scripts": {

packages/plugin-demo-go-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-go-stdio",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Demo: Stdio Backend (Go) - Backend stdio mode, spawn per call. | Demo:Stdio 后端 (Go) - 后端 stdio 模式。",
66
"scripts": {

packages/plugin-demo-nodejs-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-nodejs-http",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Demo: HTTP Backend (Node.js) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (Node.js) - 常驻进程,HTTP POST。",
66
"scripts": {

packages/plugin-demo-nodejs-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-nodejs-stdio",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Demo: Stdio Backend (Node.js) - Backend stdio mode, spawn per call. | Demo:Stdio 后端 (Node.js) - 后端 stdio 模式。",
66
"scripts": {

packages/plugin-demo-php-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-php-http",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Demo: HTTP Backend (PHP) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (PHP) - 常驻进程,HTTP POST。",
66
"scripts": {

0 commit comments

Comments
 (0)