Forráskód Böngészése

chore: Add dashboard to valid changelog scopes, update changelog

Michael Bromley 9 hónapja
szülő
commit
e3b7540b2c
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 3 0
      CHANGELOG.md
  2. 1 0
      scripts/changelogs/generate-changelog.ts

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 ## <small>3.2.2 (2025-04-03)</small>
 
+#### Fixes
+
+* **dashboard** Fix dashboard plugin publishing ([65281e5f](https://github.com/vendure-ecommerce/vendure/commit/65281e5f))
 
 ## <small>3.2.1 (2025-04-03)</small>
 

+ 1 - 0
scripts/changelogs/generate-changelog.ts

@@ -27,6 +27,7 @@ const VALID_SCOPES: string[] = [
     'common',
     'core',
     'create',
+    'dashboard',
     'elasticsearch-plugin',
     'email-plugin',
     'email',