@txo/service-graphql-react 3.0.6 → 3.0.7

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [3.0.7](https://github.com/technology-studio/service-graphql-react/compare/v3.0.6...v3.0.7) (2024-11-23)
2
+
3
+
4
+ ### CI
5
+
6
+ * add synchronize to PR workflow ([#857](https://github.com/technology-studio/service-graphql-react/issues/857)) ([89c8032](https://github.com/technology-studio/service-graphql-react/commit/89c8032e8e2d3c280855f9571d2cde97ce14d194))
7
+ * update pr and release workflows ([#852](https://github.com/technology-studio/service-graphql-react/issues/852)) ([0d94f2b](https://github.com/technology-studio/service-graphql-react/commit/0d94f2b5221e88660a9465152eb96aba1c7f46aa))
8
+
9
+
10
+ ### Bug fixes
11
+
12
+ * **deps:** update dependency type-fest to ^4.27.1 ([#861](https://github.com/technology-studio/service-graphql-react/issues/861)) ([50ab6bb](https://github.com/technology-studio/service-graphql-react/commit/50ab6bbacb955a1e5285d8a3f74c200eb7f0aa07))
13
+
1
14
  ## [3.0.6](https://github.com/technology-studio/service-graphql-react/compare/v3.0.5...v3.0.6) (2024-11-15)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txo/service-graphql-react",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Technology Studio - Service graphql react",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@txo/types": "^1.7.0",
45
45
  "lodash.get": "^4.4.2",
46
46
  "lodash.set": "^4.3.2",
47
- "type-fest": "^4.27.0"
47
+ "type-fest": "^4.27.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@apollo/client": "^3.11.10",
@@ -57,10 +57,10 @@
57
57
  "@txo-peer-dep/error-handler": "^3.0.0",
58
58
  "@txo-peer-dep/log": "^4.0.4",
59
59
  "@txo-peer-dep/service-graphql": "^3.3.3",
60
- "@txo/commitlint": "^1.0.19",
60
+ "@txo/commitlint": "^1.0.20",
61
61
  "@txo/log-console": "^3.0.0",
62
- "@txo/semantic-release": "^2.0.8",
63
- "@txo/tsconfig": "^1.1.1",
62
+ "@txo/semantic-release": "^2.0.10",
63
+ "@txo/tsconfig-cjs": "^2.0.0",
64
64
  "@types/jest": "^29.5.14",
65
65
  "@types/lodash.get": "^4.4.9",
66
66
  "@types/lodash.set": "^4.3.9",
@@ -69,7 +69,7 @@
69
69
  "concurrently": "^9.1.0",
70
70
  "eslint-config-txo-typescript-react": "^2.0.82",
71
71
  "graphql": "^16.9.0",
72
- "husky": "^9.1.6",
72
+ "husky": "^9.1.7",
73
73
  "jest": "^29.7.0",
74
74
  "lint-staged": "^15.2.10",
75
75
  "react": "^18.3.1",