Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 7, 2024
1 parent a28f2e7 commit 0c38d20
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/IFCjs/components/compare/v1.2.0...v1.3.0) (2024-01-07)


### Features

* **components:** Implemented setup on ScreenCuller ([#243](https://github.com/IFCjs/components/issues/243)) ([ff3328a](https://github.com/IFCjs/components/commit/ff3328aaa8d483cb6fab94a531581bd4c439606d))


### Bug Fixes

* **components:** 184 - Fixed navigation break on first person mode ([#236](https://github.com/IFCjs/components/issues/236)) ([28e7890](https://github.com/IFCjs/components/commit/28e7890f89e4132194abe49295b0e450d67c9b75))
* **components:** 224 - QuerySelector failing on SimpleUICard ([#228](https://github.com/IFCjs/components/issues/228)) ([d797b0d](https://github.com/IFCjs/components/commit/d797b0d4b26dd255b79ca8e6c4375583fac2da4c))
* **components:** fragment highlighter meshes added to screen culler ([#238](https://github.com/IFCjs/components/issues/238)) ([8f29abf](https://github.com/IFCjs/components/commit/8f29abfde5429b53a4cae16167f67721ae4b5d3d))
* **components:** slot parent missing in ui components ([#239](https://github.com/IFCjs/components/issues/239)) ([c671e18](https://github.com/IFCjs/components/commit/c671e1829120b1ad5bdfef0fd2d194909148a29f))
* publish npm package on successful release-please execution ([#200](https://github.com/IFCjs/components/issues/200)) ([570dac3](https://github.com/IFCjs/components/commit/570dac3bb5b679ec84315f3f08a588f011217d51))
* screen culler buggy when multiple models loaded ([#242](https://github.com/IFCjs/components/issues/242)) ([7d2fc5a](https://github.com/IFCjs/components/commit/7d2fc5a61bf59f088e11a57216db95c2854b678f))
* setup events in length measurements when ui is disabled ([#241](https://github.com/IFCjs/components/issues/241)) ([e54121a](https://github.com/IFCjs/components/commit/e54121a5a9d1557a11b9f2bfb3186a54d4551d91))

## [1.2.0](https://github.com/IFCjs/components/compare/v1.1.8...v1.2.0) (2023-12-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbim-components",
"version": "1.2.0",
"version": "1.3.0",
"main": "src/index.js",
"author": "harry collin, antonio gonzalez viegas",
"license": "MIT",
Expand Down

0 comments on commit 0c38d20

Please sign in to comment.