Skip to content

Commit

Permalink
v0.43.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 22, 2024
1 parent 427cebe commit 0c6e041
Show file tree
Hide file tree
Showing 13 changed files with 137 additions and 74 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.3](https://github.com/genome-spy/genome-spy/compare/v0.43.2...v0.43.3) (2024-01-22)


### Bug Fixes

* **app:** always propagate `complete` in `mergeFacets` ([427cebe](https://github.com/genome-spy/genome-spy/commit/427cebe98f6858894a5a6f272fefebe5bbb60d00))


### Performance Improvements

* **core:** stupid fast bed parser ([b5b0776](https://github.com/genome-spy/genome-spy/commit/b5b0776e13264aac71ee6741b926f690d64a21fb))





## [0.43.2](https://github.com/genome-spy/genome-spy/compare/v0.43.1...v0.43.2) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.43.2",
"version": "0.43.3",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
129 changes: 65 additions & 64 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.3](https://github.com/genome-spy/genome-spy/compare/v0.43.2...v0.43.3) (2024-01-22)


### Bug Fixes

* **app:** always propagate `complete` in `mergeFacets` ([427cebe](https://github.com/genome-spy/genome-spy/commit/427cebe98f6858894a5a6f272fefebe5bbb60d00))





## [0.43.2](https://github.com/genome-spy/genome-spy/compare/v0.43.1...v0.43.2) (2024-01-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"contributors": [],
"license": "MIT",
"version": "0.43.2",
"version": "0.43.3",
"main": "dist/index.js",
"type": "module",
"files": [
Expand All @@ -29,7 +29,7 @@
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@genome-spy/core": "^0.43.2",
"@genome-spy/core": "^0.43.3",
"@reduxjs/toolkit": "^1.8.4",
"idb": "^7.1.1",
"lit": "^3.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.3](https://github.com/genome-spy/genome-spy/compare/v0.43.2...v0.43.3) (2024-01-22)


### Performance Improvements

* **core:** stupid fast bed parser ([b5b0776](https://github.com/genome-spy/genome-spy/commit/b5b0776e13264aac71ee6741b926f690d64a21fb))





## [0.43.2](https://github.com/genome-spy/genome-spy/compare/v0.43.1...v0.43.2) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"contributors": [],
"license": "MIT",
"version": "0.43.2",
"version": "0.43.3",
"jsdelivr": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.js",
"browser": "dist/bundle/index.js",
Expand Down

0 comments on commit 0c6e041

Please sign in to comment.