@rxap/plugin-storybook 20.0.0-dev.1 → 20.0.0-dev.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@20.0.0-dev.2...@rxap/plugin-storybook@20.0.0-dev.3) (2025-01-04)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-storybook
9
+
10
+ # [20.0.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@20.0.0-dev.1...@rxap/plugin-storybook@20.0.0-dev.2) (2025-01-03)
11
+
12
+ ### Features
13
+
14
+ - support nx plugins ([011871a](https://gitlab.com/rxap/packages/commit/011871a844241ead7a5dc2a07470af65251c8647))
15
+
6
16
  # [20.0.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@19.0.10-dev.0...@rxap/plugin-storybook@20.0.0-dev.1) (2024-12-11)
7
17
 
8
18
  **Note:** Version bump only for package @rxap/plugin-storybook
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
- "version": "20.0.0-dev.1",
2
+ "version": "20.0.0-dev.3",
3
3
  "name": "@rxap/plugin-storybook",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@nx/angular": "20.2.1",
7
7
  "@nx/devkit": "20.2.1",
8
8
  "@nx/eslint": "20.2.1",
9
- "@rxap/ts-morph": "^1.5.2-dev.1",
10
- "@rxap/utilities": "^16.4.1-dev.1",
11
- "@rxap/workspace-ts-morph": "^19.1.8-dev.1",
12
- "@rxap/workspace-utilities": "^19.5.1-dev.1",
9
+ "@rxap/ts-morph": "^1.5.2-dev.2",
10
+ "@rxap/utilities": "^16.4.1-dev.2",
11
+ "@rxap/workspace-ts-morph": "^19.1.8-dev.3",
12
+ "@rxap/workspace-utilities": "^19.6.0-dev.1",
13
13
  "colors": "1.4.0",
14
14
  "ts-morph": "18.0.0",
15
15
  "tslib": "2.6.2"
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "schematics": "./generators.json",
45
45
  "type": "commonjs",
46
- "gitHead": "87d776dc933f5f1b640f7a7c9ecc4d264187c090",
46
+ "gitHead": "55344af69ec9e01dcd25f8795a6e7e31b2cf3920",
47
47
  "types": "./src/index.d.ts",
48
48
  "main": "./src/index.js"
49
49
  }
@@ -13,10 +13,6 @@
13
13
  "type": "string"
14
14
  }
15
15
  },
16
- "skipFormat": {
17
- "type": "boolean",
18
- "default": false
19
- },
20
16
  "overwrite": {
21
17
  "type": "boolean",
22
18
  "default": false,
@@ -18,10 +18,6 @@
18
18
  "default": false,
19
19
  "description": "Whether to overwrite existing files"
20
20
  },
21
- "skipFormat": {
22
- "type": "boolean",
23
- "default": false
24
- },
25
21
  "skipProjects": {
26
22
  "type": "boolean",
27
23
  "default": false,