diff --git a/apps/pie-docs/package.json b/apps/pie-docs/package.json index 5bdbbfc987..f41aa34d36 100644 --- a/apps/pie-docs/package.json +++ b/apps/pie-docs/package.json @@ -1,7 +1,7 @@ { "name": "pie-docs", "private": true, - "description": "Documentation website for the PIE design system", + "description": "Documentation website for the PIE design system - dummy change", "version": "3.10.0", "main": "index.js", "keywords": [], diff --git a/apps/pie-storybook/package.json b/apps/pie-storybook/package.json index 97872ef689..6e04cce03b 100644 --- a/apps/pie-storybook/package.json +++ b/apps/pie-storybook/package.json @@ -1,7 +1,7 @@ { "name": "pie-storybook", "version": "0.43.0", - "description": "Storybook for PIE Design System components", + "description": "Storybook for PIE Design System components - dummy change", "scripts": { "dev": "storybook dev -p 6006", "build": "storybook build --output-dir dist",