@velocitycareerlabs/velocity-registrar-app 1.25.0-dev-build.11dd45bf3 → 1.25.0-dev-build.1a8c96ac7

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/index.html +1 -1
  2. package/package.json +3 -3
package/index.html CHANGED
@@ -20,7 +20,7 @@
20
20
  <meta charset="UTF-8" />
21
21
  <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
22
22
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
23
- <title>Sample Velocity Core Registrar</title>
23
+ <title>Velocity Network Registrar</title>
24
24
  </head>
25
25
  <body>
26
26
  <noscript>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/velocity-registrar-app",
3
- "version": "1.25.0-dev-build.11dd45bf3",
3
+ "version": "1.25.0-dev-build.1a8c96ac7",
4
4
  "description": "Velocity Registrar",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -14,7 +14,7 @@
14
14
  "@mui/icons-material": "^6.0.0",
15
15
  "@mui/material": "^6.0.0",
16
16
  "@react-pdf/renderer": "^3.0.0",
17
- "@velocitycareerlabs/components-organizations-registrar": "1.25.0-dev-build.1f466ea4a",
17
+ "@velocitycareerlabs/components-organizations-registrar": "1.25.0-dev-build.1c4326b30",
18
18
  "autosuggest-highlight": "^3.3.4",
19
19
  "classnames": "~2.5.0",
20
20
  "env-cmd": "^10.1.0",
@@ -59,5 +59,5 @@
59
59
  "not ie <= 11",
60
60
  "not op_mini all"
61
61
  ],
62
- "gitHead": "62be07d7e771448519264959296bc41a4a776c48"
62
+ "gitHead": "8ba3ec0f4efa6bf37c92a30af0b75710e2c5d483"
63
63
  }