Skip to content

Commit 3e86371

Browse files
committed
chore: bump versions
1 parent 99bdc6a commit 3e86371

38 files changed

Lines changed: 38 additions & 38 deletions

File tree

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/ai",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "AI integration for EasyInk designer (chat, MCP, prompt templates)",
66
"author": "EasyInk Team",
77
"license": "MIT",

packages/builtin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/builtin",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Internal built-in material registry for EasyInk runtimes",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/core",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Core logic for EasyInk: commands, selection, geometry, units, fonts",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/datasource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/datasource",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Data source protocol and field tree for EasyInk designer",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/designer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/designer",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "EasyInk document/report designer workbench",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/export/plugin/dom-pdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/export-plugin-dom-pdf",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "DOM-to-PDF export plugin for @easyink/export-runtime (html2canvas + jsPDF)",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/export/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/export-runtime",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Framework-agnostic export runtime for EasyInk",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/icons",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Icon assets for EasyInk",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/locales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/locales",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "Built-in locale messages for EasyInk Designer",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/materials/barcode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easyink/material-barcode",
33
"type": "module",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"description": "EasyInk barcode material",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)