Skip to content

Commit 22e60a4

Browse files
committed
chore: bumps version
1 parent df892cf commit 22e60a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",

packages/core/src/core/Components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Components implements Disposable {
1414
/**
1515
* The version of the @thatopen/components library.
1616
*/
17-
static readonly release = "2.3.1";
17+
static readonly release = "2.3.2";
1818

1919
/** {@link Disposable.onDisposed} */
2020
readonly onDisposed = new Event<void>();

packages/core/src/openbim/BCFTopics/src/bcf-topics-config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class BCFTopicsConfigManager extends Configurator<
117117
protected _config: BCFTopicsConfigType = {
118118
version: {
119119
type: "Select" as const,
120-
options: new Set<string>(),
120+
options: new Set<string>(["2.1", "3"]),
121121
multiple: false,
122122
value: "",
123123
},
@@ -168,7 +168,7 @@ export class BCFTopicsConfigManager extends Configurator<
168168
fallbackVersionOnImport: {
169169
type: "Select" as const,
170170
multiple: false,
171-
options: new Set<string>(),
171+
options: new Set<string>(["2.1", "3"]),
172172
value: "",
173173
},
174174
ignoreIncompleteTopicsOnImport: {

packages/front/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components-front",
33
"description": "Collection of frontend tools to author BIM apps.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -54,4 +54,4 @@
5454
"n8ao": "1.5.1",
5555
"postprocessing": "6.34.2"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)