Skip to content

Commit

Permalink
chore: Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 10, 2022
1 parent a979c6a commit 18c28d1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.0](https://github.com/daybrush/scenejs/compare/1.5.0...1.7.0) (2022-12-10)
### :sparkles: Packages
* `scenejs` 1.7.0


### :rocket: New Features

* All
* add toCSSObject camelcase ([c169d55](https://github.com/daybrush/scenejs/commit/c169d5560e0b651e8a4d960ea0da7e0a559af9ef))
* Other
* add getCurrentFrame, getCurrentFrames methohds ([1754c85](https://github.com/daybrush/scenejs/commit/1754c857f5e371811936b4ad7afe184c54ef4233))


### :bug: Bug Fix

* All
* check frame value type ([38551ef](https://github.com/daybrush/scenejs/commit/38551eff457d96eb481432ccbb471e9903663f0e))
* fix invalid brackets ([a47e5fc](https://github.com/daybrush/scenejs/commit/a47e5fcf94ea62f00423b64ffa5f7d4b8f63d7d6))
* fix types ([6e0d56d](https://github.com/daybrush/scenejs/commit/6e0d56d2b69dfa3318d144d3312f2a37d943288f))
* use decamelize for toCSS ([a78f562](https://github.com/daybrush/scenejs/commit/a78f562dce16920dd111e39d3ad7f2e64703e319))
* Other
* fix typo ([5c0f173](https://github.com/daybrush/scenejs/commit/5c0f1732ffa5f6832b88abb7d5ce5592f0e79428))


### :memo: Documentation

* All
* fix README ([8ab1d65](https://github.com/daybrush/scenejs/commit/8ab1d65ee2d70c8762645561216e2f6bfe5b0ef1))
* fix README ([fdfe1e3](https://github.com/daybrush/scenejs/commit/fdfe1e308e434be552addc89324a688dcf45d628))


### :mega: Other

* All
* apply lerna ([39520c3](https://github.com/daybrush/scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b))
* fix lint ([5aac474](https://github.com/daybrush/scenejs/commit/5aac474568a9f7a70b5fe954f09d61193739aa8f))
* update rollup versions ([ffacef1](https://github.com/daybrush/scenejs/commit/ffacef1a9ae3572cebe0a52a4519fc5d9666e3d8))
* update version ([383ddae](https://github.com/daybrush/scenejs/commit/383ddae59cf24eb56dcf2677bdda75a36c5ac831))
* Other
* add npmignore file ([0d7d68b](https://github.com/daybrush/scenejs/commit/0d7d68b8deacc7868cfd549f5303af2b51eca17f))
* publish packages ([a979c6a](https://github.com/daybrush/scenejs/commit/a979c6a802b04836ae193bab1fcecb89099e10fd))
* Release 1.5.0 ([44c5cfc](https://github.com/daybrush/scenejs/commit/44c5cfc5164627df02d8755ca272567f92088a37))
* Update FUNDING.yml ([adaaea2](https://github.com/daybrush/scenejs/commit/adaaea229f6813b5df4b018613026bf244ea219c))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lernaHelperOptions": {
"deployFileMap": [
{
"basePath": "packages/moveable/dist",
"basePath": "packages/scenejs/dist",
"dists": [
"demo/release/{{version}}/dist",
"demo/release/latest/dist"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"changelog": "lerna-helper changelog --type all --base scenejs",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"demo:start": "rollup -c rollup.config.demo.js -w",
"demo:build": "rm -rf ./demo/dist && rollup -c rollup.config.demo.js",
"demo:build": "rm -rf ./demo/dist && npm run build --prefix packages/demo",
"demo:deploy": "gh-pages -d ./demo --dest=./ --add --remote origin",
"deploy": "lerna-helper deploy --base scenejs",
"release": "lerna-helper release --base scenejs"
Expand Down
27 changes: 27 additions & 0 deletions packages/scenejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### :rocket: New Features

* add toCSSObject camelcase ([c169d55](https://github.com/daybrush/scenejs/commit/c169d5560e0b651e8a4d960ea0da7e0a559af9ef))


### :bug: Bug Fix

* fix types ([6e0d56d](https://github.com/daybrush/scenejs/commit/6e0d56d2b69dfa3318d144d3312f2a37d943288f))
* use decamelize for toCSS ([a78f562](https://github.com/daybrush/scenejs/commit/a78f562dce16920dd111e39d3ad7f2e64703e319))


### :memo: Documentation

* fix README ([8ab1d65](https://github.com/daybrush/scenejs/commit/8ab1d65ee2d70c8762645561216e2f6bfe5b0ef1))


### :mega: Other

* update rollup versions ([ffacef1](https://github.com/daybrush/scenejs/commit/ffacef1a9ae3572cebe0a52a4519fc5d9666e3d8))

0 comments on commit 18c28d1

Please sign in to comment.