diff --git a/.changeset/remove-linkedpackage-flag.md b/.changeset/remove-linkedpackage-flag.md deleted file mode 100644 index ff610a8..0000000 --- a/.changeset/remove-linkedpackage-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@_linked/css': patch ---- - -Remove `linkedPackage: true` — `@_linked/css` is a pure CSS asset package, not a JS module. The flag caused runtime consumers (like LincdServer's `getLincdPackages`) to attempt a dynamic `import()` of the package's main entry, which fails since there's no `index.js`. diff --git a/CHANGELOG.md b/CHANGELOG.md index fc866cf..54523cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @\_linked/css +## 0.1.2 + +### Patch Changes + +- [`641b7c9`](https://github.com/linked-cm/css/commit/641b7c9a37656bfaf124234ba995842112131da2) - Remove `linkedPackage: true` — `@_linked/css` is a pure CSS asset package, not a JS module. The flag caused runtime consumers (like LincdServer's `getLincdPackages`) to attempt a dynamic `import()` of the package's main entry, which fails since there's no `index.js`. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index bebc25e..cabd2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@_linked/css", - "version": "0.1.1", + "version": "0.1.2", "description": "CSS variables, utilities, and theme defaults for the Linked framework", "license": "MIT", "files": [