@nrwl/storybook 19.0.0-beta.7 → 19.0.0-beta.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [Read more here](https://nx.dev/recipes/other/rescope)
6
6
 
7
- @nrwl/storybook will no longer be published in Nx v18.
7
+ @nrwl/storybook will no longer be published in the future.
8
8
 
9
9
  <p style="text-align: center;">
10
10
  <picture>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/storybook",
3
- "version": "19.0.0-beta.7",
3
+ "version": "19.0.0-beta.8",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "schematics": "./generators.json",
27
27
  "builders": "./executors.json",
28
28
  "dependencies": {
29
- "@nx/storybook": "19.0.0-beta.7"
29
+ "@nx/storybook": "19.0.0-beta.8"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"