Skip to content

Commit

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

## [1.9.0](https://github.com/daybrush/scenejs/compare/1.8.5...1.9.0) (2022-12-26)
### :sparkles: Packages
* `react-scenejs` 2.0.0-beta.6
* `scenejs` 1.9.0
* `svelte-scenejs` 1.0.0-beta.4
* `vue-scenejs` 2.0.0-beta.3
* `vue2-scenejs` 1.0.0-beta.3


### :rocket: New Features

* `scenejs`
* add rgbaToHexa ([cb71d62](https://github.com/daybrush/scenejs/commit/cb71d629d44c9f28ff4befcc11bf8efba7549cf6))


### :bug: Bug Fix

* `scenejs`
* fix commonjs type ([54f971a](https://github.com/daybrush/scenejs/commit/54f971a1877547940c8b1db27865d2f31151caa8))
* fix play method's toTime param ([6918b58](https://github.com/daybrush/scenejs/commit/6918b58ceae42191a447b259ab739d296a8448a1))


### :mega: Other

* `vue2-scenejs`, `vue-scenejs`, `svelte-scenejs`, `react-scenejs`
* publish packages ([843ebf6](https://github.com/daybrush/scenejs/commit/843ebf6d483549c130db47499d69dd4825118798))



## [1.8.5](https://github.com/daybrush/scenejs/compare/1.8.3...1.8.5) (2022-12-21)
### :sparkles: Packages
* `react-scenejs` 2.0.0-beta.5
Expand Down
9 changes: 9 additions & 0 deletions packages/react-scenejs/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.6](https://github.com/daybrush/scenejs/compare/[email protected]@2.0.0-beta.6) (2022-12-26)


### :mega: Other

* publish packages ([843ebf6](https://github.com/daybrush/scenejs/commit/843ebf6d483549c130db47499d69dd4825118798))



## [2.0.0-beta.5](https://github.com/daybrush/scenejs/compare/[email protected]@2.0.0-beta.5) (2022-12-21)


Expand Down
15 changes: 15 additions & 0 deletions packages/scenejs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.9.0](https://github.com/daybrush/scenejs/compare/[email protected]@1.9.0) (2022-12-26)


### :rocket: New Features

* add rgbaToHexa ([cb71d62](https://github.com/daybrush/scenejs/commit/cb71d629d44c9f28ff4befcc11bf8efba7549cf6))


### :bug: Bug Fix

* fix commonjs type ([54f971a](https://github.com/daybrush/scenejs/commit/54f971a1877547940c8b1db27865d2f31151caa8))
* fix play method's toTime param ([6918b58](https://github.com/daybrush/scenejs/commit/6918b58ceae42191a447b259ab739d296a8448a1))



## [1.8.5](https://github.com/daybrush/scenejs/compare/[email protected]@1.8.5) (2022-12-21)


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

## [1.0.0-beta.4](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/compare/[email protected]@1.0.0-beta.4) (2022-12-26)


### :mega: Other

* publish packages ([843ebf6](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/843ebf6d483549c130db47499d69dd4825118798))



## [1.0.0-beta.3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/compare/[email protected]@1.0.0-beta.3) (2022-12-21)


Expand Down
9 changes: 9 additions & 0 deletions packages/vue-scenejs/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.3](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/compare/[email protected]@2.0.0-beta.3) (2022-12-26)


### :mega: Other

* publish packages ([843ebf6](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/843ebf6d483549c130db47499d69dd4825118798))



## 2.0.0-beta.2 (2022-12-21)


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

## [1.0.0-beta.3](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/compare/[email protected]@1.0.0-beta.3) (2022-12-26)


### :mega: Other

* publish packages ([843ebf6](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/commit/843ebf6d483549c130db47499d69dd4825118798))



## 1.0.0-beta.2 (2022-12-21)


Expand Down

0 comments on commit 001579f

Please sign in to comment.