Skip to content

Commit

Permalink
chore: Release 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Jun 22, 2023
1 parent c27baeb commit 16b0a1c
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 6 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.8.5](https://github.com/naver/egjs-axes/compare/3.8.4...3.8.5) (2023-06-22)
### :sparkles: Packages
* `@egjs/axes` 3.8.5
* `@egjs/react-axes` 3.2.5
* `@egjs/svelte-axes` 3.2.5
* `@egjs/vue-axes` 3.2.5
* `@egjs/vue2-axes` 3.2.5


### :rocket: New Features

* All
* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :bug: Bug Fix

* `@egjs/axes`
* fix wrong getTouches at TouchMouseEventInput (#213) ([99e847d](https://github.com/naver/egjs-axes/commit/99e847ddcee43e94b75cdebc91a3381547022b12))


### :mega: Other

* All
* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.8.4](https://github.com/naver/egjs-axes/compare/3.8.3...3.8.4) (2023-01-12)
### :sparkles: Packages
* `@egjs/axes` 3.8.4
Expand Down
3 changes: 0 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
}
],
"beforeReleaseScripts": [
"npm run packages:build",
"npm run demo:build",
"npm run demo:deploy"
]
}
}
19 changes: 19 additions & 0 deletions packages/axes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.8.5](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-06-22)


### :rocket: New Features

* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :bug: Bug Fix

* fix wrong getTouches at TouchMouseEventInput (#213) ([99e847d](https://github.com/naver/egjs-axes/commit/99e847ddcee43e94b75cdebc91a3381547022b12))


### :mega: Other

* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.8.4](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-01-12)


Expand Down
3 changes: 0 additions & 3 deletions packages/demo/src/pages/demos/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ const Schedule = () => {
<div id="rotate" style={{ transform: "rotate(210deg)" }}></div>
</div>
</div>

<script src="../../dist/axes.pkgd.js"></script>
<script src="js/schedule.js"></script>
</div>
);
};
Expand Down
14 changes: 14 additions & 0 deletions packages/react-axes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.5](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-06-22)


### :rocket: New Features

* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :mega: Other

* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.2.4](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-01-12)


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

## [3.2.5](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-06-22)


### :rocket: New Features

* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :mega: Other

* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.2.4](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-01-12)


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

## [3.2.5](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-06-22)


### :rocket: New Features

* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :mega: Other

* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.2.4](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-01-12)


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

## [3.2.5](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-06-22)


### :rocket: New Features

* add holding as reactive property (#211) ([96ec136](https://github.com/naver/egjs-axes/commit/96ec1366a6c1d7f5b1a3c576436edb2223307d69))


### :mega: Other

* update packages versions ([c27baeb](https://github.com/naver/egjs-axes/commit/c27baeb7d692776e54a6a9d9b0fac334bdda7792))



## [3.2.4](https://github.com/naver/egjs-axes/compare/@egjs/[email protected]...@egjs/[email protected]) (2023-01-12)


Expand Down

0 comments on commit 16b0a1c

Please sign in to comment.