@variance-authority/tribunal 0.1.0 → 0.1.1
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @variance-authority/tribunal
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @variance-authority/core@0.1.1
|
|
8
|
+
- @variance-authority/history@0.1.1
|
|
9
|
+
- @variance-authority/raster@0.1.1
|
|
10
|
+
- @variance-authority/report@0.1.1
|
|
11
|
+
- @variance-authority/server@0.1.1
|
|
12
|
+
|
|
3
13
|
## 0.1.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@variance-authority/tribunal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A self-hosted review service for Variance Authority baselines, history and per-subject decisions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"variance-authority",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"build": "tsc --build"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@variance-authority/core": "^0.1.
|
|
85
|
-
"@variance-authority/history": "^0.1.
|
|
86
|
-
"@variance-authority/raster": "^0.1.
|
|
87
|
-
"@variance-authority/report": "^0.1.
|
|
88
|
-
"@variance-authority/server": "^0.1.
|
|
84
|
+
"@variance-authority/core": "^0.1.1",
|
|
85
|
+
"@variance-authority/history": "^0.1.1",
|
|
86
|
+
"@variance-authority/raster": "^0.1.1",
|
|
87
|
+
"@variance-authority/report": "^0.1.1",
|
|
88
|
+
"@variance-authority/server": "^0.1.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": ">=19",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@types/react": "^19",
|
|
104
104
|
"@types/react-dom": "^19",
|
|
105
|
-
"@variance-authority/remote": "^0.1.
|
|
105
|
+
"@variance-authority/remote": "^0.1.1",
|
|
106
106
|
"pngjs": "^7.0.0",
|
|
107
107
|
"react": "^19",
|
|
108
108
|
"react-dom": "^19"
|