Skip to content

Commit 3b235bc

Browse files
committed
v0.15.0
1 parent 28809c3 commit 3b235bc

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.15.0 (2022-09-01)
2+
3+
* 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)
4+
* Build tooling updates (#775) ([427f8bc](https://github.com/bustle/mobiledoc-kit/commit/427f8bc)), closes [#775](https://github.com/bustle/mobiledoc-kit/issues/775)
5+
* Fix Linting (#777) ([bd05164](https://github.com/bustle/mobiledoc-kit/commit/bd05164)), closes [#777](https://github.com/bustle/mobiledoc-kit/issues/777)
6+
* Generate Typescript Type Definitions (#779) ([28809c3](https://github.com/bustle/mobiledoc-kit/commit/28809c3)), closes [#779](https://github.com/bustle/mobiledoc-kit/issues/779)
7+
* Typescript ^4 (#778) ([ad1f4e4](https://github.com/bustle/mobiledoc-kit/commit/ad1f4e4)), closes [#778](https://github.com/bustle/mobiledoc-kit/issues/778)
8+
* Demo: active button states. Cards in main editor ([4b225fa](https://github.com/bustle/mobiledoc-kit/commit/4b225fa))
9+
* Demo: editable card example ([c3a6523](https://github.com/bustle/mobiledoc-kit/commit/c3a6523))
10+
11+
12+
113
## <small>0.14.2 (2022-08-22)</small>
214

315
* Demo Updates 2022 (#768) ([1d41e85](https://github.com/bustle/mobiledoc-kit/commit/1d41e85)), closes [#768](https://github.com/bustle/mobiledoc-kit/issues/768)
@@ -6,7 +18,7 @@
618
* Update demo files in the correct place ([c2df73e](https://github.com/bustle/mobiledoc-kit/commit/c2df73e))
719
* 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)
820
* Use Typedoc (#772) ([f0f6b69](https://github.com/bustle/mobiledoc-kit/commit/f0f6b69)), closes [#772](https://github.com/bustle/mobiledoc-kit/issues/772)
9-
* v0.14.2 ([70e11ed](https://github.com/bustle/mobiledoc-kit/commit/70e11ed))
21+
* v0.14.2 ([3d5048b](https://github.com/bustle/mobiledoc-kit/commit/3d5048b))
1022

1123

1224

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobiledoc-kit",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
55
"repository": "https://github.com/bustle/mobiledoc-kit",
66
"module": "dist/mobiledoc.js",
@@ -29,7 +29,6 @@
2929
"build:website": "npm run build && npm run build:docs",
3030
"deploy:website": "./bin/deploy-website.sh",
3131
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
32-
"version": "npm run update-changelog && git add CHANGELOG.md",
3332
"prepublishOnly": "npm run build"
3433
},
3534
"keywords": [

0 commit comments

Comments
 (0)