diff --git a/addons/docs/package.json b/addons/docs/package.json index 20dc0ad4442d..40803fe4d75a 100644 --- a/addons/docs/package.json +++ b/addons/docs/package.json @@ -131,9 +131,9 @@ }, "peerDependencies": { "@babel/core": "^7.11.5", - "@storybook/angular": "6.2.0-rc.3", - "@storybook/vue": "6.2.0-rc.3", - "@storybook/vue3": "6.2.0-rc.3", + "@storybook/angular": "6.2.0-rc.4", + "@storybook/vue": "6.2.0-rc.4", + "@storybook/vue3": "6.2.0-rc.4", "babel-loader": "^8.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", @@ -182,4 +182,4 @@ "react-native" ] } -} +} \ No newline at end of file diff --git a/addons/essentials/package.json b/addons/essentials/package.json index f3e2d8ba25e1..3da7d01e710f 100644 --- a/addons/essentials/package.json +++ b/addons/essentials/package.json @@ -56,7 +56,7 @@ }, "peerDependencies": { "@babel/core": "^7.9.6", - "@storybook/vue": "6.2.0-rc.3", + "@storybook/vue": "6.2.0-rc.4", "babel-loader": "^8.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", @@ -80,4 +80,4 @@ "access": "public" }, "gitHead": "8330d79a3da94e45418d82d2828cb6f8525fc677" -} +} \ No newline at end of file diff --git a/addons/storyshots/storyshots-puppeteer/package.json b/addons/storyshots/storyshots-puppeteer/package.json index 695281b286b1..f627b5e15249 100644 --- a/addons/storyshots/storyshots-puppeteer/package.json +++ b/addons/storyshots/storyshots-puppeteer/package.json @@ -49,7 +49,7 @@ "@types/puppeteer": "^5.4.0" }, "peerDependencies": { - "@storybook/addon-storyshots": "6.2.0-rc.3", + "@storybook/addon-storyshots": "6.2.0-rc.4", "puppeteer": "^2.0.0 || ^3.0.0" }, "peerDependenciesMeta": { @@ -61,4 +61,4 @@ "access": "public" }, "gitHead": "8330d79a3da94e45418d82d2828cb6f8525fc677" -} +} \ No newline at end of file diff --git a/lib/api/src/version.ts b/lib/api/src/version.ts index 8ce6232ae49f..ab6bded12d69 100644 --- a/lib/api/src/version.ts +++ b/lib/api/src/version.ts @@ -1 +1 @@ -export const version = '6.2.0-rc.3'; +export const version = '6.2.0-rc.4'; diff --git a/lib/core-server/package.json b/lib/core-server/package.json index 1ae603eed4fb..d348360b7572 100644 --- a/lib/core-server/package.json +++ b/lib/core-server/package.json @@ -105,7 +105,7 @@ "jest-specific-snapshot": "^4.0.0" }, "peerDependencies": { - "@storybook/builder-webpack5": "6.2.0-rc.3", + "@storybook/builder-webpack5": "6.2.0-rc.4", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, @@ -121,4 +121,4 @@ "access": "public" }, "gitHead": "8330d79a3da94e45418d82d2828cb6f8525fc677" -} +} \ No newline at end of file diff --git a/lib/core/package.json b/lib/core/package.json index 86d41fb1afab..ac93ad0afb61 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -40,7 +40,7 @@ "@storybook/core-server": "6.2.0-rc.3" }, "peerDependencies": { - "@storybook/builder-webpack5": "6.2.0-rc.3", + "@storybook/builder-webpack5": "6.2.0-rc.4", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, @@ -56,4 +56,4 @@ "access": "public" }, "gitHead": "8330d79a3da94e45418d82d2828cb6f8525fc677" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 573a52c4c1a1..c538b07b2e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/root", - "version": "6.2.0-rc.3", + "version": "6.2.0-rc.4", "private": true, "description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.", "keywords": [