@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common 4.1.0 → 4.3.0

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common
2
2
 
3
+ ## 4.3.0
4
+
5
+ ## 4.2.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 5238698: Backstage version bump to v1.54.5
10
+
3
11
  ## 4.1.0
4
12
 
5
13
  ### Minor Changes
@@ -107,6 +115,10 @@
107
115
 
108
116
  ## 2.9.0
109
117
 
118
+ ## 2.8.7
119
+
120
+ ## 2.8.6
121
+
110
122
  ## 2.8.5
111
123
 
112
124
  ## 2.8.4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common",
3
3
  "description": "Common functionalities for the intelligent-assistant plugin",
4
- "version": "4.1.0",
4
+ "version": "4.3.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,16 +36,16 @@
36
36
  "prettier:fix": "prettier --ignore-unknown --write ."
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/plugin-permission-common": "^0.9.9"
39
+ "@backstage/plugin-permission-common": "^0.9.10"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.36.3",
42
+ "@backstage/cli": "^0.36.5",
43
43
  "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
44
44
  "@spotify/prettier-config": "^15.0.0",
45
45
  "prettier": "3.9.6"
46
46
  },
47
47
  "peerDependencies": {
48
- "@backstage/plugin-permission-common": "^0.9.9"
48
+ "@backstage/plugin-permission-common": "^0.9.10"
49
49
  },
50
50
  "files": [
51
51
  "dist"