Skip to content

Commit acfd199

Browse files
authored
Docs/release 1.9.0 (#101)
* docs: update version to 1.9.0 * docs: describe grouping feature
1 parent 7dfa640 commit acfd199

12 files changed

+60
-43
lines changed

docs/configuration/configuration.mdx

+47-30
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-common-model-converters:1.8.0'
2+
implementation 'io.github.springwolf:springwolf-common-model-converters:1.9.0'
33
}

docs/snippets/_springwolf_common_model_converters_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-common-model-converters</artifactId>
5-
<version>1.8.0</version>
5+
<version>1.9.0</version>
66
</dependency>
77
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-generic-binding:1.8.0'
2+
implementation 'io.github.springwolf:springwolf-generic-binding:1.9.0'
33
}

docs/snippets/_springwolf_generic_binding_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-generic-binding</artifactId>
5-
<version>1.8.0</version>
5+
<version>1.9.0</version>
66
</dependency>
77
</dependencies>
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
// Provides the documentation API
3-
implementation 'io.github.springwolf:springwolf-kafka:1.8.0'
3+
implementation 'io.github.springwolf:springwolf-kafka:1.9.0'
44

55
// Provides the UI - optional (recommended)
6-
runtimeOnly 'io.github.springwolf:springwolf-ui:1.8.0'
6+
runtimeOnly 'io.github.springwolf:springwolf-ui:1.9.0'
77
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-json-schema:1.8.0'
2+
implementation 'io.github.springwolf:springwolf-json-schema:1.9.0'
33
}

docs/snippets/_springwolf_json_schema_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-json-schema</artifactId>
5-
<version>1.8.0</version>
5+
<version>1.9.0</version>
66
</dependency>
77
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.8.0'
2+
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.9.0'
33
}

docs/snippets/_springwolf_kotlinx_serialization_model_converter_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-kotlinx-serialization-model-converter</artifactId>
5-
<version>1.8.0</version>
5+
<version>1.9.0</version>
66
</dependency>
77
</dependencies>

docs/snippets/_springwolf_maven.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<dependency>
44
<groupId>io.github.springwolf</groupId>
55
<artifactId>springwolf-kafka</artifactId>
6-
<version>1.8.0</version>
6+
<version>1.9.0</version>
77
</dependency>
88
<!-- Provides the UI - optional (recommended) -->
99
<dependency>
1010
<groupId>io.github.springwolf</groupId>
1111
<artifactId>springwolf-ui</artifactId>
12-
<version>1.8.0</version>
12+
<version>1.9.0</version>
1313
</dependency>
1414
</dependencies>

src/components/HomepageFeatures.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const FeatureList = [
2727
description: (
2828
<>
2929
The generated documentation is compliant with the
30-
<Link to='https://www.asyncapi.com/'>AsyncAPI specification</Link>.
30+
<Link to='https://www.asyncapi.com/'> AsyncAPI specification</Link>.
3131
</>
3232
),
3333
},

0 commit comments

Comments
 (0)