Skip to content

Commit

Permalink
chore: bump version and fragments dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed May 22, 2024
1 parent 2ef5e5e commit f1b7030
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 166 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description": "Collection of tools to author BIM apps.",
"version": "2.0.1",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand All @@ -12,7 +13,10 @@
"build-front": "yarn workspace @thatopen/components-front build",
"build-libraries": "yarn build-core && yarn build-front",
"build-examples": "vite build --config ./vite.config-examples.ts",
"build": "yarn build-examples && yarn build-libraries"
"build": "yarn build-examples && yarn build-libraries",
"test": "echo 'test to be implemented!'",
"publish-repo": "yarn workspace @thatopen/components publish-repo && yarn workspace @thatopen/components-front publish-repo",
"reset-release-please": "git commit --allow-empty -m \"chore: release 2.0.0\" -m \"Release-As: 2.0.0\""
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_components#readme",
Expand Down
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.0.0",
"version": "2.0.1",
"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.0.0-alpha.5",
"@thatopen/fragments": "2.0.0",
"@thatopen/ui": "2.0.0-alpha.13",
"@thatopen/ui-obc": "2.0.0-alpha.13",
"@types/jest": "27.0.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"three-mesh-bvh": "0.7.0"
},
"peerDependencies": {
"@thatopen/fragments": "2.0.0-alpha.5",
"@thatopen/fragments": "2.0.0",
"three": "^0.160.1",
"web-ifc": "0.0.53"
}
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.0.0",
"version": "2.0.1",
"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.0.0-alpha.5",
"@thatopen/fragments": "2.0.0",
"three": "^0.160.1",
"web-ifc": "0.0.53"
},
"devDependencies": {
"@thatopen/fragments": "2.0.0-alpha.5",
"@thatopen/fragments": "2.0.0",
"@thatopen/ui": "2.0.0-alpha.13",
"@thatopen/ui-obc": "2.0.0-alpha.13",
"@types/earcut": "^2.1.4",
Expand Down
Loading

0 comments on commit f1b7030

Please sign in to comment.