Skip to content

Commit

Permalink
chore: Release 4.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Feb 27, 2023
1 parent 64d704d commit 81e3504
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 23 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/4.0.0-beta.0...4.0.0-beta.4) (2023-02-27)
### :sparkles: Packages
* `@egjs/ngx-view360` 4.0.0-beta.4
* `@egjs/react-view360` 4.0.0-beta.4
* `@egjs/svelte-view360` 4.0.0-beta.4
* `@egjs/view360` 4.0.0-beta.4
* `@egjs/vue-view360` 4.0.0-beta.4
* `@egjs/vue3-view360` 4.0.0-beta.4


### :memo: Documentation

* fix vue3 example code ([3573da5](https://github.com/naver/egjs-view360/commit/3573da579cd1a8d939af96b87d9c5f75cf918a40))
* update title style ([05308d3](https://github.com/naver/egjs-view360/commit/05308d3ff3890dbc2f9330c7a771557023d60303))


### :mega: Other

* All
* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## [4.0.0-beta.0](https://github.com/naver/egjs-view360/compare/3.6.3...4.0.0-beta.0) (2023-02-17)
### :sparkles: Packages
* `@egjs/ngx-view360` 4.0.0-beta.0
Expand Down
1 change: 1 addition & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ docs/api/
i18n/ko/docusaurus-plugin-content-docs/current/api/
sidebars-api.js
static/release/
release/
23 changes: 0 additions & 23 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,6 @@
"npm run packages:build",
"npm run demo:build",
"npm run demo:deploy"
],
"deployFileMap": [
{
"basePath": "packages/view360/dist",
"dists": [
"demo/release/{{version}}/dist",
"demo/release/latest/dist"
]
},
{
"basePath": "packages/view360/css",
"dists": [
"demo/release/{{version}}/css",
"demo/release/latest/css"
]
},
{
"basePath": "packages/view360/sass",
"dists": [
"demo/release/{{version}}/sass",
"demo/release/latest/sass"
]
}
]
}
}
9 changes: 9 additions & 0 deletions packages/ngx-view360/projects/ngx-view360/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


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

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


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

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


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

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


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

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


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

## [4.0.0-beta.4](https://github.com/naver/egjs-view360/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-02-27)


### :mega: Other

* update packages versions ([64d704d](https://github.com/naver/egjs-view360/commit/64d704dde25002931fb7422a817a6322542b66eb))



## 4.0.0-beta.0 (2023-02-17)


Expand Down

0 comments on commit 81e3504

Please sign in to comment.