@checkstack/dashboard-frontend 0.3.12 → 0.3.14

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 +39 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @checkstack/dashboard-frontend
2
2
 
3
+ ## 0.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e5079e1]
8
+ - Updated dependencies [9551fd7]
9
+ - @checkstack/catalog-frontend@0.4.0
10
+ - @checkstack/catalog-common@1.2.6
11
+ - @checkstack/ui@0.5.3
12
+ - @checkstack/incident-common@0.4.2
13
+ - @checkstack/maintenance-common@0.4.4
14
+ - @checkstack/auth-frontend@0.5.8
15
+ - @checkstack/command-frontend@0.2.11
16
+ - @checkstack/queue-frontend@0.2.11
17
+
18
+ ## 0.3.13
19
+
20
+ ### Patch Changes
21
+
22
+ - 0b9fc58: Fix workspace:\* protocol resolution in published packages
23
+
24
+ Published packages now correctly have resolved dependency versions instead of `workspace:*` references. This is achieved by using `bun publish` which properly resolves workspace protocol references.
25
+
26
+ - Updated dependencies [0b9fc58]
27
+ - @checkstack/auth-frontend@0.5.7
28
+ - @checkstack/catalog-common@1.2.5
29
+ - @checkstack/catalog-frontend@0.3.11
30
+ - @checkstack/command-common@0.2.4
31
+ - @checkstack/command-frontend@0.2.10
32
+ - @checkstack/common@0.6.1
33
+ - @checkstack/frontend-api@0.3.4
34
+ - @checkstack/healthcheck-common@0.8.1
35
+ - @checkstack/incident-common@0.4.1
36
+ - @checkstack/maintenance-common@0.4.3
37
+ - @checkstack/notification-common@0.2.4
38
+ - @checkstack/queue-frontend@0.2.10
39
+ - @checkstack/signal-frontend@0.0.11
40
+ - @checkstack/ui@0.5.2
41
+
3
42
  ## 0.3.12
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/dashboard-frontend",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "type": "module",
5
5
  "main": "src/index.tsx",
6
6
  "scripts": {
@@ -10,20 +10,20 @@
10
10
  "lint:code": "eslint . --max-warnings 0"
11
11
  },
12
12
  "dependencies": {
13
- "@checkstack/auth-frontend": "workspace:*",
14
- "@checkstack/catalog-common": "workspace:*",
15
- "@checkstack/catalog-frontend": "workspace:*",
16
- "@checkstack/command-common": "workspace:*",
17
- "@checkstack/command-frontend": "workspace:*",
18
- "@checkstack/common": "workspace:*",
19
- "@checkstack/frontend-api": "workspace:*",
20
- "@checkstack/healthcheck-common": "workspace:*",
21
- "@checkstack/incident-common": "workspace:*",
22
- "@checkstack/maintenance-common": "workspace:*",
23
- "@checkstack/notification-common": "workspace:*",
24
- "@checkstack/queue-frontend": "workspace:*",
25
- "@checkstack/signal-frontend": "workspace:*",
26
- "@checkstack/ui": "workspace:*",
13
+ "@checkstack/auth-frontend": "0.5.7",
14
+ "@checkstack/catalog-common": "1.2.5",
15
+ "@checkstack/catalog-frontend": "0.3.11",
16
+ "@checkstack/command-common": "0.2.4",
17
+ "@checkstack/command-frontend": "0.2.10",
18
+ "@checkstack/common": "0.6.1",
19
+ "@checkstack/frontend-api": "0.3.4",
20
+ "@checkstack/healthcheck-common": "0.8.1",
21
+ "@checkstack/incident-common": "0.4.1",
22
+ "@checkstack/maintenance-common": "0.4.3",
23
+ "@checkstack/notification-common": "0.2.4",
24
+ "@checkstack/queue-frontend": "0.2.10",
25
+ "@checkstack/signal-frontend": "0.0.11",
26
+ "@checkstack/ui": "0.5.2",
27
27
  "lucide-react": "^0.344.0",
28
28
  "react": "^18.2.0",
29
29
  "react-router-dom": "^6.22.0"
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "typescript": "^5.0.0",
33
33
  "@types/react": "^18.2.0",
34
- "@checkstack/tsconfig": "workspace:*",
35
- "@checkstack/scripts": "workspace:*"
34
+ "@checkstack/tsconfig": "0.0.3",
35
+ "@checkstack/scripts": "0.1.1"
36
36
  }
37
37
  }