spaps-issue-reporting-react 0.1.4 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.5] - 2026-04-25
4
+
5
+ - Maintenance: align the published React issue-reporting package version after release automation.
6
+
7
+ ## [0.1.4] - 2026-04-25
8
+
9
+ - Maintenance: align the published React issue-reporting package version after release automation.
10
+
3
11
  ## [0.1.3] - 2026-04-20
4
12
 
5
13
  - Changed: publish the page-first report flow package metadata and align README metadata with the current package version.
package/README.md CHANGED
@@ -231,7 +231,7 @@ No. This package is UI only. If your browser app calls SPAPS directly with a pub
231
231
  ## Metadata
232
232
 
233
233
  - `package_name`: `spaps-issue-reporting-react`
234
- - `latest_version`: `0.1.3`
234
+ - `latest_version`: `0.1.5`
235
235
  - `minimum_runtime`: `Node.js >=18.0.0`
236
236
  - `api_base_url`: `https://api.sweetpotato.dev`
237
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-issue-reporting-react",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "Shared React issue-reporting UI for Sweet Potato platform consumers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "@radix-ui/react-dialog": "^1.1.15",
41
41
  "@radix-ui/react-popover": "^1.1.15",
42
42
  "date-fns": "^4.1.0",
43
- "spaps-types": "^1.1.3"
43
+ "spaps-types": "^1.1.4"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@tanstack/react-query": ">=5.0.0",