@rxap/plugin-storybook 19.0.5-dev.8 → 19.0.5-dev.9

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,10 @@
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
+ ## [19.0.5-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@19.0.5-dev.8...@rxap/plugin-storybook@19.0.5-dev.9) (2024-07-30)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-storybook
9
+
6
10
  ## [19.0.5-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-storybook@19.0.5-dev.7...@rxap/plugin-storybook@19.0.5-dev.8) (2024-07-18)
7
11
 
8
12
  ### Bug Fixes
package/README.md CHANGED
@@ -16,10 +16,6 @@
16
16
  ```bash
17
17
  yarn add @rxap/plugin-storybook
18
18
  ```
19
- **Install peer dependencies:**
20
- ```bash
21
- yarn add @nx/angular@^19.1.1 @nx/devkit@^19.1.1 @nx/eslint@^19.1.1 @rxap/ts-morph@^1.2.2 @rxap/utilities@^16.2.2 @rxap/workspace-ts-morph@^19.0.1 @rxap/workspace-utilities@^19.0.1 colors@^1.4.0 ts-morph@^18.0.0
22
- ```
23
19
  **Execute the init generator:**
24
20
  ```bash
25
21
  yarn nx g @rxap/plugin-storybook:init
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
- "version": "19.0.5-dev.8",
2
+ "version": "19.0.5-dev.9",
3
3
  "name": "@rxap/plugin-storybook",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@nx/angular": "19.4.2",
7
7
  "@nx/devkit": "19.4.2",
8
8
  "@nx/eslint": "19.4.2",
9
- "@rxap/ts-morph": "^1.4.3-dev.3",
9
+ "@rxap/ts-morph": "^1.4.3-dev.4",
10
10
  "@rxap/utilities": "^16.3.0-dev.2",
11
- "@rxap/workspace-ts-morph": "^19.1.3-dev.7",
11
+ "@rxap/workspace-ts-morph": "^19.1.3-dev.8",
12
12
  "@rxap/workspace-utilities": "^19.4.0-dev.6",
13
13
  "colors": "1.4.0",
14
14
  "ts-morph": "18.0.0",
@@ -43,6 +43,6 @@
43
43
  },
44
44
  "schematics": "./generators.json",
45
45
  "type": "commonjs",
46
- "gitHead": "57f6e8b001e5bb925334767864400067fe2d425b",
46
+ "gitHead": "2fa112bca0576f297e701eb1ff3f3f58651de1aa",
47
47
  "main": "./src/index.js"
48
48
  }