@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241122023551

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
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241122023551
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241119023621
9
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20241119023621
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241119023621
11
- - @backstage/integration@0.0.0-nightly-20241119023621
12
- - @backstage/integration-react@0.0.0-nightly-20241119023621
8
+ - @backstage/core-components@0.0.0-nightly-20241122023551
9
+ - @backstage/core-plugin-api@1.10.1
10
+ - @backstage/integration@1.15.2
11
+ - @backstage/integration-react@1.2.1
12
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20241122023551
13
+
14
+ ## 1.1.17
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.16.0
20
+ - @backstage/plugin-techdocs-react@1.2.10
21
+ - @backstage/core-plugin-api@1.10.1
22
+ - @backstage/integration@1.15.2
23
+ - @backstage/integration-react@1.2.1
13
24
 
14
25
  ## 1.1.17-next.2
15
26
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { makeStyles } from '@material-ui/core';
3
3
  import BugReportIcon from '@material-ui/icons/BugReport';
4
- import { GitHubIcon, Link } from '@backstage/core-components';
4
+ import { Link, GitHubIcon } from '@backstage/core-components';
5
5
 
6
6
  const useStyles = makeStyles((theme) => ({
7
7
  root: {
@@ -2,7 +2,7 @@ import parseGitUrl from 'git-url-parse';
2
2
  import { useApi, configApiRef } from '@backstage/core-plugin-api';
3
3
  import { replaceGithubUrlType, replaceGitLabUrlType } from '@backstage/integration';
4
4
  import { scmIntegrationsApiRef } from '@backstage/integration-react';
5
- import { useShadowRootElements, useShadowRootSelection } from '@backstage/plugin-techdocs-react';
5
+ import { useShadowRootSelection, useShadowRootElements } from '@backstage/plugin-techdocs-react';
6
6
  import { PAGE_EDIT_LINK_SELECTOR } from './constants.esm.js';
7
7
 
8
8
  const resolveBlobUrl = (url, type) => {
@@ -1,5 +1,5 @@
1
1
  import React, { useState, useMemo, useCallback, useEffect } from 'react';
2
- import { withStyles, Slider, makeStyles, useTheme, MenuItem, ListItemText, Box, IconButton, Typography } from '@material-ui/core';
2
+ import { withStyles, Slider, makeStyles, useTheme, MenuItem, ListItemText, Typography, Box, IconButton } from '@material-ui/core';
3
3
  import AddIcon from '@material-ui/icons/Add';
4
4
  import RemoveIcon from '@material-ui/icons/Remove';
5
5
  import { useShadowRootElements } from '@backstage/plugin-techdocs-react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241122023551",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -39,11 +39,11 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "0.0.0-nightly-20241119023621",
43
- "@backstage/core-plugin-api": "0.0.0-nightly-20241119023621",
44
- "@backstage/integration": "0.0.0-nightly-20241119023621",
45
- "@backstage/integration-react": "0.0.0-nightly-20241119023621",
46
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241119023621",
42
+ "@backstage/core-components": "0.0.0-nightly-20241122023551",
43
+ "@backstage/core-plugin-api": "1.10.1",
44
+ "@backstage/integration": "1.15.2",
45
+ "@backstage/integration-react": "1.2.1",
46
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241122023551",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@react-hookz/web": "^24.0.0",
@@ -51,9 +51,9 @@
51
51
  "photoswipe": "^5.3.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "0.0.0-nightly-20241119023621",
55
- "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20241119023621",
56
- "@backstage/test-utils": "0.0.0-nightly-20241119023621",
54
+ "@backstage/cli": "0.0.0-nightly-20241122023551",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20241122023551",
56
+ "@backstage/test-utils": "0.0.0-nightly-20241122023551",
57
57
  "@testing-library/dom": "^10.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^16.0.0",