Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ivanvl01 committed Nov 19, 2021
1 parent 1e7d373 commit 2d254a5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.1.0](https://www.github.com/donkeyclip/motorcortex-abstracts/compare/v1.0.2...v1.1.0) (2021-11-19)


### Features

* use CSSEffect and remove anime ([1e7d373](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/1e7d373157ad271f4093324d8c753e27d40868a3))


### Bug Fixes

* drop code from demo config ([31de04a](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/31de04ab19bffcbef8ba2d8a1ed29d47ef55308a))
* fix broken rollup config ([0dbc173](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/0dbc1738ba7406d111c34970e84d6984a08abc6e))
* fix broken rollup config ([a8c3835](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/a8c383597e56e02a934eabe3c46a25d3cd2214c6))
* fix broken webpack config ([c9f0ec3](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/c9f0ec309062ecd7cd1bc4c51217225eabf460f6))
* update build and demo files drop old babel config ([7e8f07d](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/7e8f07d8c2004dbecf9799d0c4184a422137a8bd))
* update build and demo files drop old babel config ([d4369b6](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/d4369b62b9514cc62a8169621e34b30578efcb58))
* update build and demo files drop old babel config ([8274469](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/8274469e9de693ddae0b63144fe4df10be6f150d))
* update build and demo files drop old babel config ([2fd6890](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/2fd689086301b276b84760617381b22b50150f81))
* update build and demo files drop old babel config ([83ae368](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/83ae3683af0671e9320b574e51e0d7c50f81d898))
* update build and demo files drop old babel config ([a547fcd](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/a547fcd29860d4eb36b04b6ed3c6657eadc64eb5))
* update rollup deps to latest packages ([08e7df4](https://www.github.com/donkeyclip/motorcortex-abstracts/commit/08e7df4bb5560a9814e1cc1daeda4160cd0e4c73))

### [1.0.2](https://www.github.com/donkeyclip/motorcortex-abstracts/compare/v1.0.1...v1.0.2) (2021-09-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donkeyclip/motorcortex-abstracts",
"version": "1.0.2",
"version": "1.1.0",
"description": "Abstracts plugin for MotorCortex",
"main": "dist/motorcortex-abstracts.cjs.js",
"module": "dist/motorcortex-abstracts.esm.js",
Expand Down

0 comments on commit 2d254a5

Please sign in to comment.