Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 30, 2017
1 parent 6282995 commit af41dd1
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 38 deletions.
4 changes: 2 additions & 2 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-actions",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Action Logger addon for storybook",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/addons": "^3.0.0-rc.3",
"@storybook/addons": "^3.0.0",
"deep-equal": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"prop-types": "^15.5.8",
Expand Down
2 changes: 1 addition & 1 deletion addons/centered/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-centered",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook decorator to center components",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions addons/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-comments",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Comments addon for Storybook",
"keywords": [
"storybook"
Expand All @@ -23,7 +23,7 @@
"storybook-remote": "start-storybook -p 3006"
},
"dependencies": {
"@storybook/addons": "^3.0.0-rc.3",
"@storybook/addons": "^3.0.0",
"babel-runtime": "^6.23.0",
"deep-equal": "^1.0.1",
"events": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion addons/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-graphql",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook addon to display the GraphiQL IDE",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions addons/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-info",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "A Storybook addon to show additional information for your stories.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"react": "*"
},
"dependencies": {
"@storybook/addons": "^3.0.0-rc.3",
"@storybook/addons": "^3.0.0",
"babel-runtime": "^6.23.0",
"markdown-to-react-components": "^0.2.1",
"prop-types": "^15.5.8",
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-knobs",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook Addon Prop Editor Component",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions addons/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-links",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Story Links addon for storybook",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/addons": "^3.0.0-rc.3"
"@storybook/addons": "^3.0.0"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-notes",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Write notes for your Storybook stories.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions addons/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-options",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Options addon for storybook",
"main": "preview.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/addons": "^3.0.0-rc.3"
"@storybook/addons": "^3.0.0"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-storyshots",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions app/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "A better way to develop React Native Components for your app",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"react-native": "^0.43.3"
},
"dependencies": {
"@storybook/addon-actions": "^3.0.0-rc.3",
"@storybook/addon-links": "^3.0.0-rc.3",
"@storybook/addons": "^3.0.0-rc.3",
"@storybook/channel-websocket": "^3.0.0-rc.3",
"@storybook/ui": "^3.0.0-rc.3",
"@storybook/addon-actions": "^3.0.0",
"@storybook/addon-links": "^3.0.0",
"@storybook/addons": "^3.0.0",
"@storybook/channel-websocket": "^3.0.0",
"@storybook/ui": "^3.0.0",
"autoprefixer": "^7.0.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
Expand Down
12 changes: 6 additions & 6 deletions app/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
"license": "MIT",
"main": "dist/client/index.js",
Expand All @@ -23,11 +23,11 @@
"prepublish": "node ../../scripts/prepublish.js"
},
"dependencies": {
"@storybook/addon-actions": "^3.0.0-rc.3",
"@storybook/addon-links": "^3.0.0-rc.3",
"@storybook/addons": "^3.0.0-rc.3",
"@storybook/channel-postmessage": "^3.0.0-rc.3",
"@storybook/ui": "^3.0.0-rc.3",
"@storybook/addon-actions": "^3.0.0",
"@storybook/addon-links": "^3.0.0",
"@storybook/addons": "^3.0.0",
"@storybook/channel-postmessage": "^3.0.0",
"@storybook/ui": "^3.0.0",
"airbnb-js-shims": "^1.1.1",
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"lib/*",
"examples/*"
],
"concurrency": 1
"concurrency": 1,
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion lib/addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addons",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook addons store",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/channel-postmessage",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/channels": "^3.0.0-rc.3",
"@storybook/channels": "^3.0.0",
"json-stringify-safe": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/channel-websocket",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,6 +11,6 @@
"shelljs": "^0.7.7"
},
"dependencies": {
"@storybook/channels": "^3.0.0-rc.3"
"@storybook/channels": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/channels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/channels",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions lib/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/cli",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
"bin": {
"getstorybook": "./bin/generate.js"
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/cli",
"dependencies": {
"@storybook/codemod": "^3.0.0-rc.3",
"@storybook/codemod": "^3.0.0",
"chalk": "^1.1.3",
"child-process-promise": "^2.2.1",
"commander": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storybook/codemod",
"description": "A collection of codemod scripts written with JSCodeshift",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/ui",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Core Storybook UI",
"repository": {
"type": "git",
Expand Down

0 comments on commit af41dd1

Please sign in to comment.