@stoker-platform/web-app 0.5.10 → 0.5.12

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @stoker-platform/web-app
2
2
 
3
+ ## 0.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: revert script file permissions
8
+
9
+ ## 0.5.11
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: improve Windows support
14
+ - Updated dependencies
15
+ - @stoker-platform/node-client@0.5.9
16
+
3
17
  ## 0.5.10
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-app",
3
- "version": "0.5.10",
3
+ "version": "0.5.12",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  "@radix-ui/react-tooltip": "^1.2.8",
52
52
  "@react-google-maps/api": "^2.20.8",
53
53
  "@sentry/react": "^10.32.1",
54
- "@stoker-platform/node-client": "0.5.8",
54
+ "@stoker-platform/node-client": "0.5.9",
55
55
  "@stoker-platform/utils": "0.5.5",
56
56
  "@stoker-platform/web-client": "0.5.5",
57
57
  "@tanstack/react-table": "^8.21.3",