Skip to content

Commit

Permalink
chore: bumps core version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Aug 12, 2024
1 parent 86c5cc0 commit 529ca55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.1.26",
"version": "2.1.27",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -53,4 +53,4 @@
"three": "^0.160.1",
"web-ifc": "0.0.57"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/src/core/Components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Components implements Disposable {
/**
* The version of the @thatopen/components library.
*/
static readonly release = "2.1.26";
static readonly release = "2.1.27";

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

0 comments on commit 529ca55

Please sign in to comment.