chore: bump version to 1.3.8 and fix module import path

- Bump package version from 1.3.7 to 1.3.8
- Update modules.actions.js import to use package alias
  `@zen/core/core/modules` instead of relative path
This commit is contained in:
2026-04-12 19:05:00 -04:00
parent fd228a9e49
commit 33c65d9871
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@zen/core",
"version": "1.3.7",
"version": "1.3.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@zen/core",
"version": "1.3.7",
"version": "1.3.8",
"license": "GPL-3.0-only",
"dependencies": {
"@headlessui/react": "^2.0.0",