Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoitch committed Sep 1, 2022
1 parent 28809c3 commit 3b235bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.15.0 (2022-09-01)

* Add css in "exports" section of package.json (#774) ([3c71089](https://github.com/bustle/mobiledoc-kit/commit/3c71089)), closes [#774](https://github.com/bustle/mobiledoc-kit/issues/774)
* Build tooling updates (#775) ([427f8bc](https://github.com/bustle/mobiledoc-kit/commit/427f8bc)), closes [#775](https://github.com/bustle/mobiledoc-kit/issues/775)
* Fix Linting (#777) ([bd05164](https://github.com/bustle/mobiledoc-kit/commit/bd05164)), closes [#777](https://github.com/bustle/mobiledoc-kit/issues/777)
* Generate Typescript Type Definitions (#779) ([28809c3](https://github.com/bustle/mobiledoc-kit/commit/28809c3)), closes [#779](https://github.com/bustle/mobiledoc-kit/issues/779)
* Typescript ^4 (#778) ([ad1f4e4](https://github.com/bustle/mobiledoc-kit/commit/ad1f4e4)), closes [#778](https://github.com/bustle/mobiledoc-kit/issues/778)
* Demo: active button states. Cards in main editor ([4b225fa](https://github.com/bustle/mobiledoc-kit/commit/4b225fa))
* Demo: editable card example ([c3a6523](https://github.com/bustle/mobiledoc-kit/commit/c3a6523))



## <small>0.14.2 (2022-08-22)</small>

* Demo Updates 2022 (#768) ([1d41e85](https://github.com/bustle/mobiledoc-kit/commit/1d41e85)), closes [#768](https://github.com/bustle/mobiledoc-kit/issues/768)
Expand All @@ -6,7 +18,7 @@
* Update demo files in the correct place ([c2df73e](https://github.com/bustle/mobiledoc-kit/commit/c2df73e))
* Update dependencies 8/18/22 (#771) ([f3fdaa5](https://github.com/bustle/mobiledoc-kit/commit/f3fdaa5)), closes [#771](https://github.com/bustle/mobiledoc-kit/issues/771)
* Use Typedoc (#772) ([f0f6b69](https://github.com/bustle/mobiledoc-kit/commit/f0f6b69)), closes [#772](https://github.com/bustle/mobiledoc-kit/issues/772)
* v0.14.2 ([70e11ed](https://github.com/bustle/mobiledoc-kit/commit/70e11ed))
* v0.14.2 ([3d5048b](https://github.com/bustle/mobiledoc-kit/commit/3d5048b))



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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobiledoc-kit",
"version": "0.14.2",
"version": "0.15.0",
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
"repository": "https://github.com/bustle/mobiledoc-kit",
"module": "dist/mobiledoc.js",
Expand Down Expand Up @@ -29,7 +29,6 @@
"build:website": "npm run build && npm run build:docs",
"deploy:website": "./bin/deploy-website.sh",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"version": "npm run update-changelog && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
},
"keywords": [
Expand Down

0 comments on commit 3b235bc

Please sign in to comment.