Skip to content

Commit cd298f7

Browse files
committed
Make version bump minor
1 parent d3bfb21 commit cd298f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.changeset/gold-frogs-explain.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
'@graphql-codegen/visitor-plugin-common': major
3-
'@graphql-codegen/typescript-operations': major
4-
'@graphql-codegen/typescript': major
5-
'@graphql-codegen/typescript-resolvers': major
2+
'@graphql-codegen/visitor-plugin-common': minor
3+
'@graphql-codegen/typescript-operations': minor
4+
'@graphql-codegen/typescript': minor
5+
'@graphql-codegen/typescript-resolvers': minor
66
---
77

88
Implement Scalars with input/output types
@@ -113,7 +113,7 @@ config: {
113113
}
114114
```
115115

116-
3. BREAKING CHANGE: External module Scalar types need to be an object with input/output fields
116+
3. (Potential) BREAKING CHANGE: External module Scalar types need to be an object with input/output fields
117117

118118
```ts
119119
config: {
@@ -136,4 +136,4 @@ export type Scalars = {
136136

137137
---
138138

139-
BREAKING CHANGES: This changes Scalar types could be referenced in other plugins. If you are a plugin maintainer and reference Scalar, please update your plugin to use the correct input/output types.
139+
(Potential) BREAKING CHANGE: This changes Scalar types which could be referenced in other plugins. If you are a plugin maintainer and reference Scalar, please update your plugin to use the correct input/output types.

0 commit comments

Comments
 (0)