Skip to content

Commit

Permalink
chore: Release 0.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Sep 19, 2023
1 parent ecf15ab commit 117925a
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.51.2](https://github.com/daybrush/moveable/compare/0.51.1...0.51.2) (2023-09-19)
### :sparkles: Packages
* `croact-moveable` 0.7.2
* `@moveable/helper` 0.1.3
* `lit-moveable` 0.28.2
* `moveable` 0.51.2
* `preact-moveable` 0.53.2
* `react-moveable` 0.54.2
* `svelte-moveable` 0.43.3
* `vue-moveable` 2.0.0-beta.85
* `vue3-moveable` 0.26.2
* `ngx-moveable` 0.48.2


### :bug: Bug Fix

* `react-moveable`, `moveable`
* fix roundable shadow condition ([adb09b7](https://github.com/daybrush/moveable/commit/adb09b7396271e7de7031c1d621d1232f3751a9b))
* `svelte-moveable`
* add svelte 4 as a compatible dependency (#1005) ([266872c](https://github.com/daybrush/moveable/commit/266872c641dce8d2a2c06e50ac972e116099285a))
* `react-moveable`
* fix scrollable infinite loop #1015 ([b725981](https://github.com/daybrush/moveable/commit/b725981982ceed7914b14be8e5ee7908d5ab6e22))
* support transform-box: fill-box (#1012) ([7a0ed4d](https://github.com/daybrush/moveable/commit/7a0ed4d8dd5463a85298860d6924b3bd132be8a6))
* `vue-moveable`
* fix vue-moveable rollup verseion #1013 ([5d81006](https://github.com/daybrush/moveable/commit/5d81006a003b4c39811263144b110eb9d960a965))


### :mega: Other

* `vue3-moveable`, `vue-moveable`, `svelte-moveable`, `react-moveable`, `preact-moveable`, `ngx-moveable`, `moveable`, `lit-moveable`, `croact-moveable`
* publish packages ([ecf15ab](https://github.com/daybrush/moveable/commit/ecf15ab399bb4d9f6752cb84b0d6b06d15e5c426))
* `svelte-moveable`
* update svelte-moveable version ([377f618](https://github.com/daybrush/moveable/commit/377f6186c9478c294a05cf830d7a0930eec0436a))



## [0.51.1](https://github.com/daybrush/moveable/compare/0.51.0...0.51.1) (2023-07-11)
### :sparkles: Packages
* `croact-moveable` 0.7.1
Expand Down
9 changes: 9 additions & 0 deletions packages/croact-moveable/CHANGELOG.md
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.7.2](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.7.1...croact-moveable@0.7.2) (2023-09-19)


### :mega: Other

* publish packages ([ecf15ab](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/commit/ecf15ab399bb4d9f6752cb84b0d6b06d15e5c426))



## [0.7.1](https://github.com/daybrush/moveable/blob/master/packages/croact-moveable/compare/croact-moveable@0.7.0...croact-moveable@0.7.1) (2023-07-11)


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

## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.3...@moveable/helper@0.1.3) (2023-09-19)

**Note:** Version bump only for package @moveable/helper





## [0.1.3](https://github.com/daybrush/moveable/blob/master/packages/helper/compare/@moveable/helper@0.1.3...@moveable/helper@0.1.3) (2023-07-11)

**Note:** Version bump only for package @moveable/helper
Expand Down
9 changes: 9 additions & 0 deletions packages/lit-moveable/CHANGELOG.md
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.28.2](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.28.1...lit-moveable@0.28.2) (2023-09-19)


### :mega: Other

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



## [0.28.1](https://github.com/daybrush/moveable/blob/master/packages/lit-moveable/compare/lit-moveable@0.28.0...lit-moveable@0.28.1) (2023-07-11)


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

## [0.51.2](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.51.1...moveable@0.51.2) (2023-09-19)


### :bug: Bug Fix

* fix roundable shadow condition ([adb09b7](https://github.com/daybrush/moveable/blob/master/packages/moveable/commit/adb09b7396271e7de7031c1d621d1232f3751a9b))


### :mega: Other

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



## [0.51.1](https://github.com/daybrush/moveable/blob/master/packages/moveable/compare/moveable@0.51.0...moveable@0.51.1) (2023-07-11)


Expand Down
9 changes: 9 additions & 0 deletions packages/ngx-moveable/projects/ngx-moveable/CHANGELOG.md
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.48.2](https://github.com/daybrush/moveable/compare/ngx-moveable@0.48.1...ngx-moveable@0.48.2) (2023-09-19)


### :mega: Other

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



## [0.48.1](https://github.com/daybrush/moveable/compare/ngx-moveable@0.48.0...ngx-moveable@0.48.1) (2023-07-11)


Expand Down
9 changes: 9 additions & 0 deletions packages/preact-moveable/CHANGELOG.md
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.53.2](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.53.1...preact-moveable@0.53.2) (2023-09-19)


### :mega: Other

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



## [0.53.1](https://github.com/daybrush/moveable/blob/master/packages/preact-moveable/compare/preact-moveable@0.53.0...preact-moveable@0.53.1) (2023-07-11)


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

## [0.54.2](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.54.1...react-moveable@0.54.2) (2023-09-19)


### :bug: Bug Fix

* fix roundable shadow condition ([adb09b7](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/adb09b7396271e7de7031c1d621d1232f3751a9b))
* fix scrollable infinite loop #1015 ([b725981](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/b725981982ceed7914b14be8e5ee7908d5ab6e22))
* support transform-box: fill-box (#1012) ([7a0ed4d](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/commit/7a0ed4d8dd5463a85298860d6924b3bd132be8a6))


### :mega: Other

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



## [0.54.1](https://github.com/daybrush/moveable/blob/master/packages/react-moveable/compare/react-moveable@0.54.0...react-moveable@0.54.1) (2023-07-11)


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

## [0.43.3](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.43.1...svelte-moveable@0.43.3) (2023-09-19)


### :bug: Bug Fix

* add svelte 4 as a compatible dependency (#1005) ([266872c](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/266872c641dce8d2a2c06e50ac972e116099285a))


### :mega: Other

* publish packages ([ecf15ab](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/ecf15ab399bb4d9f6752cb84b0d6b06d15e5c426))
* update svelte-moveable version ([377f618](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/commit/377f6186c9478c294a05cf830d7a0930eec0436a))



## [0.43.1](https://github.com/daybrush/moveable/blob/master/packages/svelte-moveable/compare/svelte-moveable@0.43.0...svelte-moveable@0.43.1) (2023-07-11)


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

## [2.0.0-beta.85](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.83...vue-moveable@2.0.0-beta.85) (2023-09-19)


### :bug: Bug Fix

* fix vue-moveable rollup verseion #1013 ([5d81006](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/commit/5d81006a003b4c39811263144b110eb9d960a965))


### :mega: Other

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



## [2.0.0-beta.83](https://github.com/daybrush/moveable/blob/master/packages/vue-moveable/compare/vue-moveable@2.0.0-beta.82...vue-moveable@2.0.0-beta.83) (2023-07-11)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue3-moveable/CHANGELOG.md
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.26.2](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.26.1...vue3-moveable@0.26.2) (2023-09-19)


### :mega: Other

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



## [0.26.1](https://github.com/daybrush/moveable/blob/master/packages/vue3-moveable/compare/vue3-moveable@0.26.0...vue3-moveable@0.26.1) (2023-07-11)


Expand Down

0 comments on commit 117925a

Please sign in to comment.