Skip to content

Commit

Permalink
chore: Release 0.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 16, 2022
1 parent d088ad9 commit 47d38f4
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.2](https://github.com/daybrush/moveable/compare/0.42.1...0.42.2) (2022-12-16)
### :sparkles: Packages
* `@moveable/helper` 0.1.0
* `lit-moveable` 0.19.1
* `moveable` 0.42.2
* `preact-moveable` 0.44.1
* `react-compat-moveable` 0.30.2
* `react-moveable` 0.45.1
* `svelte-moveable` 0.34.1
* `vue-moveable` 2.0.0-beta.55
* `vue3-moveable` 0.17.1
* `ngx-moveable` 0.39.1


### :bug: Bug Fix

* `react-moveable`, `@moveable/helper`
* fix helper's methods ([4bc6ef5](https://github.com/daybrush/moveable/commit/4bc6ef511f7652966e1a87cd7d0a53e6687a1707))
* `react-moveable`
* fix snap rendering for first drag #810 ([170eaec](https://github.com/daybrush/moveable/commit/170eaeccb43ce051f34661a337fb7870e3e8b5d9))
* fix targetGroups' compare condition ([21622f2](https://github.com/daybrush/moveable/commit/21622f2f25d912f69b70ba5193b909bf7244db80))
* fix targetGroups' compare condition ([959a9f0](https://github.com/daybrush/moveable/commit/959a9f0abd3fa592aa7645096efc3df95477494a))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `react-compat-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`
* publish packages ([d088ad9](https://github.com/daybrush/moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.42.1](https://github.com/daybrush/moveable/compare/0.41.1...0.42.1) (2022-12-10)
### :sparkles: Packages
* `@moveable/helper` 0.0.4
Expand Down
9 changes: 9 additions & 0 deletions packages/helper/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.

## [0.1.0](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2022-12-16)


### :bug: Bug Fix

* fix helper's methods ([4bc6ef5](https://github.com/daybrush/moveable/blob/master/packages/helper/commit/4bc6ef511f7652966e1a87cd7d0a53e6687a1707))



## [0.0.4](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/[email protected]...@moveable/[email protected]) (2022-12-10)

**Note:** Version bump only for package @moveable/helper
Expand Down
9 changes: 9 additions & 0 deletions packages/lit-moveable/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.

## [0.19.1](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.19.1) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.19.0](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/[email protected]@0.19.0) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/moveable/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.

## [0.42.2](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.42.2) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.42.1](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/[email protected]@0.42.1) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/ngx-moveable/projects/ngx-moveable/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.

## [0.39.1](https://github.com/daybrush/moveable/compare/[email protected]@0.39.1) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.39.0](https://github.com/daybrush/moveable/compare/[email protected]@0.39.0) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/preact-moveable/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.

## [0.44.1](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.44.1) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.44.0](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/[email protected]@0.44.0) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/react-compat-moveable/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.

## [0.30.2](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.30.2) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.30.1](https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable/compare/[email protected]@0.30.1) (2022-12-10)


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

## [0.45.1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.45.1) (2022-12-16)


### :bug: Bug Fix

* fix helper's methods ([4bc6ef5](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/4bc6ef511f7652966e1a87cd7d0a53e6687a1707))
* fix snap rendering for first drag #810 ([170eaec](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/170eaeccb43ce051f34661a337fb7870e3e8b5d9))
* fix targetGroups' compare condition ([21622f2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/21622f2f25d912f69b70ba5193b909bf7244db80))
* fix targetGroups' compare condition ([959a9f0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/959a9f0abd3fa592aa7645096efc3df95477494a))


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.45.0](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/[email protected]@0.45.0) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/svelte-moveable/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.

## [0.34.1](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.34.1) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.34.0](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/[email protected]@0.34.0) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue-moveable/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.

## [2.0.0-beta.55](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.55) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [2.0.0-beta.54](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/[email protected]@2.0.0-beta.54) (2022-12-10)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue3-moveable/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.

## [0.17.1](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.17.1) (2022-12-16)


### :mega: Other

* publish packages ([d088ad9](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/commit/d088ad9ed64889f4fd6143b89410f5d5e372105f))



## [0.17.0](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/[email protected]@0.17.0) (2022-12-10)


Expand Down

0 comments on commit 47d38f4

Please sign in to comment.