Skip to content

Commit

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

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

### Bug Fixes

* **core:** minify favicon svg and remove namespaced attributes ([e9a3619](https://github.com/genome-spy/genome-spy/commit/e9a3619fe52dc3264a195f68ae81978444ffdf18)) by @tuner

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.53.0",
"version": "0.53.1",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

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

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

**Note:** Version bump only for package @genome-spy/app

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

**Note:** Version bump only for package @genome-spy/app
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.53.0",
"version": "0.53.1",
"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.53.0",
"@genome-spy/core": "^0.53.1",
"@reduxjs/toolkit": "^1.8.4",
"idb": "^7.1.1",
"lit": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

### Bug Fixes

* **core:** minify favicon svg and remove namespaced attributes ([e9a3619](https://github.com/genome-spy/genome-spy/commit/e9a3619fe52dc3264a195f68ae81978444ffdf18)) by @tuner

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

### Bug Fixes
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.53.0",
"version": "0.53.1",
"jsdelivr": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.js",
"browser": "dist/bundle/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/doc-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

**Note:** Version bump only for package @genome-spy/doc-embed

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

**Note:** Version bump only for package @genome-spy/doc-embed
Expand Down
4 changes: 2 additions & 2 deletions packages/doc-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@genome-spy/doc-embed",
"private": true,
"version": "0.53.0",
"version": "0.53.1",
"description": "Embeds GenomeSpy to documentation",
"author": "Kari Lavikka <kari.lavikka@helsinki.fi>",
"homepage": "",
Expand All @@ -11,7 +11,7 @@
"build": "vite build"
},
"dependencies": {
"@genome-spy/core": "^0.53.0",
"@genome-spy/core": "^0.53.1",
"lit": "^3.1.0"
}
}
4 changes: 4 additions & 0 deletions packages/embed-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

**Note:** Version bump only for package @genome-spy/embed-examples

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/embed-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@genome-spy/embed-examples",
"private": true,
"version": "0.53.0",
"version": "0.53.1",
"description": "Examples",
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "Kari Lavikka",
"license": "MIT",
"dependencies": {
"@genome-spy/core": "^0.53.0",
"@genome-spy/react-component": "^0.53.0",
"@genome-spy/core": "^0.53.1",
"@genome-spy/react-component": "^0.53.1",
"@gmod/indexedfasta": "^2.0.4",
"buffer": "^6.0.3",
"lit": "^3.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

**Note:** Version bump only for package @genome-spy/playground

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

**Note:** Version bump only for package @genome-spy/playground
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@genome-spy/playground",
"private": true,
"version": "0.53.0",
"version": "0.53.1",
"description": "A playground for testing GenomeSpy visualizations",
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@genome-spy/core": "^0.53.0",
"@genome-spy/core": "^0.53.1",
"lit": "^3.1.2",
"monaco-editor": "^0.44.0",
"vega-loader": "^4.4.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/genome-spy/genome-spy/compare/v0.53.0...v0.53.1) (2024-05-16)

**Note:** Version bump only for package @genome-spy/react-component

# [0.53.0](https://github.com/genome-spy/genome-spy/compare/v0.52.0...v0.53.0) (2024-05-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genome-spy/react-component",
"version": "0.53.0",
"version": "0.53.1",
"description": "React wrapper for GenomeSpy",
"license": "MIT",
"type": "module",
Expand All @@ -11,7 +11,7 @@
"src/"
],
"dependencies": {
"@genome-spy/core": "^0.53.0"
"@genome-spy/core": "^0.53.1"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit ad3f363

Please sign in to comment.