Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Oct 16, 2023
2 parents 29758d7 + c4c3ee8 commit 8d1bbc1
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)


### Features

* **viewer:** add annotation types about point ([5b90936](https://github.com/lunit-io/insight-viewer/commit/5b90936d69202e52e8a5227c393192cd4dcdce39))
* **viewer:** add point text position spacing and apply to point logic ([8d57c2c](https://github.com/lunit-io/insight-viewer/commit/8d57c2c70b6f1bc2073037f7bb101126c7b6bdad))
* **viewer:** add PointViewer and Drawer components ([cf41f46](https://github.com/lunit-io/insight-viewer/commit/cf41f46ff2d2f4ea63e2b849b17b043715cf70e4))
* **viewer:** apply Point Annotation logic to annotation CRUD functions ([4f4810a](https://github.com/lunit-io/insight-viewer/commit/4f4810ac5b17cf5e192bdd26d952a6fc34b67216))
* **viewer:** apply PointViewer, Drawer to Annotation Viewer, Drawer ([47c205b](https://github.com/lunit-io/insight-viewer/commit/47c205b468675a7ad0dede50b1d3d1812d36bb4f))


### Bug Fixes

* **viewer:** apply addedTargetAnnotation when onChange running ([8f3244c](https://github.com/lunit-io/insight-viewer/commit/8f3244c9e574a0470bf3324d200d1982b46bffe4))
* **viewer:** modify className of Point Drawer, Viewer text tag ([5d01cb8](https://github.com/lunit-io/insight-viewer/commit/5d01cb83d0a054b58a8bb1e4a1a3fc301130ff21))
* **viewer:** modify transform of Point path ([3f9eca9](https://github.com/lunit-io/insight-viewer/commit/3f9eca9b94befd07dd5dab6dea1ea7642753ed11))

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

### Features
Expand Down
2 changes: 2 additions & 0 deletions apps/insight-viewer-dev-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).

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

## [7.0.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.1...@lunit/insight-viewer@7.0.0) (2023-06-22)
Expand Down
2 changes: 2 additions & 0 deletions apps/insight-viewer-dev/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).

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

## [7.0.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.1...@lunit/insight-viewer@7.0.0) (2023-06-22)
Expand Down
18 changes: 18 additions & 0 deletions libs/annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)


### Features

* **viewer:** add annotation types about point ([5b90936](https://github.com/lunit-io/insight-viewer/commit/5b90936d69202e52e8a5227c393192cd4dcdce39))
* **viewer:** add point text position spacing and apply to point logic ([8d57c2c](https://github.com/lunit-io/insight-viewer/commit/8d57c2c70b6f1bc2073037f7bb101126c7b6bdad))
* **viewer:** add PointViewer and Drawer components ([cf41f46](https://github.com/lunit-io/insight-viewer/commit/cf41f46ff2d2f4ea63e2b849b17b043715cf70e4))
* **viewer:** apply Point Annotation logic to annotation CRUD functions ([4f4810a](https://github.com/lunit-io/insight-viewer/commit/4f4810ac5b17cf5e192bdd26d952a6fc34b67216))
* **viewer:** apply PointViewer, Drawer to Annotation Viewer, Drawer ([47c205b](https://github.com/lunit-io/insight-viewer/commit/47c205b468675a7ad0dede50b1d3d1812d36bb4f))


### Bug Fixes

* **viewer:** apply addedTargetAnnotation when onChange running ([8f3244c](https://github.com/lunit-io/insight-viewer/commit/8f3244c9e574a0470bf3324d200d1982b46bffe4))
* **viewer:** modify className of Point Drawer, Viewer text tag ([5d01cb8](https://github.com/lunit-io/insight-viewer/commit/5d01cb83d0a054b58a8bb1e4a1a3fc301130ff21))
* **viewer:** modify transform of Point path ([3f9eca9](https://github.com/lunit-io/insight-viewer/commit/3f9eca9b94befd07dd5dab6dea1ea7642753ed11))

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

## [7.0.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.1...@lunit/insight-viewer@7.0.0) (2023-06-22)
Expand Down
2 changes: 1 addition & 1 deletion libs/annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@lunit/insight-viewer/annotation",
"version": "7.0.1"
"version": "7.1.0"
}
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).

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

## [7.0.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.1...@lunit/insight-viewer@7.0.0) (2023-06-22)
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": "7.0.1",
"version": "7.1.0",
"type": "commonjs"
}
2 changes: 2 additions & 0 deletions libs/insight-viewer/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).

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

### 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": "7.0.1",
"version": "7.1.0",
"author": "Lunit",
"keywords": [
"react",
Expand Down
2 changes: 2 additions & 0 deletions libs/viewport/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).

## [7.1.0](https://github.com/lunit-io/insight-viewer/compare/@lunit/insight-viewer@7.0.1...@lunit/insight-viewer@7.1.0) (2023-10-16)

## [7.0.1](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@7.0.0...@lunit/insight-viewer@7.0.1) (2023-06-26)

## [7.0.0](https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@6.2.1...@lunit/insight-viewer@7.0.0) (2023-06-22)
Expand Down
2 changes: 1 addition & 1 deletion libs/viewport/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@lunit/insight-viewer/viewport",
"version": "7.0.1"
"version": "7.1.0"
}
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": "7.0.1",
"version": "7.1.0",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 8d1bbc1

Please sign in to comment.