@backstage/plugin-catalog-unprocessed-entities-common 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240716021845

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 +9 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities-common
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240716021845
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240716021845
9
+
10
+ ## 0.0.2
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - d44a20a: Added additional plugin metadata to `package.json`.
8
15
  - Updated dependencies
9
- - @backstage/plugin-permission-common@0.0.0-nightly-20240617021823
16
+ - @backstage/plugin-permission-common@0.7.14
10
17
 
11
18
  ## 0.0.2-next.0
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities-common",
3
- "version": "0.0.0-nightly-20240617021823",
3
+ "version": "0.0.0-nightly-20240716021845",
4
4
  "description": "Common functionalities for the catalog-unprocessed-entities plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -37,10 +37,10 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240617021823"
40
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240716021845"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-20240617021823"
43
+ "@backstage/cli": "^0.0.0-nightly-20240716021845"
44
44
  },
45
45
  "module": "dist/index.esm.js"
46
46
  }