@smartive/graphql-magic 21.0.0-next.1 → 21.0.0-next.2

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/.releaserc CHANGED
@@ -19,7 +19,60 @@
19
19
  ]
20
20
  }
21
21
  ],
22
- "@semantic-release/release-notes-generator",
22
+ [
23
+ "@semantic-release/release-notes-generator",
24
+ {
25
+ "preset": "angular",
26
+ "presetConfig": {
27
+ "types": [
28
+ {
29
+ "type": "feat",
30
+ "section": "Features"
31
+ },
32
+ {
33
+ "type": "fix",
34
+ "section": "Bug Fixes"
35
+ },
36
+ {
37
+ "type": "break",
38
+ "section": "BREAKING CHANGES"
39
+ },
40
+ {
41
+ "type": "docs",
42
+ "hidden": true
43
+ },
44
+ {
45
+ "type": "style",
46
+ "hidden": true
47
+ },
48
+ {
49
+ "type": "refactor",
50
+ "hidden": true
51
+ },
52
+ {
53
+ "type": "perf",
54
+ "section": "Performance Improvements"
55
+ },
56
+ {
57
+ "type": "test",
58
+ "hidden": true
59
+ },
60
+ {
61
+ "type": "build",
62
+ "hidden": true
63
+ },
64
+ {
65
+ "type": "ci",
66
+ "hidden": true
67
+ },
68
+ {
69
+ "type": "chore",
70
+ "hidden": true
71
+ }
72
+ ]
73
+ }
74
+ }
75
+ ],
23
76
  "@semantic-release/changelog",
24
77
  "@semantic-release/npm",
25
78
  "@semantic-release/github"
package/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- # [21.0.0-next.1](https://github.com/smartive/graphql-magic/compare/v20.1.0...v21.0.0-next.1) (2025-09-17)
1
+ # [21.0.0-next.2](https://github.com/smartive/graphql-magic/compare/v21.0.0-next.1...v21.0.0-next.2) (2025-09-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * .releasrc to detect break: pattern ([1e9c54c](https://github.com/smartive/graphql-magic/commit/1e9c54cb9dad4c0683f79754dd45d292cb7f91bc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartive/graphql-magic",
3
- "version": "21.0.0-next.1",
3
+ "version": "21.0.0-next.2",
4
4
  "description": "",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",