@rxap/plugin-library 19.3.2-dev.7 → 19.3.2-dev.8

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,12 @@
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.3.2-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@19.3.2-dev.7...@rxap/plugin-library@19.3.2-dev.8) (2024-07-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - include sentry in package auto update ([0f65b81](https://gitlab.com/rxap/packages/commit/0f65b8172e28c5734b1a853f4ec3c9a33b2f4c63))
11
+
6
12
  ## [19.3.2-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@19.3.2-dev.6...@rxap/plugin-library@19.3.2-dev.7) (2024-07-09)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.3.2-dev.7",
2
+ "version": "19.3.2-dev.8",
3
3
  "name": "@rxap/plugin-library",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -48,6 +48,6 @@
48
48
  },
49
49
  "schematics": "./generators.json",
50
50
  "type": "commonjs",
51
- "gitHead": "31fdf513912a70c112035d9c825cf5b072924d81",
51
+ "gitHead": "f56117b2fbc91cd154216abe545f080f42f52a60",
52
52
  "main": "./src/index.js"
53
53
  }
@@ -14,7 +14,8 @@
14
14
  "@rxap\/",
15
15
  "@angular\/",
16
16
  "@nx\/",
17
- "@nestjs\/"
17
+ "@nestjs\/",
18
+ "@sentry\/"
18
19
  ],
19
20
  "description": "List of regexes to match package name that should be added to the package group"
20
21
  },