Skip to content

Commit

Permalink
chore(release): publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Dec 6, 2022
1 parent 63b51c5 commit 8ac8a20
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [6.2.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.0...@lunit/insight-viewer@6.2.1) (2022-12-06)

### Features

- **viewer:** add mouse left key validation logic to mouse down event ([cc0827d](https://github.com/lunit-io/frontend-components/commit/cc0827da55c1c76aba5b7df23c699a8c251a6413))

### Bug Fixes

- **viewer:** add event button conditional logic to move, up event ([043fad9](https://github.com/lunit-io/frontend-components/commit/043fad9c84df8bab323769c7b548ccac23a8fb72))
- **viewer:** delete event witch conditional ([79feb71](https://github.com/lunit-io/frontend-components/commit/79feb71f3897100f55c9b97b08e3ea67c2f76830))

## [6.2.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.1.2...@lunit/insight-viewer@6.2.0) (2022-11-14)

### Features
Expand Down
2 changes: 2 additions & 0 deletions apps/insight-viewer-docs-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [6.2.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.0...@lunit/insight-viewer@6.2.1) (2022-12-06)

## [6.2.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.1.2...@lunit/insight-viewer@6.2.0) (2022-11-14)

### Features
Expand Down
2 changes: 2 additions & 0 deletions apps/insight-viewer-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [6.2.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.0...@lunit/insight-viewer@6.2.1) (2022-12-06)

## [6.2.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.1.2...@lunit/insight-viewer@6.2.0) (2022-11-14)

### Features
Expand Down
2 changes: 2 additions & 0 deletions libs/fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [6.2.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.0...@lunit/insight-viewer@6.2.1) (2022-12-06)

## [6.2.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.1.2...@lunit/insight-viewer@6.2.0) (2022-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@insight-viewer-library/fixtures",
"version": "6.2.0",
"version": "6.2.1",
"type": "commonjs"
}
11 changes: 11 additions & 0 deletions libs/insight-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [6.2.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.0...@lunit/insight-viewer@6.2.1) (2022-12-06)

### Features

- **viewer:** add mouse left key validation logic to mouse down event ([cc0827d](https://github.com/lunit-io/frontend-components/commit/cc0827da55c1c76aba5b7df23c699a8c251a6413))

### Bug Fixes

- **viewer:** add event button conditional logic to move, up event ([043fad9](https://github.com/lunit-io/frontend-components/commit/043fad9c84df8bab323769c7b548ccac23a8fb72))
- **viewer:** delete event witch conditional ([79feb71](https://github.com/lunit-io/frontend-components/commit/79feb71f3897100f55c9b97b08e3ea67c2f76830))

## [6.2.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.1.2...@lunit/insight-viewer@6.2.0) (2022-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/insight-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunit/insight-viewer",
"version": "6.2.0",
"version": "6.2.1",
"description": "cornerstone 라이브러리를 기반으로 Dicom Image를 다루기 위한 여러 Component들을 제공한다.",
"peerDependencies": {
"react": "^17.0.2",
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": "insight-viewer-library",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 8ac8a20

Please sign in to comment.