@pexip-engage-public/graphql 1.0.76-canary-20250610125331 → 1.0.77

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 +10 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
- ## 1.0.76-canary-20250610125331
3
+ ## 1.0.77
4
+
5
+ ### Patch Changes
6
+
7
+ - a7f7cac: bug: revert appointment duration select closing sidepanel
8
+ - Updated dependencies [a7f7cac]
9
+ - @pexip-engage/utils@0.1.42
10
+
11
+ ## 1.0.76
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - e8706a6: fix(deps): update all non-major dependencies
8
16
  - Updated dependencies [e8706a6]
9
- - @pexip-engage/utils@0.1.41-canary-20250610125331
17
+ - @pexip-engage/utils@0.1.41
10
18
 
11
19
  ## 1.0.75
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.0.76-canary-20250610125331",
3
+ "version": "1.0.77",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -37,16 +37,16 @@
37
37
  "graphql": "^16.11.0",
38
38
  "graphql-request": "^7.2.0",
39
39
  "lz-string": "^1.5.0",
40
- "zod": "^3.25.57",
41
- "@pexip-engage/utils": "0.1.41-canary-20250610125331"
40
+ "zod": "^3.25.32",
41
+ "@pexip-engage/utils": "0.1.42"
42
42
  },
43
43
  "devDependencies": {
44
- "@graphql-codegen/cli": "^5.0.7",
44
+ "@graphql-codegen/cli": "^5.0.6",
45
45
  "@graphql-codegen/typescript": "^4.1.6",
46
46
  "@graphql-inspector/cli": "^5.0.8",
47
47
  "typescript": "^5.8.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.19-canary-20250610125331"
49
+ "eslint-config-pexip-engage": "1.1.20"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"