Skip to content

Commit

Permalink
chore: bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Aug 15, 2024
1 parent 96113f2 commit f58c350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-libraries": "npm run build-core && npm run build-obc",
"build-examples": "vite build --config ./vite.config-examples.ts",
"publish-repo": "yarn workspace @thatopen/ui publish-repo && yarn workspace @thatopen/ui-obc publish-repo",
"build": "npm run build-examples && npm run build-libraries"
"build": "npm run build-libraries && npm run build-examples"
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_ui-components#readme",
Expand Down
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/ui",
"description": "Collection of web components (UI components) meant to be used, but not limited to, BIM applications.",
"version": "2.1.6",
"version": "2.1.7",
"author": "That Open Company",
"contributors": [
"Juan Hoyos (https://github.com/HoyosJuan)"
Expand Down

0 comments on commit f58c350

Please sign in to comment.