Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Aug 18, 2024
1 parent d464fe4 commit 0bf55f0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
8 changes: 4 additions & 4 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.27",
"version": "2.2.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@thatopen/fragments": "~2.1.0",
"@thatopen/fragments": "~2.2.0",
"@thatopen/ui": "~2.1.0",
"@types/three": "0.160.0",
"stats.js": "^0.17.0",
Expand All @@ -51,8 +51,8 @@
"three-mesh-bvh": "0.7.0"
},
"peerDependencies": {
"@thatopen/fragments": "~2.1.0",
"@thatopen/fragments": "~2.2.0",
"three": "^0.160.1",
"web-ifc": "0.0.57"
}
}
}
8 changes: 4 additions & 4 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.1.27",
"version": "2.2.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -33,12 +33,12 @@
"publish-alpha": "npm publish --tag alpha"
},
"peerDependencies": {
"@thatopen/fragments": "~2.1.0",
"@thatopen/fragments": "~2.2.0",
"three": "^0.160.1",
"web-ifc": "0.0.57"
},
"devDependencies": {
"@thatopen/fragments": "~2.1.0",
"@thatopen/fragments": "~2.2.0",
"@thatopen/ui": "~2.1.0",
"@thatopen/ui-obc": "~2.1.0",
"@types/earcut": "^2.1.4",
Expand All @@ -47,7 +47,7 @@
"web-ifc": "0.0.57"
},
"dependencies": {
"@thatopen/components": "~2.1.0",
"@thatopen/components": "~2.2.0",
"camera-controls": "2.7.3",
"dexie": "^4.0.4",
"earcut": "^2.2.4",
Expand Down
34 changes: 10 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@thatopen/components-front@workspace:packages/front"
dependencies:
"@thatopen/components": ~2.1.0
"@thatopen/fragments": ~2.1.0
"@thatopen/components": ~2.2.0
"@thatopen/fragments": ~2.2.0
"@thatopen/ui": ~2.1.0
"@thatopen/ui-obc": ~2.1.0
"@types/earcut": ^2.1.4
Expand All @@ -635,31 +635,17 @@ __metadata:
three: ^0.160.1
web-ifc: 0.0.57
peerDependencies:
"@thatopen/fragments": ~2.1.0
"@thatopen/fragments": ~2.2.0
three: ^0.160.1
web-ifc: 0.0.57
languageName: unknown
linkType: soft

"@thatopen/components@npm:~2.1.0":
version: 2.1.27
resolution: "@thatopen/components@npm:2.1.27"
dependencies:
camera-controls: 2.7.3
three-mesh-bvh: 0.7.0
peerDependencies:
"@thatopen/fragments": ~2.1.0
three: ^0.160.1
web-ifc: 0.0.57
checksum: 8bcd18411046ba253253ff3716d078ff549e1e6bc7754772c475da4bcc99d0c5d57f4e129d2f71b36c82a97c8ac911fadfe96cddc3613b7706076fd48339e410
languageName: node
linkType: hard

"@thatopen/components@workspace:packages/core":
"@thatopen/components@workspace:packages/core, @thatopen/components@~2.2.0":
version: 0.0.0-use.local
resolution: "@thatopen/components@workspace:packages/core"
dependencies:
"@thatopen/fragments": ~2.1.0
"@thatopen/fragments": ~2.2.0
"@thatopen/ui": ~2.1.0
"@types/three": 0.160.0
camera-controls: 2.7.3
Expand All @@ -670,21 +656,21 @@ __metadata:
three-mesh-bvh: 0.7.0
web-ifc: 0.0.57
peerDependencies:
"@thatopen/fragments": ~2.1.0
"@thatopen/fragments": ~2.2.0
three: ^0.160.1
web-ifc: 0.0.57
languageName: unknown
linkType: soft

"@thatopen/fragments@npm:~2.1.0":
version: 2.1.6
resolution: "@thatopen/fragments@npm:2.1.6"
"@thatopen/fragments@npm:~2.2.0":
version: 2.2.0
resolution: "@thatopen/fragments@npm:2.2.0"
dependencies:
flatbuffers: 23.3.3
three-mesh-bvh: 0.7.0
peerDependencies:
three: ^0.160.1
checksum: 1721e80f90148646ac3f161ab8238da0ae089970b59fec2c963ba3688d1093558bb3bc26fb08249eabcc5129f6915b73d4ae97ca98f369be0d7d60cec13dc724
checksum: 06447122b22c460bda4b598be8b2c933ca894e400c9da568b2f1d9adc25907825743fa646f69030ce8c19a043432b75ce619d88557488a18a5eb4dbf5a498922
languageName: node
linkType: hard

Expand Down

0 comments on commit 0bf55f0

Please sign in to comment.