Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed May 22, 2024
1 parent b2fea99 commit f4c2f76
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions examples/Highlighter/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="../../resources/styles.css">
<link rel="icon" type="image/x-icon" href="../../resources/favicon.ico">
<title>Fragment Highlighter</title>
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="../../resources/favicon.ico">
<title>Fragment Highlighter</title>
<style>
body {
margin: 0;
Expand All @@ -21,18 +20,19 @@
position: relative;
overflow: hidden;
}
</style>
</style>
<script type="module" crossorigin src="../assets/highlighter.js"></script>
<link rel="modulepreload" crossorigin href="../assets/web-ifc-api-BiYij3qq.js">
<link rel="modulepreload" crossorigin href="../assets/_commonjsHelpers-Cpj98o6Y.js">
<link rel="modulepreload" crossorigin href="../assets/stats.min-GTpOrGrX.js">
<link rel="modulepreload" crossorigin href="../assets/index-B3b_h8A8.js">
<link rel="modulepreload" crossorigin href="../assets/import-wrapper-prod-vMwJRSad.js">
<link rel="modulepreload" crossorigin href="../assets/index-BaUDpV7F.js">
</head>

<body>
<div class="full-screen" id="container"></div>
</body>

</head>

<body>
<div class="full-screen" id="container"></div>

</body>

</html>
2 changes: 1 addition & 1 deletion 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.0.0-alpha.18",
"version": "2.0.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down
4 changes: 2 additions & 2 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.0.0-alpha.18",
"version": "2.0.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"web-ifc": "0.0.53"
},
"dependencies": {
"@thatopen/components": "2.0.0-alpha.18",
"@thatopen/components": "2.0.0",
"camera-controls": "2.7.3",
"dexie": "^4.0.4",
"earcut": "^2.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@thatopen/components-front@workspace:packages/front"
dependencies:
"@thatopen/components": 2.0.0-alpha.18
"@thatopen/components": 2.0.0
"@thatopen/fragments": 2.0.0-alpha.5
"@thatopen/ui": 2.0.0-alpha.13
"@thatopen/ui-obc": 2.0.0-alpha.13
Expand All @@ -1311,7 +1311,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thatopen/components@2.0.0-alpha.18, @thatopen/components@workspace:packages/core":
"@thatopen/components@2.0.0, @thatopen/components@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@thatopen/components@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -1366,8 +1366,8 @@ __metadata:
"@thatopen/ui": 2.0.0-alpha.13
lit: 3.1.2
peerDependencies:
"@thatopen/components": 2.0.0-alpha.18
"@thatopen/components-front": 2.0.0-alpha.18
"@thatopen/components": 2.0.0
"@thatopen/components-front": 2.0.0
three: 0.160.1
web-ifc: 0.0.53
checksum: 7160c33c52be40ac90b34e2a964ba7addc1d47eceddaa2b1aeacd256f1f05a9db5a672b0516cad1551697acb0cf86f73da326042b9df21afe6fba3a4c7b3b0d4
Expand Down

0 comments on commit f4c2f76

Please sign in to comment.