@nx/storybook 21.5.0-canary.20250902-92bd11a → 21.5.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Nx: Smart Repos · Fast Builds
24
24
 
25
- An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
25
+ Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
26
26
 
27
27
  This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "21.5.0-canary.20250902-92bd11a",
3
+ "version": "21.5.1-beta.3",
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": {
@@ -33,16 +33,16 @@
33
33
  "migrations": "./migrations.json"
34
34
  },
35
35
  "dependencies": {
36
- "@nx/devkit": "21.5.0-canary.20250902-92bd11a",
36
+ "@nx/devkit": "21.5.1-beta.3",
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
38
  "semver": "^7.5.3",
39
39
  "tslib": "^2.3.0",
40
- "@nx/cypress": "21.5.0-canary.20250902-92bd11a",
41
- "@nx/js": "21.5.0-canary.20250902-92bd11a",
42
- "@nx/eslint": "21.5.0-canary.20250902-92bd11a"
40
+ "@nx/cypress": "21.5.1-beta.3",
41
+ "@nx/js": "21.5.1-beta.3",
42
+ "@nx/eslint": "21.5.1-beta.3"
43
43
  },
44
44
  "devDependencies": {
45
- "nx": "21.5.0-canary.20250902-92bd11a"
45
+ "nx": "21.5.1-beta.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "storybook": ">=7.0.0 <10.0.0"