Skip to content

Add component library license metadata#1168

Open
MAWXHUB (mawxcodehub) wants to merge 1 commit into
shopware:mainfrom
mawxcodehub:fix/component-library-license-metadata
Open

Add component library license metadata#1168
MAWXHUB (mawxcodehub) wants to merge 1 commit into
shopware:mainfrom
mawxcodehub:fix/component-library-license-metadata

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • add package-level license metadata for @shopware-ag/meteor-component-library
  • include a patch changeset for the package metadata update
  • leave runtime code, dependencies, entrypoints, and generated output unchanged

Verification

  • node -e "const fs=require('fs'); const p=JSON.parse(fs.readFileSync('packages/component-library/package.json','utf8')); if (p.name !== '@shopware-ag/meteor-component-library' || p.license !== 'MIT') process.exit(1); console.log(JSON.stringify({name:p.name,version:p.version,license:p.license}))"
  • npm pack --dry-run --json --ignore-scripts from packages/component-library
  • git diff --check

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

SyntaxHQDEV is attempting to deploy a commit to the Shopware Frontends Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meteor-component-library Ready Ready Preview, Comment Jun 15, 2026 8:28am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants