Skip to content

Commit

Permalink
Merge pull request #13451 from storybookjs/addons-description
Browse files Browse the repository at this point in the history
Update addon descriptions to match frontpage
  • Loading branch information
shilman authored Dec 16, 2020
2 parents ce5d960 + 6ce33d3 commit 33a0c75
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-a11y",
"version": "6.2.0-alpha.7",
"description": "a11y addon for storybook",
"description": "Test component compliance with web accessibility standards",
"keywords": [
"a11y",
"accessibility",
Expand Down
2 changes: 1 addition & 1 deletion addons/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-actions",
"version": "6.2.0-alpha.7",
"description": "Action Logger addon for storybook",
"description": "Get UI feedback when an action is performed on an interactive element",
"keywords": [
"storybook"
],
Expand Down
2 changes: 1 addition & 1 deletion addons/backgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-backgrounds",
"version": "6.2.0-alpha.7",
"description": "A storybook addon to show different backgrounds for your preview",
"description": "Switch backgrounds to view components in different settings",
"keywords": [
"addon",
"background",
Expand Down
2 changes: 1 addition & 1 deletion addons/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-controls",
"version": "6.2.0-alpha.7",
"description": "Controls for component properties",
"description": "Interact with component inputs dynamically in the Storybook UI",
"keywords": [
"addon",
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion addons/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-docs",
"version": "6.2.0-alpha.7",
"description": "Superior documentation for your components",
"description": "Document component usage and properties in Markdown",
"keywords": [
"addon",
"notes",
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-links",
"version": "6.2.0-alpha.7",
"description": "Story Links addon for storybook",
"description": "Link stories together to build demos and prototypes with your UI components",
"keywords": [
"addon",
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-storyshots",
"version": "6.2.0-alpha.7",
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
"description": "Take a code snapshot of every story automatically with Jest",
"keywords": [
"addon",
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-storysource",
"version": "6.2.0-alpha.7",
"description": "Stories addon for storybook",
"description": "View a story’s source code to see how it works and paste into your app",
"keywords": [
"addon",
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/toolbars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-toolbars",
"version": "6.2.0-alpha.7",
"description": "Storybook toolbars addon",
"description": "Create your own toolbar items that control story rendering",
"keywords": [
"addon",
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion addons/viewport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/addon-viewport",
"version": "6.2.0-alpha.7",
"description": "Storybook addon to change the viewport size to mobile",
"description": "Build responsive components by adjusting Storybook’s viewport size and orientation",
"keywords": [
"addon",
"storybook"
Expand Down

0 comments on commit 33a0c75

Please sign in to comment.