Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Nov 23, 2021
1 parent f3efe78 commit f7b1df1
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))





# [0.13.0](https://github.com/tuner/genome-spy/compare/v0.12.1...v0.13.0) (2021-11-22)


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.13.0",
"version": "0.14.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))
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": "BSD-2-Clause",
"version": "0.13.0",
"version": "0.14.0",
"main": "dist/index.js",
"files": [
"dist/"
Expand All @@ -26,8 +26,8 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@genome-spy/core": "^0.14.0",
"@reduxjs/toolkit": "^1.6.2",
"@genome-spy/core": "^0.13.0",
"idb": "^6.1.5",
"lit": "^2.0.2",
"lz-string": "^1.4.4",
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.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))





# [0.13.0](https://github.com/tuner/genome-spy/compare/v0.12.1...v0.13.0) (2021-11-22)


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": "BSD-2-Clause",
"version": "0.13.0",
"version": "0.14.0",
"main": "dist/index.js",
"module": "src/index.js",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/doc-embed/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.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))





# [0.13.0](https://github.com/tuner/genome-spy/compare/v0.12.1...v0.13.0) (2021-11-22)

**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.13.0",
"version": "0.14.0",
"description": "Embeds GenomeSpy to documentation",
"author": "Kari Lavikka <kari.lavikka@helsinki.fi>",
"homepage": "",
Expand All @@ -10,7 +10,7 @@
"build": "vite build"
},
"dependencies": {
"@genome-spy/core": "^0.13.0",
"@genome-spy/core": "^0.14.0",
"lit": "^2.0.0-rc.2"
}
}
11 changes: 11 additions & 0 deletions packages/embed-examples/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.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))





# [0.13.0](https://github.com/tuner/genome-spy/compare/v0.12.1...v0.13.0) (2021-11-22)

**Note:** Version bump only for package genome-spy-embed-examples
Expand Down
4 changes: 2 additions & 2 deletions packages/embed-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@genome-spy/embed-examples",
"private": true,
"version": "0.13.0",
"version": "0.14.0",
"description": "Examples",
"scripts": {
"dev": "vite"
},
"author": "Kari Lavikka",
"license": "BSD-2-Clause",
"dependencies": {
"@genome-spy/core": "^0.13.0",
"@genome-spy/core": "^0.14.0",
"lit": "^2.0.0-rc.2"
}
}
11 changes: 11 additions & 0 deletions packages/playground/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.14.0](https://github.com/tuner/genome-spy/compare/v0.13.0...v0.14.0) (2021-11-23)


### Features

* split GenomeSpy "core" and "app" into separate, scoped npm packages ([#62](https://github.com/tuner/genome-spy/issues/62)) ([f3efe78](https://github.com/tuner/genome-spy/commit/f3efe783961a416d8b12b96d563a963b87829dfa))





# [0.13.0](https://github.com/tuner/genome-spy/compare/v0.12.1...v0.13.0) (2021-11-22)

**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.13.0",
"version": "0.14.0",
"description": "A playground for testing GenomeSpy visualizations",
"scripts": {
"dev": "vite",
Expand All @@ -14,8 +14,8 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@genome-spy/core": "^0.14.0",
"codemirror": "^5.56.0",
"@genome-spy/core": "^0.13.0",
"jsonlint-mod": "^1.7.5",
"lit": "^2.0.2",
"vega-loader": "^4.4.0"
Expand Down

0 comments on commit f7b1df1

Please sign in to comment.