Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 10, 2023
1 parent b093072 commit e38a0d6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 1.0.0 (2023-04-10)


### ⚠ BREAKING CHANGES

* Update readme and rename Scrollslide Incident ([#105](https://github.com/donkeyclip/motorcortex-slides/issues/105))

### Features

* declare mc 8 as compatible ([c285c1b](https://github.com/donkeyclip/motorcortex-slides/commit/c285c1b3908b7423fade4b34dd12e0ea01dcd6fe))
* drop explorer 11 support ([4463530](https://github.com/donkeyclip/motorcortex-slides/commit/4463530a438f7c61d3976d58787989b9eb58016e))
* update compatibility with motorcortex ([25acec0](https://github.com/donkeyclip/motorcortex-slides/commit/25acec07fc7175725f9c28817864881c2cf8b80c))


### Bug Fixes

* add missing dev dep ([c4a2176](https://github.com/donkeyclip/motorcortex-slides/commit/c4a21760534f99be1a2a48a981023f7ba530e280))
* delete commitlint.config.js ([75ecb9d](https://github.com/donkeyclip/motorcortex-slides/commit/75ecb9de2e7a201f1ef536a156f3e4252f32cdc6))
* fix demo ([6028640](https://github.com/donkeyclip/motorcortex-slides/commit/602864061b9d5e6fe7bfb3ffaa1988fba3b0219e))
* fix demo ([7f1ed88](https://github.com/donkeyclip/motorcortex-slides/commit/7f1ed882fa4302a3c5a9d35e42b4748a9abbcee3))
* fix demo and intro ([403279a](https://github.com/donkeyclip/motorcortex-slides/commit/403279abd05ef06cf5a43ca9ef7269a2c3ded5ca))
* fix deps ([f695f32](https://github.com/donkeyclip/motorcortex-slides/commit/f695f3291f8ef17366cd33523ebb6620bf68133a))
* fix imports ([970b6cf](https://github.com/donkeyclip/motorcortex-slides/commit/970b6cf80d40253d9e18c8c2b3b8679f04f4f59a))
* update deps ([018a224](https://github.com/donkeyclip/motorcortex-slides/commit/018a22423a0cfc515d5e3f14db81396b19092cf6))
* Update readme and rename Scrollslide Incident ([#105](https://github.com/donkeyclip/motorcortex-slides/issues/105)) ([981579e](https://github.com/donkeyclip/motorcortex-slides/commit/981579e5332309ce8a02d73bdd371b474c43b6e1))

## [2.0.2](https://github.com/donkeyclip/motorcortex-slides/compare/v2.0.1...v2.0.2) (2022-06-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-slides",
"version": "2.0.2",
"version": "1.0.0",
"description": "Slides plugin for MotorCortex",
"main": "dist/motorcortex-slides.cjs.js",
"module": "dist/motorcortex-slides.esm.js",
Expand Down

0 comments on commit e38a0d6

Please sign in to comment.