Skip to content

Commit

Permalink
chore: bump web-ifc version
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Oct 23, 2024
1 parent 5c2eaa5 commit 918342c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 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.4.0-alpha.10",
"version": "2.4.0-alpha.12",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/three": "0.160.0",
"stats.js": "^0.17.0",
"three": "^0.160.1",
"web-ifc": "0.0.59"
"web-ifc": "0.0.61"
},
"dependencies": {
"camera-controls": "2.7.3",
Expand All @@ -53,6 +53,6 @@
"peerDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.4",
"three": "^0.160.1",
"web-ifc": "0.0.59"
"web-ifc": "0.0.61"
}
}
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.4.0-alpha.1";
static readonly release = "2.4.0-alpha.12";

/** {@link Disposable.onDisposed} */
readonly onDisposed = new Event<void>();
Expand Down
6 changes: 3 additions & 3 deletions packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components-front",
"description": "Collection of frontend tools to author BIM apps.",
"version": "2.4.0-alpha.6",
"version": "2.4.0-alpha.7",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"peerDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.4",
"three": "^0.160.1",
"web-ifc": "0.0.59"
"web-ifc": "0.0.61"
},
"devDependencies": {
"@thatopen/fragments": ">=2.4.0-alpha.4",
Expand All @@ -44,7 +44,7 @@
"@types/earcut": "^2.1.4",
"@types/three": "^0.160.0",
"three": "^0.160.1",
"web-ifc": "0.0.59"
"web-ifc": "0.0.61"
},
"dependencies": {
"@thatopen/components": ">=2.4.0-alpha.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,11 +701,11 @@ __metadata:
n8ao: 1.5.1
postprocessing: 6.34.2
three: ^0.160.1
web-ifc: 0.0.59
web-ifc: 0.0.61
peerDependencies:
"@thatopen/fragments": ">=2.4.0-alpha.4"
three: ^0.160.1
web-ifc: 0.0.59
web-ifc: 0.0.61
languageName: unknown
linkType: soft

Expand All @@ -722,11 +722,11 @@ __metadata:
stats.js: ^0.17.0
three: ^0.160.1
three-mesh-bvh: 0.7.0
web-ifc: 0.0.59
web-ifc: 0.0.61
peerDependencies:
"@thatopen/fragments": ">=2.4.0-alpha.4"
three: ^0.160.1
web-ifc: 0.0.59
web-ifc: 0.0.61
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4571,10 +4571,10 @@ __metadata:
languageName: node
linkType: hard

"web-ifc@npm:0.0.59":
version: 0.0.59
resolution: "web-ifc@npm:0.0.59"
checksum: 5805ba1c97909a996281df683130b50cda8f55064ed70897d8be5a2cf9d2ea6c0a0a45bd6155b62f33b8ef18b92a353609e76b464192bf693dafacabca8605b8
"web-ifc@npm:0.0.61":
version: 0.0.61
resolution: "web-ifc@npm:0.0.61"
checksum: 54d76c136569d680b24db8a5a0311c7a11f9bfafcdcf445b783ff85051733741a64be9a0d9924dc750eb1795fc78f78a0b74ee190d8071578572f922240ee8ae
languageName: node
linkType: hard

Expand Down

0 comments on commit 918342c

Please sign in to comment.