Commit 22e60a4 1 parent df892cf commit 22e60a4 Copy full SHA for 22e60a4
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components" ,
3
3
"description" : " Collection of core functionalities to author BIM apps." ,
4
- "version" : " 2.3.1 " ,
4
+ "version" : " 2.3.2 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class Components implements Disposable {
14
14
/**
15
15
* The version of the @thatopen/components library.
16
16
*/
17
- static readonly release = "2.3.1 " ;
17
+ static readonly release = "2.3.2 " ;
18
18
19
19
/** {@link Disposable.onDisposed } */
20
20
readonly onDisposed = new Event < void > ( ) ;
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export class BCFTopicsConfigManager extends Configurator<
117
117
protected _config : BCFTopicsConfigType = {
118
118
version : {
119
119
type : "Select" as const ,
120
- options : new Set < string > ( ) ,
120
+ options : new Set < string > ( [ "2.1" , "3" ] ) ,
121
121
multiple : false ,
122
122
value : "" ,
123
123
} ,
@@ -168,7 +168,7 @@ export class BCFTopicsConfigManager extends Configurator<
168
168
fallbackVersionOnImport : {
169
169
type : "Select" as const ,
170
170
multiple : false ,
171
- options : new Set < string > ( ) ,
171
+ options : new Set < string > ( [ "2.1" , "3" ] ) ,
172
172
value : "" ,
173
173
} ,
174
174
ignoreIncompleteTopicsOnImport : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components-front" ,
3
3
"description" : " Collection of frontend tools to author BIM apps." ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
54
54
"n8ao" : " 1.5.1" ,
55
55
"postprocessing" : " 6.34.2"
56
56
}
57
- }
57
+ }
You can’t perform that action at this time.
0 commit comments