@rxap/plugin-storybook 20.0.2-dev.0 → 20.0.2-dev.2

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/CHANGELOG.md +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [20.0.2-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@20.0.2-dev.1...@rxap/plugin-storybook@20.0.2-dev.2) (2025-02-18)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-storybook
9
+
10
+ ## [20.0.2-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@20.0.2-dev.0...@rxap/plugin-storybook@20.0.2-dev.1) (2025-02-18)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-storybook
13
+
6
14
  ## [20.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@20.0.1...@rxap/plugin-storybook@20.0.2-dev.0) (2025-02-17)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-storybook
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "20.0.2-dev.0",
2
+ "version": "20.0.2-dev.2",
3
3
  "name": "@rxap/plugin-storybook",
4
4
  "description": "This package provides generators to initialize Storybook for Angular projects within an Nx workspace. It automates the configuration of Storybook, including adding dependencies, setting up configurations, and generating stories. It supports both application and library projects, and offers options to customize the setup, such as enabling Compodoc integration and skipping format checks.\n",
5
5
  "license": "MIT",
@@ -7,10 +7,10 @@
7
7
  "@nx/angular": "20.4.2",
8
8
  "@nx/devkit": "20.4.2",
9
9
  "@nx/eslint": "^20.3.1",
10
- "@rxap/ts-morph": "^1.5.3",
11
- "@rxap/utilities": "^16.4.2",
12
- "@rxap/workspace-ts-morph": "^19.1.10-dev.0",
13
- "@rxap/workspace-utilities": "^19.6.2-dev.0",
10
+ "@rxap/ts-morph": "^1.5.4-dev.0",
11
+ "@rxap/utilities": "^16.4.3-dev.0",
12
+ "@rxap/workspace-ts-morph": "^19.1.10-dev.2",
13
+ "@rxap/workspace-utilities": "^19.6.2-dev.2",
14
14
  "colors": "^1.4.0",
15
15
  "ts-morph": "^18.0.0",
16
16
  "tslib": "2.6.2"
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "schematics": "./generators.json",
46
46
  "type": "commonjs",
47
- "gitHead": "0b022b6165e06718ce3edf73ae1d5375f0ff3413",
47
+ "gitHead": "56dd8f41988cee44681204be2f9ad1cb7725cb7f",
48
48
  "types": "./src/index.d.ts",
49
49
  "main": "./src/index.js"
50
50
  }