Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i365dev/craftdag-core",
"version": "0.2.4",
"version": "0.2.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Synchronize exported versions with package releases

When consumers inspect these packages for diagnostics or compatibility checks, the newly published core 0.2.6, exporter 0.2.5, and importer 0.2.4 will all still report 0.2.0 through version, exporterVersion, and importerVersion respectively. Update those exported constants (and the core assertion in bootstrap.test.ts) alongside the manifest versions so the public runtime metadata identifies the installed release correctly.

Useful? React with 👍 / 👎.

"repository": {
"type": "git",
"url": "https://github.com/i365dev/CraftDAG.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/exporter-schem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i365dev/craftdag-exporter-schem",
"version": "0.2.3",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/i365dev/CraftDAG.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/importer-schem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i365dev/craftdag-importer-schem",
"version": "0.2.2",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "https://github.com/i365dev/CraftDAG.git",
Expand Down
Loading